Class AstLiteral
java.lang.Object
de.odysseus.el.tree.impl.ast.AstNode
de.odysseus.el.tree.impl.ast.AstRightValue
de.odysseus.el.tree.impl.ast.AstLiteral
- All Implemented Interfaces:
ExpressionNode, Node
- Direct Known Subclasses:
AstBoolean, AstNull, AstNumber, AstString
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AstRightValue
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValueMethods inherited from class AstNode
appendStructure, eval, findAccessibleMethod, getStructuralId, getValue
-
Constructor Details
-
AstLiteral
public AstLiteral()
-
-
Method Details
-
getCardinality
public final int getCardinality()Description copied from interface:NodeGet the node's number of children. -
getChild
-