public class Ternary extends Expr
Ternary class.
location
Ternary(Expr cond, Expr exprOne, Expr exprTwo, Location location)
Object
eval(Scope scope)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Ternary(Expr cond, Expr exprOne, Expr exprTwo, Location location)
Constructor for Ternary.
cond
Expr
exprOne
exprTwo
Location
public Object eval(Scope scope)
eval.
eval
scope
Scope
Copyright © 2023. All rights reserved.