org.apache.commons.jexl.parser

Class ASTJexlScript

public class ASTJexlScript extends SimpleNode

Top of the syntax tree - parsed Jexl code.

Since: 1.1

Constructor Summary
ASTJexlScript(int id)
Create the node given an id.
ASTJexlScript(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

ASTJexlScript

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

Parameters: id node id.

ASTJexlScript

public ASTJexlScript(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.