org.apache.commons.jexl.parser
public class ASTGTNode extends SimpleNode
Version: $Id: ASTGTNode.java 398197 2006-04-29 16:18:04Z dion $
Constructor Summary | |
---|---|
ASTGTNode(int id)
Create the node given an id.
| |
ASTGTNode(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.