public class Symbol extends Reference
EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
boolean |
canCopyPropagate()
Can we replace every use of a variable 'v' that contains the value of this operand
with the operand itself? This takes importance when there are at least two uses
of 'v' within this scope.
|
Object |
retrieve(ThreadContext context,
IRubyObject self,
DynamicScope currDynScope,
Object[] temp) |
String |
toString() |
void |
visit(IRVisitor visitor) |
addUsedVariables, cloneForInlining, getNamefetchCompileTimeArrayElement, getSimplifiedOperand, getValue, hasKnownValuepublic Symbol(String name)
public boolean canCopyPropagate()
OperandcanCopyPropagate in class Operandpublic Object retrieve(ThreadContext context, IRubyObject self, DynamicScope currDynScope, Object[] temp)
Copyright © 2001–2024 JRuby. All rights reserved.