public abstract class SSAAbstractThrowInstruction extends SSAInstruction
SSAInstruction.IVisitor, SSAInstruction.Visitoriindex, 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, visitpublic SSAAbstractThrowInstruction(int iindex,
int exception)
public String toString(SymbolTable symbolTable)
toString in class SSAInstructionpublic int getNumberOfUses()
getNumberOfUses in class SSAInstructionSSAInstruction.getNumberOfUses()public int getUse(int j)
getUse in class SSAInstructionSSAInstruction.getUse(int)public int hashCode()
hashCode in class SSAInstructionpublic boolean isPEI()
isPEI in class SSAInstructionpublic boolean isFallThrough()
isFallThrough in class SSAInstructionpublic int getException()
Copyright © 2015. All rights reserved.