public abstract class SSAAbstractThrowInstruction extends SSAInstruction
SSAInstruction.IVisitor, SSAInstruction.Visitor
iindex, NO_INDEX
Constructor and Description |
---|
SSAAbstractThrowInstruction(int iindex,
int exception) |
Modifier and Type | Method and Description |
---|---|
int |
getException() |
int |
getNumberOfUses() |
int |
getUse(int j) |
int |
hashCode() |
boolean |
isFallThrough() |
boolean |
isPEI() |
String |
toString(SymbolTable symbolTable) |
copyForSSA, equals, getDef, getDef, getExceptionTypes, getNumberOfDefs, getValueString, hasDef, toString, visit
public SSAAbstractThrowInstruction(int iindex, int exception)
public String toString(SymbolTable symbolTable)
toString
in class SSAInstruction
public int getNumberOfUses()
getNumberOfUses
in class SSAInstruction
SSAInstruction.getNumberOfUses()
public int getUse(int j)
getUse
in class SSAInstruction
SSAInstruction.getUse(int)
public int hashCode()
hashCode
in class SSAInstruction
public boolean isPEI()
isPEI
in class SSAInstruction
public boolean isFallThrough()
isFallThrough
in class SSAInstruction
public int getException()