Class BinOp
java.lang.Object
Expr
BinOp
-
Field Summary
FieldsFields inherited from class Expr
PUNCTUATION
-
Method Summary
-
Field Details
-
OP_FUNCS
-
OPS
-
-
Method Details
-
toString
Description copied from class:Expr
Return a String representation of this Expr. The result will be something which can be passed into 'parse(String)' to get the same Expr back. That is, toString and parse are inverses of each other. -
parse
-
eval
Description copied from class:Expr
Evaluate a given Expr. -
equals
-
hashCode
public int hashCode()
-