org.apache.commons.jexl.parser

Class ASTOrNode

public class ASTOrNode extends SimpleNode

|| and 'or'.

Version: $Id: ASTOrNode.java 398272 2006-04-30 03:14:01Z dion $

Constructor Summary
ASTOrNode(int id)
Create the node given an id.
ASTOrNode(Parser p, int id)
Create a node with the given parser and id.
Method Summary
ObjectjjtAccept(ParserVisitor visitor, Object data)
Objectvalue(JexlContext jc)

Constructor Detail

ASTOrNode

public ASTOrNode(int id)
Create the node given an id.

Parameters: id node id.

ASTOrNode

public ASTOrNode(Parser p, int id)
Create a node with the given parser and id.

Parameters: p a parser. id node id.

Method Detail

jjtAccept

public Object jjtAccept(ParserVisitor visitor, Object data)
{@inheritDoc }

value

public Object value(JexlContext jc)
{@inheritDoc }
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.