public class SValue extends Operand
EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
void |
addUsedVariables(java.util.List<Variable> l)
Append the list of variables used in this operand to the input list
|
Operand |
cloneForInlining(InlinerInfo ii) |
Operand |
fetchCompileTimeArrayElement(int argIndex,
boolean getSubArray) |
Operand |
getSimplifiedOperand(java.util.Map<Operand,Operand> valueMap) |
boolean |
isConstant() |
boolean |
isNonAtomicValue() |
java.lang.String |
toString() |
getTargetClass, getValue, retrieve, storepublic SValue(Operand a)
public boolean isConstant()
isConstant in class Operandpublic java.lang.String toString()
toString in class java.lang.Objectpublic Operand getSimplifiedOperand(java.util.Map<Operand,Operand> valueMap)
getSimplifiedOperand in class Operandpublic Operand fetchCompileTimeArrayElement(int argIndex, boolean getSubArray)
fetchCompileTimeArrayElement in class Operandpublic boolean isNonAtomicValue()
isNonAtomicValue in class Operandpublic void addUsedVariables(java.util.List<Variable> l)
addUsedVariables in class Operandpublic Operand cloneForInlining(InlinerInfo ii)
cloneForInlining in class OperandCopyright © 2002-2009 JRuby Team. All Rights Reserved.