|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jexl2.parser.SimpleNode
org.apache.commons.jexl2.parser.JexlNode
org.apache.commons.jexl2.parser.ASTIdentifier
org.apache.commons.jexl2.parser.ASTVar
public class ASTVar
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(org.apache.commons.jexl2.parser.Parser p,
int id)
|
|
| Method Summary | |
|---|---|
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.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 |
|---|
public ASTVar(int id)
public ASTVar(org.apache.commons.jexl2.parser.Parser p,
int id)
| Method Detail |
|---|
public java.lang.Object jjtAccept(org.apache.commons.jexl2.parser.ParserVisitor visitor,
java.lang.Object data)
SimpleNode
jjtAccept in interface org.apache.commons.jexl2.parser.NodejjtAccept in class ASTIdentifiervisitor - the visitordata - contextual data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||