@Deprecated public final class ASTIntegerLiteral extends JexlNode implements JexlNode.Literal<java.lang.Integer>
JexlNode.Literal<T>| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.Integer |
literal
Deprecated.
The type literal value.
|
children, id, parent, value| Constructor and Description |
|---|
ASTIntegerLiteral(int id)
Deprecated.
|
ASTIntegerLiteral(Parser p,
int id)
Deprecated.
|
| Modifier and Type | Method and 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, isConstantchildrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringASTIntegerLiteral(int id)
ASTIntegerLiteral(Parser p, int id)
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 NodejjtAccept in class SimpleNodevisitor - the visitordata - contextual data