org.apache.commons.jexl.parser
public class ASTFloatLiteral extends SimpleNode
Version: $Id: ASTFloatLiteral.java 398194 2006-04-29 16:14:58Z dion $
Field Summary | |
---|---|
protected Float | val the value of the literal. |
Constructor Summary | |
---|---|
ASTFloatLiteral(int id)
Create the node given an id.
| |
ASTFloatLiteral(Parser p, int id)
Create a node with the given parser and id.
|
Method Summary | |
---|---|
Object | jjtAccept(ParserVisitor visitor, Object data) |
Object | value(JexlContext jc) |
Parameters: id node id.
Parameters: p a parser. id node id.