|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jeffpalm.expr.SimpleNode
com.jeffpalm.expr.OpNode
com.jeffpalm.expr.ASTRel
public class ASTRel
| Field Summary |
|---|
| Fields inherited from class com.jeffpalm.expr.SimpleNode |
|---|
children, id, parent, parser |
| Constructor Summary | |
|---|---|
ASTRel(com.jeffpalm.expr.ExprParser p,
int id)
|
|
ASTRel(int id)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
jjtAccept(ExprParserVisitor visitor,
java.lang.Object data)
Accept the visitor. |
| Methods inherited from class com.jeffpalm.expr.SimpleNode |
|---|
childrenAccept, childrenAcceptReverse, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ASTRel(int id)
public ASTRel(com.jeffpalm.expr.ExprParser p,
int id)
| Method Detail |
|---|
public java.lang.Object jjtAccept(ExprParserVisitor visitor,
java.lang.Object data)
jjtAccept in interface NodejjtAccept in class SimpleNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||