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