public class ASTIdentifier extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
identifier |
protected Info |
uberInfo
This is really immutable after the init, so keep one for this node
|
| Constructor and Description |
|---|
ASTIdentifier(int id) |
ASTIdentifier(Parser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(java.lang.Object o,
InternalContextAdapter context)
invokes the method on the object passed in
|
java.lang.Object |
init(InternalContextAdapter context,
java.lang.Object data)
simple init - don't do anything that is context specific.
|
java.lang.Object |
jjtAccept(ParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
childrenAccept, dump, evaluate, getColumn, getFirstToken, getInfo, getLastToken, getLine, getType, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, render, setFirstToken, setInfo, setInvalid, toString, valueprivate java.lang.String identifier
protected Info uberInfo
public ASTIdentifier(int id)
public ASTIdentifier(Parser p, int id)
public java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic java.lang.Object init(InternalContextAdapter context, java.lang.Object data) throws java.lang.Exception
init in interface Nodeinit in class SimpleNodejava.lang.Exceptionpublic java.lang.Object execute(java.lang.Object o,
InternalContextAdapter context)
throws MethodInvocationException
execute in interface Nodeexecute in class SimpleNodeMethodInvocationExceptionCopyright ? 2002 Apache Software Foundation. All Rights Reserved.