public interface TableSwitchStmt extends SwitchStmt
| Modifier and Type | Method and Description |
|---|---|
int |
getHighIndex() |
int |
getLowIndex() |
void |
setHighIndex(int highIndex) |
void |
setLowIndex(int lowIndex) |
void |
setTargets(java.util.List<? extends Unit> targets) |
getDefaultTarget, getDefaultTargetBox, getKey, getKeyBox, getTarget, getTargetBox, getTargets, setDefaultTarget, setKey, setTargetcontainsArrayRef, containsFieldRef, containsInvokeExpr, getArrayRef, getArrayRefBox, getFieldRef, getFieldRefBox, getInvokeExpr, getInvokeExprBox, toStringaddBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThisapplyaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagvoid setLowIndex(int lowIndex)
void setHighIndex(int highIndex)
int getLowIndex()
int getHighIndex()
void setTargets(java.util.List<? extends Unit> targets)