public interface LookupSwitchStmt extends SwitchStmt
| Modifier and Type | Method and Description |
|---|---|
int |
getLookupValue(int index) |
java.util.List<IntConstant> |
getLookupValues() |
int |
getTargetCount() |
void |
setLookupValue(int index,
int value) |
void |
setLookupValues(java.util.List<IntConstant> lookupValues) |
void |
setTargets(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 setLookupValues(java.util.List<IntConstant> lookupValues)
void setLookupValue(int index,
int value)
int getLookupValue(int index)
java.util.List<IntConstant> getLookupValues()
int getTargetCount()
void setTargets(Unit[] targets)