|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SExpVisitor | |
---|---|
edu.rice.cs.util.sexp |
Uses of SExpVisitor in edu.rice.cs.util.sexp |
---|
Methods in edu.rice.cs.util.sexp with parameters of type SExpVisitor | ||
---|---|---|
|
TextAtom.accept(SExpVisitor<Ret> v)
Visitor hook for the TextAtom |
|
|
SExp.accept(SExpVisitor<Ret> v)
|
|
|
NumberAtom.accept(SExpVisitor<Ret> v)
Visitor hook for the NumberAtom |
|
|
Empty.accept(SExpVisitor<Ret> v)
|
|
|
Cons.accept(SExpVisitor<Ret> v)
|
|
|
BoolAtom.accept(SExpVisitor<Ret> v)
Visitor hook for the BoolAtom |
|
|
Atom.accept(SExpVisitor<Ret> v)
Visitor hook for the different kinds of Atom |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |