|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SExpVisitor<Ret>
Just your every-day visitor. It works on the
three types of Atoms as well as the two types
of lists, as the code suggests.
The return types are parameterized.
Method Summary | |
---|---|
Ret |
forBoolAtom(BoolAtom b)
|
Ret |
forCons(Cons c)
|
Ret |
forEmpty(Empty e)
|
Ret |
forNumberAtom(NumberAtom n)
|
Ret |
forTextAtom(TextAtom t)
|
Method Detail |
---|
Ret forEmpty(Empty e)
Ret forCons(Cons c)
Ret forBoolAtom(BoolAtom b)
Ret forNumberAtom(NumberAtom n)
Ret forTextAtom(TextAtom t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |