public abstract class SSAThrowInstruction extends SSAAbstractThrowInstruction
SSAInstruction.IVisitor, SSAInstruction.Visitoriindex, NO_INDEX| Modifier | Constructor and Description |
|---|---|
protected |
SSAThrowInstruction(int iindex,
int exception) |
| 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.
|
void |
visit(SSAInstruction.IVisitor v)
Apply an IVisitor to this instruction.
|
getException, getNumberOfUses, getUse, hashCode, isFallThrough, isPEI, toStringequals, getDef, getDef, getExceptionTypes, getNumberOfDefs, getValueString, hasDef, toStringpublic SSAInstruction copyForSSA(SSAInstructionFactory insts, int[] defs, int[] uses) throws IllegalArgumentException
SSAInstructioncopyForSSA in class SSAInstructionIllegalArgumentExceptionpublic void visit(SSAInstruction.IVisitor v) throws NullPointerException
SSAInstructionvisit in class SSAInstructionNullPointerExceptionSSAInstruction.visit(IVisitor)Copyright © 2015. All rights reserved.