|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nfunk.jep.function.PostfixMathCommand
com.jaxfront.core.jep.JaxfrontMathCommand
com.jaxfront.core.jep.SuperTypeNode
com.jaxfront.core.jep.ShortCaption
public class ShortCaption
Returns the nls translated (if any) xpath of a type up to its upper most represented tree node parent. Only tree node parents are listed whereas all other parents as well as the root type are dismissed. Hierarchies are separated by " - ". Example: /purchaseOrder/shipToAdress/name -> purchaseOrder has a treeEntry, shipToAdress not. This would give following expression: purchaseOrder - name
Field Summary |
---|
Fields inherited from class com.jaxfront.core.jep.SuperTypeNode |
---|
isFalse, isTrue |
Constructor Summary | |
---|---|
ShortCaption()
|
Method Summary | |
---|---|
void |
run(MathEvaluator.MathCommunicator communicator,
java.util.Stack stack)
|
Methods inherited from class com.jaxfront.core.jep.SuperTypeNode |
---|
release |
Methods inherited from class com.jaxfront.core.jep.JaxfrontMathCommand |
---|
run |
Methods inherited from class org.nfunk.jep.function.PostfixMathCommand |
---|
getNumberOfParameters, getRootNode, run, setCurNumberOfParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShortCaption()
Method Detail |
---|
public void run(MathEvaluator.MathCommunicator communicator, java.util.Stack stack) throws org.nfunk.jep.ParseException
run
in class JaxfrontMathCommand
org.nfunk.jep.ParseException
org.nfunk.jep.function.PostfixMathCommandI#run(Stack)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |