public abstract class AbstractStmt extends AbstractUnit implements Stmt
emptyList| Constructor and Description |
|---|
AbstractStmt() |
| 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, apply, clearUnitBoxes, clone, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThisaddAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTagequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThisapplyaddAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTagpublic boolean containsInvokeExpr()
containsInvokeExpr in interface Stmtpublic InvokeExpr getInvokeExpr()
getInvokeExpr in interface Stmtpublic ValueBox getInvokeExprBox()
getInvokeExprBox in interface Stmtpublic boolean containsArrayRef()
containsArrayRef in interface Stmtpublic ArrayRef getArrayRef()
getArrayRef in interface Stmtpublic ValueBox getArrayRefBox()
getArrayRefBox in interface Stmtpublic boolean containsFieldRef()
containsFieldRef in interface Stmtpublic FieldRef getFieldRef()
getFieldRef in interface Stmtpublic ValueBox getFieldRefBox()
getFieldRefBox in interface StmtCopyright © 2012-2019 RoboVM AB. All Rights Reserved.