|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--scheme.absyn.ExpList | +--scheme.absyn.EmptyExpL
Constructor Summary | |
EmptyExpL()
|
Method Summary | |
void |
accept(ExpListVisitor v)
|
Exp |
hd()
|
ExpList |
snoc(Exp last)
|
ExpList |
tl()
|
Methods inherited from class scheme.absyn.ExpList |
cons |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public EmptyExpL()
Method Detail |
public void accept(ExpListVisitor v) throws VisitE
public Exp hd()
public ExpList tl()
public ExpList snoc(Exp last)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |