public interface EnterMonitorStmt extends MonitorStmt
Modifier and Type | Method and Description |
---|---|
Value |
getOp() |
ValueBox |
getOpBox() |
void |
setOp(Value op) |
containsArrayRef, containsFieldRef, containsInvokeExpr, getArrayRef, getArrayRefBox, getFieldRef, getFieldRefBox, getInvokeExpr, getInvokeExprBox, toString
addBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis
apply
addAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTag
Value getOp()
getOp
in interface MonitorStmt
void setOp(Value op)
setOp
in interface MonitorStmt
ValueBox getOpBox()
getOpBox
in interface MonitorStmt