public interface Stmt extends Unit
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsArrayRef() |
boolean |
containsFieldRef() |
boolean |
containsInvokeExpr() |
ArrayRef |
getArrayRef() |
ValueBox |
getArrayRefBox() |
FieldRef |
getFieldRef() |
ValueBox |
getFieldRefBox() |
InvokeExpr |
getInvokeExpr() |
ValueBox |
getInvokeExprBox() |
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis, toStringapplyaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagboolean containsInvokeExpr()
InvokeExpr getInvokeExpr()
ValueBox getInvokeExprBox()
boolean containsArrayRef()
ArrayRef getArrayRef()
ValueBox getArrayRefBox()
boolean containsFieldRef()
FieldRef getFieldRef()
ValueBox getFieldRefBox()
Copyright © 2024 Soot OSS. All rights reserved.