public class ExpressionInt extends Expression
| Constructor and Description |
|---|
ExpressionInt(ZenPosition position,
long value,
ZenType type) |
| 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 ExpressionInt(ZenPosition position, long value, ZenType type)
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