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