|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.compiler.ir.operands.Operand
org.jruby.compiler.ir.operands.Variable
public abstract class Variable
| Field Summary |
|---|
| Fields inherited from class org.jruby.compiler.ir.operands.Operand |
|---|
EMPTY_ARRAY |
| Constructor Summary | |
|---|---|
Variable()
|
|
| Method Summary | |
|---|---|
void |
addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list |
Operand |
cloneForInlining(InlinerInfo ii)
|
abstract java.lang.String |
getName()
|
Operand |
getSimplifiedOperand(java.util.Map<Operand,Operand> valueMap)
|
Operand |
getValue(java.util.Map<Operand,Operand> valueMap)
|
| Methods inherited from class org.jruby.compiler.ir.operands.Operand |
|---|
fetchCompileTimeArrayElement, getTargetClass, isConstant, isNonAtomicValue, retrieve, store |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public Variable()
| Method Detail |
|---|
public abstract java.lang.String getName()
public Operand getSimplifiedOperand(java.util.Map<Operand,Operand> valueMap)
getSimplifiedOperand in class Operandpublic Operand getValue(java.util.Map<Operand,Operand> valueMap)
getValue in class Operandpublic void addUsedVariables(java.util.List<Variable> l)
addUsedVariables in class Operandpublic Operand cloneForInlining(InlinerInfo ii)
cloneForInlining in class Operand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||