public class ExprList extends Expr
ExprList class.
| 限定符和类型 | 字段和说明 |
|---|---|
static Expr |
NULL_EXPR
Constant
NULL_EXPR |
static Expr[] |
NULL_EXPR_ARRAY
Constant
NULL_EXPR_ARRAY |
static ExprList |
NULL_EXPR_LIST
Constant
NULL_EXPR_LIST |
static Object[] |
NULL_OBJECT_ARRAY
Constant
NULL_OBJECT_ARRAY |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
eval(Scope scope)
eval.
|
Object[] |
evalExprList(Scope scope)
evalExprList.
|
Expr |
getActualExpr()
getActualExpr.
|
Expr |
getExpr(int index)
getExpr.
|
Expr[] |
getExprArray()
Getter for the field
exprArray. |
Expr |
getFirstExpr()
getFirstExpr.
|
Expr |
getLastExpr()
getLastExpr.
|
int |
length()
length.
|
public static final Expr NULL_EXPR
NULL_EXPRpublic static final Expr[] NULL_EXPR_ARRAY
NULL_EXPR_ARRAYpublic static final ExprList NULL_EXPR_LIST
NULL_EXPR_LISTpublic static final Object[] NULL_OBJECT_ARRAY
NULL_OBJECT_ARRAYCopyright © 2023. All rights reserved.