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, removeBoxPointingToThis
apply
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
void toString(UnitPrinter up)
boolean containsInvokeExpr()
InvokeExpr getInvokeExpr()
ValueBox getInvokeExprBox()
boolean containsArrayRef()
ArrayRef getArrayRef()
ValueBox getArrayRefBox()
boolean containsFieldRef()
FieldRef getFieldRef()
ValueBox getFieldRefBox()