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, isConstantclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchildrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringpublic 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 NodejjtAccept in class SimpleNodevisitor - the visitordata - contextual data