public class GlobalVariable extends Reference
EMPTY_ARRAY| Constructor and Description |
|---|
GlobalVariable(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object arg0) |
static GlobalVariable |
decode(IRReaderDecoder d) |
OperandType |
getOperandType() |
Object |
retrieve(ThreadContext context,
IRubyObject self,
StaticScope currScope,
DynamicScope currDynScope,
Object[] temp) |
void |
visit(IRVisitor visitor) |
addUsedVariables, cloneForInlining, encode, getName, toStringcanCopyPropagate, getSimplifiedOperand, getValue, hasKnownValuepublic GlobalVariable(String name)
public OperandType getOperandType()
getOperandType in class Operandpublic int compareTo(Object arg0)
public Object retrieve(ThreadContext context, IRubyObject self, StaticScope currScope, DynamicScope currDynScope, Object[] temp)
public static GlobalVariable decode(IRReaderDecoder d)
Copyright © 2001-2015 JRuby. All Rights Reserved.