public class GlobalVariable extends Variable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
EMPTY_ARRAY
Constructor and Description |
---|
GlobalVariable(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
Operand |
cloneForInlining(InlinerInfo ii) |
int |
compareTo(java.lang.Object arg0) |
java.lang.String |
getName() |
java.lang.Object |
retrieve(InterpreterContext interp) |
java.lang.Object |
store(InterpreterContext interp,
java.lang.Object value) |
addUsedVariables, getSimplifiedOperand, getValue
fetchCompileTimeArrayElement, getTargetClass, isConstant, isNonAtomicValue
public Operand cloneForInlining(InlinerInfo ii)
cloneForInlining
in class Variable
public int compareTo(java.lang.Object arg0)
public java.lang.Object retrieve(InterpreterContext interp)
public java.lang.Object store(InterpreterContext interp, java.lang.Object value)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.