public class BinaryExpr extends Expr
BinaryExpr(Op op, Expr lhs, Expr rhs)
java.lang.Object
evaluate(Context context)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BinaryExpr(Op op, Expr lhs, Expr rhs)
public java.lang.Object evaluate(Context context)
evaluate
Expr
Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.