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