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