public class Array extends Expr
Array class.
static class
Array.ArrayListExt
location
Array(Expr[] exprList, Location location)
Object
eval(Scope scope)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Array(Expr[] exprList, Location location)
Constructor for Array.
exprList
Expr
Location
public Object eval(Scope scope)
eval.
eval
scope
Scope
Copyright © 2023. All rights reserved.