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, getValuefetchCompileTimeArrayElement, getTargetClass, isConstant, isNonAtomicValuepublic Operand cloneForInlining(InlinerInfo ii)
cloneForInlining in class Variablepublic 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.