public class ExpressionArrayList extends Expression
| Constructor and Description |
|---|
ExpressionArrayList(ZenPosition position,
ZenTypeArrayList type,
Expression[] contents) |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(boolean result,
IEnvironmentMethod environment) |
ZenType |
getType() |
assign, call, cast, compileIf, eval, getMember, getPosition, parse, predictCallTypes, toSymbol, toTypepublic ExpressionArrayList(ZenPosition position, ZenTypeArrayList type, Expression[] contents)
public void compile(boolean result,
IEnvironmentMethod environment)
compile in class Expressionpublic ZenType getType()