Package org.jruby.ir.operands
Class DynamicSymbol
java.lang.Object
org.jruby.ir.operands.Operand
org.jruby.ir.operands.DynamicSymbol
-
Field Summary
Fields inherited from class org.jruby.ir.operands.Operand
EMPTY_ARRAY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Append the list of variables used in this operand to the input liststatic DynamicSymbol
void
getSimplifiedOperand
(Map<Operand, Operand> valueMap, boolean force) retrieve
(ThreadContext context, IRubyObject self, StaticScope currScope, DynamicScope currDynScope, Object[] temp) toString()
void
Methods inherited from class org.jruby.ir.operands.Operand
canCopyPropagate, getValue, hasKnownValue, isFalseyImmediate, isTruthyImmediate
-
Constructor Details
-
DynamicSymbol
-
-
Method Details
-
getOperandType
- Specified by:
getOperandType
in classOperand
-
getSymbolName
-
getSimplifiedOperand
- Overrides:
getSimplifiedOperand
in classOperand
-
addUsedVariables
Append the list of variables used in this operand to the input list- Specified by:
addUsedVariables
in classOperand
-
cloneForInlining
- Specified by:
cloneForInlining
in classOperand
-
retrieve
public Object retrieve(ThreadContext context, IRubyObject self, StaticScope currScope, DynamicScope currDynScope, Object[] temp) -
visit
-
encode
-
decode
-
toString
-