public abstract class Operand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Operand[] |
EMPTY_ARRAY |
Constructor and Description |
---|
Operand() |
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 index,
boolean getSubArray) |
Operand |
getSimplifiedOperand(java.util.Map<Operand,Operand> valueMap) |
IRClass |
getTargetClass() |
Operand |
getValue(java.util.Map<Operand,Operand> valueMap) |
boolean |
isConstant() |
boolean |
isNonAtomicValue() |
java.lang.Object |
retrieve(InterpreterContext interp) |
java.lang.Object |
store(InterpreterContext interp,
java.lang.Object value) |
public static final Operand[] EMPTY_ARRAY
public boolean isConstant()
public boolean isNonAtomicValue()
public Operand fetchCompileTimeArrayElement(int index, boolean getSubArray)
public IRClass getTargetClass()
public void addUsedVariables(java.util.List<Variable> l)
public Operand cloneForInlining(InlinerInfo ii)
public java.lang.Object retrieve(InterpreterContext interp)
public java.lang.Object store(InterpreterContext interp, java.lang.Object value)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.