public interface TableSwitchStmt extends Stmt
| Modifier and Type | Method and Description |
|---|---|
Unit |
getDefaultTarget() |
UnitBox |
getDefaultTargetBox() |
int |
getHighIndex() |
Value |
getKey() |
ValueBox |
getKeyBox() |
int |
getLowIndex() |
Unit |
getTarget(int index) |
UnitBox |
getTargetBox(int index) |
java.util.List |
getTargets() |
void |
setDefaultTarget(Unit defaultTarget) |
void |
setHighIndex(int highIndex) |
void |
setKey(Value key) |
void |
setLowIndex(int lowIndex) |
void |
setTarget(int index,
Unit target) |
void |
setTargets(java.util.List<Unit> targets) |
containsArrayRef, containsFieldRef, containsInvokeExpr, getArrayRef, getArrayRefBox, getFieldRef, getFieldRefBox, getInvokeExpr, getInvokeExprBox, toStringaddBoxPointingToThis, branches, clearUnitBoxes, clone, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThisapplyaddAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTagUnit getDefaultTarget()
void setDefaultTarget(Unit defaultTarget)
UnitBox getDefaultTargetBox()
Value getKey()
void setKey(Value key)
ValueBox getKeyBox()
void setLowIndex(int lowIndex)
void setHighIndex(int highIndex)
int getLowIndex()
int getHighIndex()
java.util.List getTargets()
Unit getTarget(int index)
void setTarget(int index,
Unit target)
void setTargets(java.util.List<Unit> targets)
UnitBox getTargetBox(int index)
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.