org.apache.commons.jexl2.parser
Class ASTFloatLiteral

java.lang.Object
  extended by org.apache.commons.jexl2.parser.SimpleNode
      extended by org.apache.commons.jexl2.parser.JexlNode
          extended by org.apache.commons.jexl2.parser.ASTFloatLiteral
All Implemented Interfaces:
JexlInfo, JexlNode.Literal<Float>, Node

Deprecated. Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0

@Deprecated
public final class ASTFloatLiteral
extends JexlNode
implements JexlNode.Literal<Float>


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(Parser p, int id)
          Deprecated.  
 
Method Summary
 Float getLiteral()
          Deprecated. Gets the literal value.
 Object jjtAccept(ParserVisitor visitor, 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

ASTFloatLiteral

public ASTFloatLiteral(int id)
Deprecated. 

ASTFloatLiteral

public ASTFloatLiteral(Parser p,
                       int id)
Deprecated. 
Method Detail

getLiteral

public Float getLiteral()
Deprecated. 
Gets the literal value.

Specified by:
getLiteral in interface JexlNode.Literal<Float>
Returns:
the float literal

jjtAccept

public Object jjtAccept(ParserVisitor visitor,
                        Object data)
Deprecated. 
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode
Parameters:
visitor - the visitor
data - contextual data
Returns:
result of visit


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.