public class Compare extends Expr
Compare class.
location
Compare(Sym op, Expr left, Expr right, Location location)
Object
eval(Scope scope)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Compare(Sym op, Expr left, Expr right, Location location)
Constructor for Compare.
op
Sym
left
Expr
right
Location
public Object eval(Scope scope)
eval.
eval
scope
Scope
Copyright © 2023. All rights reserved.