|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--scheme.absyn.Exp | +--scheme.absyn.LambdaE
Field Summary | |
private Exp |
body
|
private List |
ids
|
Constructor Summary | |
LambdaE(List ids,
Exp body)
|
Method Summary | |
void |
accept(ExpVisitor v)
|
Exp |
getBody()
|
List |
getIds()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
private List ids
private Exp body
Constructor Detail |
public LambdaE(List ids, Exp body)
Method Detail |
public List getIds()
public Exp getBody()
public void accept(ExpVisitor v) throws VisitE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |