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