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