Package org.jruby.ir.operands
Class GlobalVariable
java.lang.Object
org.jruby.ir.operands.Operand
org.jruby.ir.operands.Reference
org.jruby.ir.operands.GlobalVariable
-
Field Summary
Fields inherited from class org.jruby.ir.operands.Operand
EMPTY_ARRAY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
static GlobalVariable
retrieve
(ThreadContext context, IRubyObject self, StaticScope currScope, DynamicScope currDynScope, Object[] temp) void
Methods inherited from class org.jruby.ir.operands.Reference
addUsedVariables, cloneForInlining, encode, getId, getName, toString
Methods inherited from class org.jruby.ir.operands.Operand
canCopyPropagate, getSimplifiedOperand, getValue, hasKnownValue, isFalseyImmediate, isTruthyImmediate
-
Constructor Details
-
GlobalVariable
-
-
Method Details
-
getOperandType
- Specified by:
getOperandType
in classOperand
-
compareTo
-
retrieve
public Object retrieve(ThreadContext context, IRubyObject self, StaticScope currScope, DynamicScope currDynScope, Object[] temp) -
decode
-
visit
-