public abstract class AbstractOpTypeBranchInst extends AbstractBranchInst
Modifier and Type | Field and Description |
---|---|
protected Type |
opType |
col, line
Modifier and Type | Method and Description |
---|---|
int |
getInCount() |
Type |
getOpType() |
int |
getOutCount() |
void |
setOpType(Type t) |
String |
toString() |
void |
toString(UnitPrinter up) |
apply, branches, getName, getTarget, getTargetBox, getUnitBoxes, setTarget
clone, containsArrayRef, containsFieldRef, containsInvokeExpr, containsNewExpr, fallsThrough, getInMachineCount, getNetCount, getNetMachineCount, getOutMachineCount, getParameters
addBoxPointingToThis, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addBoxPointingToThis, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
protected Type opType
public int getInCount()
getInCount
in interface Inst
getInCount
in class AbstractInst
public int getOutCount()
getOutCount
in interface Inst
getOutCount
in class AbstractInst
public Type getOpType()
public void setOpType(Type t)
public String toString()
toString
in class AbstractBranchInst
public void toString(UnitPrinter up)
toString
in interface Unit
toString
in class AbstractBranchInst