org.apache.commons.jexl.parser

Class ASTBitwiseComplNode

public class ASTBitwiseComplNode extends SimpleNode

Bitwise Complement. Syntax: ~a Result is a Long

Since: 1.1

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

Constructor Detail

ASTBitwiseComplNode

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

Parameters: id node id.

ASTBitwiseComplNode

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