Class AstBoolean
java.lang.Object
de.odysseus.el.tree.impl.ast.AstNode
de.odysseus.el.tree.impl.ast.AstRightValue
de.odysseus.el.tree.impl.ast.AstLiteral
de.odysseus.el.tree.impl.ast.AstBoolean
- All Implemented Interfaces:
ExpressionNode, Node
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendStructure(StringBuilder b, Bindings bindings) toString()Methods inherited from class AstLiteral
getCardinality, getChildMethods inherited from class AstRightValue
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValueMethods inherited from class AstNode
findAccessibleMethod, getStructuralId, getValue
-
Field Details
-
value
private final boolean value
-
-
Constructor Details
-
AstBoolean
public AstBoolean(boolean value)
-
-
Method Details
-
eval
-
toString
-
appendStructure
- Specified by:
appendStructurein classAstNode
-