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() |
void |
toString(UnitPrinter up) |
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThisapplyaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagvoid toString(UnitPrinter up)
boolean containsInvokeExpr()
InvokeExpr getInvokeExpr()
ValueBox getInvokeExprBox()
boolean containsArrayRef()
ArrayRef getArrayRef()
ValueBox getArrayRefBox()
boolean containsFieldRef()
FieldRef getFieldRef()
ValueBox getFieldRefBox()