Package org.apache.commons.jexl2.parser
Class ASTFloatLiteral
java.lang.Object
org.apache.commons.jexl2.parser.SimpleNode
org.apache.commons.jexl2.parser.JexlNode
org.apache.commons.jexl2.parser.ASTFloatLiteral
- All Implemented Interfaces:
JexlInfo
,JexlNode.Literal<Float>
,Node
Deprecated.
Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.jexl2.parser.JexlNode
JexlNode.Literal<T>
-
Field Summary
Fields inherited from class org.apache.commons.jexl2.parser.SimpleNode
children, id, parent, value
-
Constructor Summary
ConstructorsConstructorDescriptionASTFloatLiteral
(int id) Deprecated.ASTFloatLiteral
(Parser p, int id) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the literal value.jjtAccept
(ParserVisitor visitor, Object data) Deprecated.Accept the visitor.Methods inherited from class org.apache.commons.jexl2.parser.JexlNode
debugInfo, debugString, isConstant, isConstant
Methods inherited from class org.apache.commons.jexl2.parser.SimpleNode
childrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
-
Constructor Details
-
ASTFloatLiteral
Deprecated. -
ASTFloatLiteral
Deprecated.
-
-
Method Details
-
getLiteral
Deprecated.Gets the literal value.- Specified by:
getLiteral
in interfaceJexlNode.Literal<Float>
- Returns:
- the float literal
-
jjtAccept
Deprecated.Accept the visitor.- Specified by:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in classSimpleNode
- Parameters:
visitor
- the visitordata
- contextual data- Returns:
- result of visit
-