Package de.odysseus.el.tree.impl.ast
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
public abstract class AstLiteral extends AstRightValue
-
-
Constructor Summary
Constructors Constructor Description AstLiteral()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCardinality()
Get the node's number of children.AstNode
getChild(int i)
Get i'th child-
Methods inherited from class de.odysseus.el.tree.impl.ast.AstRightValue
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
-
Methods inherited from class de.odysseus.el.tree.impl.ast.AstNode
appendStructure, eval, findAccessibleMethod, getStructuralId, getValue
-
-