sexp
Interface SExpVisitor<T>

Type Parameters:
T - the return type of the function.

public interface SExpVisitor<T>

A SExpVisitor represents a function over SExp


Method Summary
 T visit(SList sexp)
           
 T visit(SString sexp)
           
 T visit(SSymbol sexp)
           
 

Method Detail

visit

T visit(SList sexp)

visit

T visit(SString sexp)

visit

T visit(SSymbol sexp)