public class Unary extends Expr
location
Unary(Sym op, Expr expr, Location location)
Object
eval(Scope scope)
Expr
toConstIfPossible()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Unary(Sym op, Expr expr, Location location)
public Object eval(Scope scope)
eval
public Expr toConstIfPossible()
public String toString()
toString
Copyright © 2024. All rights reserved.