Uses of Class
at.jku.ssw.fp.sect04_4.visitor_fp.Expr.Or
-
Packages that use Expr.Or Package Description at.jku.ssw.fp.sect04_4.visitor_fp -
-
Uses of Expr.Or in at.jku.ssw.fp.sect04_4.visitor_fp
Methods in at.jku.ssw.fp.sect04_4.visitor_fp that return Expr.Or Modifier and Type Method Description static Expr.Or
Expr. mkOr(Expr left, Expr right)
Creates an or-expression with a left and right subexpression.
-