Package at.jku.ssw.fp.sect04_4.visitor_fp
-
Class Summary Class Description Bindings Variable bindings.Demo_ExprApply Demo showing the application of apply for an expression.Expr Abstract base class of Boolean expressions.Expr.And Class representing and-expressions.Expr.BinOp Abstract base class for binary expressions.Expr.Lit Class representing literal expressions.Expr.Not Class representing not-expressions.Expr.Or Class representing or-expressions.Expr.Var The class representing variable expressions.