public class AstAssertInstruction extends SSAInstruction
SSAInstruction.IVisitor, SSAInstruction.Visitoriindex, NO_INDEX| Constructor and Description |
|---|
AstAssertInstruction(int iindex,
int value,
boolean fromSpecification) |
| 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.
|
int |
getNumberOfUses() |
int |
getUse(int i) |
int |
hashCode() |
boolean |
isFallThrough() |
boolean |
isFromSpecification() |
String |
toString(SymbolTable symbolTable) |
void |
visit(SSAInstruction.IVisitor v)
Apply an IVisitor to this instruction.
|
equals, getDef, getDef, getNumberOfDefs, getValueString, hasDef, isPEI, toStringpublic AstAssertInstruction(int iindex,
int value,
boolean fromSpecification)
public int getNumberOfUses()
getNumberOfUses in class SSAInstructionpublic int getUse(int i)
getUse in class SSAInstructionpublic 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 int hashCode()
hashCode in class SSAInstructionpublic Collection<TypeReference> getExceptionTypes()
SSAInstructiongetExceptionTypes in class SSAInstructionpublic boolean isFallThrough()
isFallThrough in class SSAInstructionpublic boolean isFromSpecification()