Class AstUnary
java.lang.Object
de.odysseus.el.tree.impl.ast.AstNode
de.odysseus.el.tree.impl.ast.AstRightValue
de.odysseus.el.tree.impl.ast.AstUnary
- All Implemented Interfaces:
ExpressionNode, Node
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AstNodestatic final AstUnary.Operatorstatic final AstUnary.Operatorstatic final AstUnary.Operatorprivate final AstUnary.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 AstRightValue
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValueMethods inherited from class AstNode
findAccessibleMethod, getStructuralId, getValue
-
Field Details
-
EMPTY
-
NEG
-
NOT
-
operator
-
child
-
-
Constructor Details
-
AstUnary
-
-
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
-