JexlInfo
, JexlNode.Literal<java.lang.Float>
, Node
@Deprecated public final class ASTFloatLiteral extends JexlNode implements JexlNode.Literal<java.lang.Float>
JexlNode.Literal<T>
children, id, parent, value
Constructor | Description |
---|---|
ASTFloatLiteral(int id) |
Deprecated.
|
ASTFloatLiteral(Parser p,
int id) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Float |
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 ASTFloatLiteral(int id)
public ASTFloatLiteral(Parser p, int id)
public java.lang.Float getLiteral()
getLiteral
in interface JexlNode.Literal<java.lang.Float>
public java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
visitor
- the visitordata
- contextual data