public interface LookupSwitchStmt extends Stmt
| Modifier and Type | Method and Description |
|---|---|
Unit |
getDefaultTarget() |
UnitBox |
getDefaultTargetBox() |
Value |
getKey() |
ValueBox |
getKeyBox() |
int |
getLookupValue(int index) |
java.util.List |
getLookupValues() |
Unit |
getTarget(int index) |
UnitBox |
getTargetBox(int index) |
int |
getTargetCount() |
java.util.List |
getTargets() |
void |
setDefaultTarget(Unit defaultTarget) |
void |
setKey(Value key) |
void |
setLookupValue(int index,
int value) |
void |
setLookupValues(java.util.List lookupValues) |
void |
setTarget(int index,
Unit target) |
void |
setTargets(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 setLookupValues(java.util.List lookupValues)
void setLookupValue(int index,
int value)
int getLookupValue(int index)
java.util.List getLookupValues()
int getTargetCount()
Unit getTarget(int index)
UnitBox getTargetBox(int index)
void setTarget(int index,
Unit target)
java.util.List getTargets()
void setTargets(Unit[] targets)
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.