- All Known Implementing Classes:
AbstractInstruction.SwitchCaseImpl
Models a single case in a
lookupswitch or tableswitch
instruction.- Since:
- 22
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the integer value corresponding to this case.static SwitchCaseCreate a SwitchCasetarget()Returns the branch target corresponding to this case.
-
Method Details
-
caseValue
int caseValue()Returns the integer value corresponding to this case.- Returns:
- the integer value corresponding to this case
-
target
Label target()Returns the branch target corresponding to this case.- Returns:
- the branch target corresponding to this case
-
of
Create a SwitchCase- Parameters:
caseValue- the integer value for the casetarget- the branch target for the case- Returns:
- the SwitchCase
-