org.apache.commons.jexl2.parser
Class ASTIdentifier
java.lang.Object
org.apache.commons.jexl2.parser.SimpleNode
org.apache.commons.jexl2.parser.JexlNode
org.apache.commons.jexl2.parser.ASTIdentifier
- All Implemented Interfaces:
- JexlInfo, org.apache.commons.jexl2.parser.Node
- Direct Known Subclasses:
- ASTVar
public class ASTIdentifier
- extends JexlNode
Identifiers, variables and registers.
| Fields inherited from class org.apache.commons.jexl2.parser.JexlNode |
image |
|
Method Summary |
int |
getRegister()
|
java.lang.Object |
jjtAccept(org.apache.commons.jexl2.parser.ParserVisitor visitor,
java.lang.Object data)
Accept the visitor. |
| 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 |
ASTIdentifier
public ASTIdentifier(int id)
ASTIdentifier
public ASTIdentifier(org.apache.commons.jexl2.parser.Parser p,
int id)
getRegister
public int getRegister()
jjtAccept
public java.lang.Object jjtAccept(org.apache.commons.jexl2.parser.ParserVisitor visitor,
java.lang.Object data)
- Description copied from class:
SimpleNode
- Accept the visitor.
- Specified by:
jjtAccept in interface org.apache.commons.jexl2.parser.Node- Overrides:
jjtAccept in class SimpleNode
- Parameters:
visitor - the visitordata - contextual data
- Returns:
- result of visit
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.