public class ExpressionLocalGet extends Expression
| Constructor and Description |
|---|
ExpressionLocalGet(ZenPosition position,
SymbolLocal variable) |
| 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 ExpressionLocalGet(ZenPosition position, SymbolLocal variable)
public ZenType getType()
public void compile(boolean result,
IEnvironmentMethod environment)
compile in class Expression