public class ExprList extends Expr
static Expr[]
NULL_EXPR_ARRAY
static ExprList
NULL_EXPR_LIST
static Object[]
NULL_OBJECT_ARRAY
location
ExprList(List<Expr> exprList)
Object
eval(Scope scope)
Object[]
evalExprList(Scope scope)
Expr
getExpr(int index)
Expr[]
getExprArray()
int
length()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final Expr[] NULL_EXPR_ARRAY
public static final Object[] NULL_OBJECT_ARRAY
public static final ExprList NULL_EXPR_LIST
public ExprList(List<Expr> exprList)
public Expr[] getExprArray()
public Expr getExpr(int index)
public int length()
public Object eval(Scope scope)
eval
public Object[] evalExprList(Scope scope)
Copyright © 2017. All rights reserved.