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