org.apache.commons.jexl2.parser
Class ASTIntegerLiteral
java.lang.Object
org.apache.commons.jexl2.parser.SimpleNode
org.apache.commons.jexl2.parser.JexlNode
org.apache.commons.jexl2.parser.ASTIntegerLiteral
- All Implemented Interfaces:
- JexlInfo, JexlNode.Literal<Integer>, Node
Deprecated. Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0
@Deprecated
public final class ASTIntegerLiteral
- extends JexlNode
- implements JexlNode.Literal<Integer>
Fields inherited from class org.apache.commons.jexl2.parser.JexlNode |
image |
Methods inherited from class org.apache.commons.jexl2.parser.SimpleNode |
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString |
getLiteral
public Integer getLiteral()
- Deprecated.
- Gets the literal value.
- Specified by:
getLiteral
in interface JexlNode.Literal<Integer>
- Returns:
- the integer literal
jjtAccept
public Object jjtAccept(ParserVisitor visitor,
Object data)
- Deprecated.
- Accept the visitor.
- Specified by:
jjtAccept
in interface Node
- Overrides:
jjtAccept
in class SimpleNode
- Parameters:
visitor
- the visitordata
- contextual data
- Returns:
- result of visit
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.