|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--scheme.absyn.ExpList | +--scheme.absyn.ConsE
Field Summary | |
private Exp |
hd
|
private ExpList |
tl
|
Constructor Summary | |
(package private) |
ConsE(Exp hd,
ExpList tl)
|
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 |
|
Field Detail |
private Exp hd
private ExpList tl
Constructor Detail |
ConsE(Exp hd, ExpList tl)
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 |