Class Expr.BinOp
- java.lang.Object
-
- at.jku.ssw.fp.sect04_4.visitor_fp.Expr
-
- at.jku.ssw.fp.sect04_4.visitor_fp.Expr.BinOp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract String
getOp()
Returns the string for the operator of the binary expression.String
toString()
Returns a string representation.
-