|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsimple.tree.ParseNode
simple.tree.Expr
public class Expr
| Constructor Summary | |
|---|---|
Expr(Term t,
ExprP e)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor v)
|
ExprP |
getExprP()
|
Term |
getTerm()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Expr(Term t,
ExprP e)
| Method Detail |
|---|
public Term getTerm()
public ExprP getExprP()
public void accept(Visitor v)
accept in class ParseNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||