public class EachElementGetInstruction extends SSAAbstractBinaryInstruction
SSAInstruction.IVisitor, SSAInstruction.Visitor
result, val1, val2
iindex, NO_INDEX
Constructor and Description |
---|
EachElementGetInstruction(int iindex,
int lValue,
int objectRef,
int previousProp) |
Modifier and Type | Method and Description |
---|---|
SSAInstruction |
copyForSSA(SSAInstructionFactory insts,
int[] defs,
int[] uses)
This method is meant to be used during SSA conversion for an IR that is not in SSA form.
|
Collection<TypeReference> |
getExceptionTypes()
This method should never return null.
|
boolean |
isFallThrough() |
String |
toString(SymbolTable symbolTable) |
void |
visit(SSAInstruction.IVisitor v)
Apply an IVisitor to this instruction.
|
getDef, getDef, getNumberOfDefs, getNumberOfUses, getUse, hasDef, hashCode
equals, getValueString, isPEI, toString
public EachElementGetInstruction(int iindex, int lValue, int objectRef, int previousProp)
public SSAInstruction copyForSSA(SSAInstructionFactory insts, int[] defs, int[] uses)
SSAInstruction
copyForSSA
in class SSAInstruction
public String toString(SymbolTable symbolTable)
toString
in class SSAInstruction
public void visit(SSAInstruction.IVisitor v)
SSAInstruction
visit
in class SSAInstruction
public Collection<TypeReference> getExceptionTypes()
SSAInstruction
getExceptionTypes
in class SSAInstruction
public boolean isFallThrough()
isFallThrough
in class SSAInstruction