JexlInfo
, JexlNode.Literal<java.lang.Integer>
, Node
@Deprecated public final class ASTIntegerLiteral extends JexlNode implements JexlNode.Literal<java.lang.Integer>
JexlNode.Literal<T>
children, id, parent, value
Modifier and Type | Method | Description |
---|---|---|
java.lang.Integer |
getLiteral() |
Deprecated.
Gets the literal value.
|
java.lang.Object |
jjtAccept(ParserVisitor visitor,
java.lang.Object data) |
Deprecated.
Accept the visitor.
|
debugInfo, debugString, isConstant, isConstant
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
childrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
public java.lang.Integer getLiteral()
getLiteral
in interface JexlNode.Literal<java.lang.Integer>
public java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
visitor
- the visitordata
- contextual data