Uses of Interface
io.smallrye.classfile.instruction.LookupSwitchInstruction
Packages that use LookupSwitchInstruction
Package
Description
Provides interfaces describing code instructions for the
io.smallrye.classfile library.-
Uses of LookupSwitchInstruction in io.smallrye.classfile.instruction
Methods in io.smallrye.classfile.instruction that return LookupSwitchInstructionModifier and TypeMethodDescriptionstatic LookupSwitchInstructionLookupSwitchInstruction.of(Label defaultTarget, List<SwitchCase> cases) Returns a lookup switch instruction.