Package org.camunda.bpm.impl.juel
Class AstBinary
java.lang.Object
org.camunda.bpm.impl.juel.AstNode
org.camunda.bpm.impl.juel.AstRightValue
org.camunda.bpm.impl.juel.AstBinary
- All Implemented Interfaces:
- ExpressionNode,- Node
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfacestatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidappendStructure(StringBuilder b, Bindings bindings) intGet the node's number of children.getChild(int i) Get i'th childtoString()Methods inherited from class org.camunda.bpm.impl.juel.AstRightValuegetMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValueMethods inherited from class org.camunda.bpm.impl.juel.AstNodegetStructuralId, getValue
- 
Field Details- 
ADD
- 
AND
- 
DIV
- 
EQ
- 
GE
- 
GT
- 
LE
- 
LT
- 
MOD
- 
MUL
- 
NE
- 
OR
- 
SUB
 
- 
- 
Constructor Details- 
AstBinary
 
- 
- 
Method Details- 
getOperator
- 
eval
- 
toString
- 
appendStructure- Specified by:
- appendStructurein class- AstNode
 
- 
getCardinalitypublic int getCardinality()Description copied from interface:NodeGet the node's number of children.
- 
getChildDescription copied from interface:NodeGet i'th child
 
-