Uses of Interface
java.lang.classfile.instruction.TableSwitchInstruction
Packages that use TableSwitchInstruction
Package
Description
Provides interfaces describing code instructions for the 
java.lang.classfile library.- 
Uses of TableSwitchInstruction in java.lang.classfile.instructionMethods in java.lang.classfile.instruction that return TableSwitchInstructionModifier and TypeMethodDescriptionstatic TableSwitchInstructionTableSwitchInstruction.of(int lowValue, int highValue, Label defaultTarget, List<SwitchCase> cases) Returns a table switch instruction.