soot.baf.internal
Class BInterfaceInvokeInst
java.lang.Object
soot.tagkit.AbstractHost
soot.AbstractUnit
soot.baf.internal.AbstractInst
soot.baf.internal.BInterfaceInvokeInst
- All Implemented Interfaces:
- Serializable, Inst, InterfaceInvokeInst, MethodArgInst, Context, Host, Unit, Switchable
public class BInterfaceInvokeInst
- extends AbstractInst
- implements InterfaceInvokeInst
- See Also:
- Serialized Form
Methods inherited from interface soot.Unit |
addBoxPointingToThis, branches, clearUnitBoxes, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toString |
BInterfaceInvokeInst
public BInterfaceInvokeInst(SootMethodRef methodRef,
int argCount)
getInCount
public int getInCount()
- Specified by:
getInCount
in interface Inst
getInMachineCount
public int getInMachineCount()
- Specified by:
getInMachineCount
in interface Inst
clone
public Object clone()
- Description copied from class:
AbstractUnit
- Returns a deep clone of this object.
- Specified by:
clone
in interface Unit
- Overrides:
clone
in class AbstractInst
getName
public final String getName()
getParameters
protected void getParameters(UnitPrinter up)
getArgCount
public int getArgCount()
- Specified by:
getArgCount
in interface InterfaceInvokeInst
setArgCount
public void setArgCount(int x)
- Specified by:
setArgCount
in interface InterfaceInvokeInst
apply
public void apply(Switch sw)
- Description copied from class:
AbstractUnit
- Used to implement the Switchable construct.
- Specified by:
apply
in interface Switchable
- Overrides:
apply
in class AbstractUnit
getMethodRef
public SootMethodRef getMethodRef()
getMethod
public SootMethod getMethod()
getType
public Type getType()
toString
public String toString()
- Overrides:
toString
in class AbstractInst
getOutCount
public int getOutCount()
- Specified by:
getOutCount
in interface Inst
- Overrides:
getOutCount
in class AbstractInst
getOutMachineCount
public int getOutMachineCount()
- Specified by:
getOutMachineCount
in interface Inst
- Overrides:
getOutMachineCount
in class AbstractInst
containsInvokeExpr
public boolean containsInvokeExpr()
- Specified by:
containsInvokeExpr
in interface Inst
- Overrides:
containsInvokeExpr
in class AbstractInst