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<java.lang.Float>,Node
@Deprecated public final class ASTFloatLiteral extends JexlNode implements JexlNode.Literal<java.lang.Float>
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>
-
-
Constructor Summary
Constructors Constructor Description ASTFloatLiteral(int id)Deprecated.ASTFloatLiteral(Parser p, int id)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.FloatgetLiteral()Deprecated.Gets the literal value.java.lang.ObjectjjtAccept(ParserVisitor visitor, java.lang.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 Detail
-
ASTFloatLiteral
public ASTFloatLiteral(int id)
Deprecated.
-
ASTFloatLiteral
public ASTFloatLiteral(Parser p, int id)
Deprecated.
-
-
Method Detail
-
getLiteral
public java.lang.Float getLiteral()
Deprecated.Gets the literal value.- Specified by:
getLiteralin interfaceJexlNode.Literal<java.lang.Float>- Returns:
- the float literal
-
jjtAccept
public java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
Deprecated.Accept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode- Parameters:
visitor- the visitordata- contextual data- Returns:
- result of visit
-
-