Package de.odysseus.el.tree.impl.ast
Class AstBinary
java.lang.Object
de.odysseus.el.tree.impl.ast.AstNode
de.odysseus.el.tree.impl.ast.AstRightValue
de.odysseus.el.tree.impl.ast.AstBinary
- All Implemented Interfaces:
ExpressionNode,Node
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorprivate final AstNodestatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorstatic final AstBinary.Operatorprivate final AstBinary.Operatorstatic final AstBinary.Operatorprivate final AstNodestatic final AstBinary.Operator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendStructure(StringBuilder b, Bindings bindings) intGet the node's number of children.getChild(int i) Get i'th childtoString()Methods inherited from class de.odysseus.el.tree.impl.ast.AstRightValue
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValueMethods inherited from class de.odysseus.el.tree.impl.ast.AstNode
findAccessibleMethod, getStructuralId, getValue
-
Field Details
-
ADD
-
AND
-
DIV
-
EQ
-
GE
-
GT
-
LE
-
LT
-
MOD
-
MUL
-
NE
-
OR
-
SUB
-
operator
-
left
-
right
-
-
Constructor Details
-
AstBinary
-
-
Method Details
-
getOperator
-
eval
-
toString
-
appendStructure
- Specified by:
appendStructurein classAstNode
-
getCardinality
public int getCardinality()Description copied from interface:NodeGet the node's number of children. -
getChild
Description copied from interface:NodeGet i'th child
-