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) |
Object |
retrieve(ThreadContext context,
IRubyObject self,
StaticScope currScope,
DynamicScope currDynScope,
Object[] temp) |
void |
visit(IRVisitor visitor) |
addUsedVariables, cloneForInlining, encode, getName, toString
canCopyPropagate, getOperandType, getSimplifiedOperand, getValue, hasKnownValue
public GlobalVariable(String name)
public 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.