|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--scheme.absyn.Exp | +--scheme.absyn.BeginE
Field Summary | |
private ExpList |
exps
|
Constructor Summary | |
BeginE(ExpList exps)
|
Method Summary | |
void |
accept(ExpVisitor v)
|
ExpList |
getExps()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
private ExpList exps
Constructor Detail |
public BeginE(ExpList exps)
Method Detail |
public ExpList getExps()
public void accept(ExpVisitor v) throws VisitE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |