public class EachElementHasNextInstruction extends SSAAbstractBinaryInstruction
SSAInstruction.IVisitor, SSAInstruction.Visitorresult, val1, val2iindex, NO_INDEX| Constructor and Description |
|---|
EachElementHasNextInstruction(int iindex,
int lValue,
int objectRef,
int previousPropVal) |
| 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, hashCodeequals, getValueString, isPEI, toStringpublic EachElementHasNextInstruction(int iindex,
int lValue,
int objectRef,
int previousPropVal)
public SSAInstruction copyForSSA(SSAInstructionFactory insts, int[] defs, int[] uses)
SSAInstructioncopyForSSA in class SSAInstructionpublic String toString(SymbolTable symbolTable)
toString in class SSAInstructionpublic void visit(SSAInstruction.IVisitor v)
SSAInstructionvisit in class SSAInstructionpublic Collection<TypeReference> getExceptionTypes()
SSAInstructiongetExceptionTypes in class SSAInstructionpublic boolean isFallThrough()
isFallThrough in class SSAInstruction