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