org.apache.commons.jexl2.parser
Class ASTVar

java.lang.Object
  extended by org.apache.commons.jexl2.parser.SimpleNode
      extended by org.apache.commons.jexl2.parser.JexlNode
          extended by org.apache.commons.jexl2.parser.ASTIdentifier
              extended by org.apache.commons.jexl2.parser.ASTVar
All Implemented Interfaces:
JexlInfo, Node

public class ASTVar
extends ASTIdentifier

Declares a local variable.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.jexl2.parser.JexlNode
JexlNode.Literal<T>
 
Field Summary
 
Fields inherited from class org.apache.commons.jexl2.parser.JexlNode
image
 
Fields inherited from class org.apache.commons.jexl2.parser.SimpleNode
children, id, parent, value
 
Constructor Summary
ASTVar(int id)
           
ASTVar(Parser p, int id)
           
 
Method Summary
 Object jjtAccept(ParserVisitor visitor, Object data)
          Accept the visitor.
 
Methods inherited from class org.apache.commons.jexl2.parser.ASTIdentifier
getRegister
 
Methods inherited from class org.apache.commons.jexl2.parser.JexlNode
debugInfo, debugString, isConstant, isConstant
 
Methods inherited from class org.apache.commons.jexl2.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTVar

public ASTVar(int id)

ASTVar

public ASTVar(Parser p,
              int id)
Method Detail

jjtAccept

public Object jjtAccept(ParserVisitor visitor,
                        Object data)
Description copied from class: SimpleNode
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class ASTIdentifier
Parameters:
visitor - the visitor
data - contextual data
Returns:
result of visit


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.