|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.tagkit.AbstractHost | +--soot.AbstractUnit | +--soot.baf.internal.AbstractInst | +--soot.baf.internal.AbstractBranchInst | +--soot.baf.internal.BIfNeInst
Field Summary |
Fields inherited from class soot.AbstractUnit |
emptyList |
Constructor Summary | |
BIfNeInst(Unit target)
|
Method Summary | |
void |
apply(Switch sw)
Called when this object is visited. |
java.lang.Object |
clone()
Returns a deep clone of this object. |
int |
getInCount()
|
int |
getInMachineCount()
|
java.lang.String |
getName()
|
int |
getOutCount()
|
int |
getOutMachineCount()
|
Methods inherited from class soot.baf.internal.AbstractBranchInst |
branches, getTarget, getTargetBox, getUnitBoxes, setTarget, toString |
Methods inherited from class soot.baf.internal.AbstractInst |
fallsThrough, getNetCount, getNetMachineCount |
Methods inherited from class soot.AbstractUnit |
getBoxesPointingToThis, getDefBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, toBriefString, toBriefString, toBriefString, toBriefString, toString, toString, toString, toString |
Methods inherited from class soot.tagkit.AbstractHost |
addTag, getTag, getTags, hasTag, removeTag |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface soot.baf.TargetArgInst |
getTarget, getTargetBox, setTarget |
Methods inherited from interface soot.baf.Inst |
getNetCount, getNetMachineCount, toBriefString, toBriefString, toBriefString, toBriefString, toString, toString, toString, toString |
Methods inherited from interface soot.Unit |
branches, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo |
Methods inherited from interface soot.tagkit.Host |
addTag, getTag, getTags, hasTag, removeTag |
Constructor Detail |
public BIfNeInst(Unit target)
Method Detail |
public int getInCount()
getInCount
in interface Inst
getInCount
in class AbstractInst
public java.lang.Object clone()
AbstractUnit
clone
in interface Unit
clone
in class AbstractInst
public int getInMachineCount()
getInMachineCount
in interface Inst
getInMachineCount
in class AbstractInst
public int getOutCount()
getOutCount
in interface Inst
getOutCount
in class AbstractInst
public int getOutMachineCount()
getOutMachineCount
in interface Inst
getOutMachineCount
in class AbstractInst
public java.lang.String getName()
getName
in class AbstractBranchInst
public void apply(Switch sw)
Switchable
apply
in interface Switchable
apply
in class AbstractBranchInst
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |