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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AstBinary.Operator
static final AstBinary.Operator
static final AstBinary.Operator
static final AstBinary.Operator
static final AstBinary.Operator
static final AstBinary.Operator
static final AstBinary.Operator
static final AstBinary.Operator
static final AstBinary.Operator
static final AstBinary.Operator
static final AstBinary.Operator
static final AstBinary.Operator
static final AstBinary.Operator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendStructure
(StringBuilder b, Bindings bindings) int
Get the node's number of children.getChild
(int i) Get i'th childtoString()
Methods inherited from class org.camunda.bpm.impl.juel.AstRightValue
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
Methods inherited from class org.camunda.bpm.impl.juel.AstNode
getStructuralId, 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:
appendStructure
in classAstNode
-
getCardinality
public int getCardinality()Description copied from interface:Node
Get the node's number of children. -
getChild
Description copied from interface:Node
Get i'th child
-