org.apache.commons.jexl.parser

Class ASTNENode

public class ASTNENode extends SimpleNode

Not equal to. Use '!=' or 'ne', do not use <>.

Version: $Id: ASTNENode.java 398270 2006-04-30 03:02:58Z dion $

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

Constructor Detail

ASTNENode

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

Parameters: id node id.

ASTNENode

public ASTNENode(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 pc)
{@inheritDoc }
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.