public class ExpressionGlobalGet extends Expression
| Constructor and Description |
|---|
ExpressionGlobalGet(SymbolGlobalValue value) |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(boolean result,
IEnvironmentMethod environment) |
java.lang.String |
getASMDescriptor() |
java.lang.String |
getName() |
java.lang.String |
getOwner() |
ZenType |
getType() |
assign, call, cast, compileIf, eval, getMember, getPosition, parse, predictCallTypes, toSymbol, toTypepublic ExpressionGlobalGet(SymbolGlobalValue value)
public ZenType getType()
public void compile(boolean result,
IEnvironmentMethod environment)
compile in class Expressionpublic java.lang.String getOwner()
public java.lang.String getName()
public java.lang.String getASMDescriptor()