@Deprecated public final class ASTFloatLiteral extends JexlNode implements JexlNode.Literal<java.lang.Float>
JexlNode.Literal<T>children, id, parent, value| Constructor and Description |
|---|
ASTFloatLiteral(int id)
Deprecated.
|
ASTFloatLiteral(org.apache.commons.jexl2.parser.Parser p,
int id)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getLiteral()
Deprecated.
Gets the literal value.
|
java.lang.Object |
jjtAccept(org.apache.commons.jexl2.parser.ParserVisitor visitor,
java.lang.Object data)
Deprecated.
Accept the visitor.
|
debugInfo, debugString, isConstant, isConstantchildrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringpublic ASTFloatLiteral(int id)
public ASTFloatLiteral(org.apache.commons.jexl2.parser.Parser p,
int id)
public java.lang.Float getLiteral()
getLiteral in interface JexlNode.Literal<java.lang.Float>public java.lang.Object jjtAccept(org.apache.commons.jexl2.parser.ParserVisitor visitor,
java.lang.Object data)
jjtAccept in interface org.apache.commons.jexl2.parser.NodejjtAccept in class SimpleNodevisitor - the visitordata - contextual dataCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.