org.apache.commons.jexl.parser

Class ASTLTNode

public class ASTLTNode extends SimpleNode

LT : a < b. Follows A.3.6.1 of the JSTL 1.0 specification

Version: $Id: ASTLTNode.java 398203 2006-04-29 16:44:55Z dion $

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

ASTLTNode

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

Parameters: id node id.

ASTLTNode

public ASTLTNode(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-2010 The Apache Software Foundation. All Rights Reserved.