org.apache.commons.jexl.parser
public class ASTExpression extends SimpleNode
Version: $Id: ASTExpression.java 398190 2006-04-29 16:04:10Z dion $
| Constructor Summary | |
|---|---|
| ASTExpression(int id)
Create the node given an id.
| |
| ASTExpression(Parser p, int id)
Create a node with the given parser and id.
| |
| Method Summary | |
|---|---|
| Object | jjtAccept(ParserVisitor visitor, Object data) |
| Object | value(JexlContext context) |
Parameters: id node id.
Parameters: p a parser. id node id.