|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jexl2.parser.SimpleNode
org.apache.commons.jexl2.parser.JexlNode
org.apache.commons.jexl2.parser.ASTFloatLiteral
@Deprecated public final class ASTFloatLiteral
| 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.JexlNode |
|---|
image |
| Fields inherited from class org.apache.commons.jexl2.parser.SimpleNode |
|---|
children, id, parent, value |
| Constructor Summary | |
|---|---|
ASTFloatLiteral(int id)
Deprecated. |
|
ASTFloatLiteral(org.apache.commons.jexl2.parser.Parser p,
int id)
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| 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, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ASTFloatLiteral(int id)
public ASTFloatLiteral(org.apache.commons.jexl2.parser.Parser p,
int id)
| Method Detail |
|---|
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 data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||