public abstract class SSAAbstractThrowInstruction extends SSAInstruction
SSAInstruction.IVisitor, SSAInstruction.VisitorNO_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() |
java.lang.String |
toString(SymbolTable symbolTable) |
copyForSSA, equals, getDef, getDef, getExceptionTypes, getNumberOfDefs, getValueString, hasDef, iIndex, setInstructionIndex, toString, visitpublic SSAAbstractThrowInstruction(int iindex,
int exception)
public java.lang.String toString(SymbolTable symbolTable)
toString in class SSAInstructionpublic int getNumberOfUses()
getNumberOfUses in class SSAInstructionpublic int getUse(int j)
getUse in class SSAInstructionpublic int hashCode()
hashCode in class SSAInstructionpublic boolean isPEI()
isPEI in class SSAInstructionpublic boolean isFallThrough()
isFallThrough in class SSAInstructionpublic int getException()