soot.jimple
Interface Stmt
- All Known Subinterfaces:
- AssignStmt, BreakpointStmt, DefinitionStmt, EnterMonitorStmt, ExitMonitorStmt, GotoStmt, IdentityStmt, IfStmt, InvokeStmt, LookupSwitchStmt, MonitorStmt, NopStmt, RetStmt, ReturnStmt, ReturnVoidStmt, TableSwitchStmt, ThrowStmt
- All Known Implementing Classes:
- AbstractStmt
- public interface Stmt
- extends Unit
Methods inherited from interface soot.Unit |
addBoxPointingToThis,
branches,
clearUnitBoxes,
clone,
fallsThrough,
getBoxesPointingToThis,
getDefBoxes,
getUnitBoxes,
getUseAndDefBoxes,
getUseBoxes,
redirectJumpsToThisTo,
removeBoxPointingToThis |
toString
public void toString(UnitPrinter up)
- Specified by:
- toString in interface Unit
containsInvokeExpr
public boolean containsInvokeExpr()
getInvokeExpr
public InvokeExpr getInvokeExpr()
getInvokeExprBox
public ValueBox getInvokeExprBox()
containsArrayRef
public boolean containsArrayRef()
getArrayRef
public ArrayRef getArrayRef()
getArrayRefBox
public ValueBox getArrayRefBox()
containsFieldRef
public boolean containsFieldRef()
getFieldRef
public FieldRef getFieldRef()
getFieldRefBox
public ValueBox getFieldRefBox()