Uses of Interface
java.lang.classfile.instruction.SwitchCase
Packages that use SwitchCasePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing code instructions for the
java.lang.classfile
PREVIEW library.-
Uses of SwitchCasePREVIEW in java.lang.classfilePREVIEW
Method parameters in java.lang.classfilePREVIEW with type arguments of type SwitchCasePREVIEWModifier and TypeMethodDescriptiondefault CodeBuilderPREVIEW
CodeBuilder.lookupswitch
(LabelPREVIEW defaultTarget, List<SwitchCasePREVIEW> cases) Generate an instruction to access a jump table by key match and jumpdefault CodeBuilderPREVIEW
CodeBuilder.tableswitch
(int low, int high, LabelPREVIEW defaultTarget, List<SwitchCasePREVIEW> cases) Generate an instruction to access a jump table by index and jumpdefault CodeBuilderPREVIEW
CodeBuilder.tableswitch
(LabelPREVIEW defaultTarget, List<SwitchCasePREVIEW> cases) Generate an instruction to access a jump table by index and jump -
Uses of SwitchCasePREVIEW in java.lang.classfile.instructionPREVIEW
Methods in java.lang.classfile.instructionPREVIEW that return SwitchCasePREVIEWMethods in java.lang.classfile.instructionPREVIEW that return types with arguments of type SwitchCasePREVIEWModifier and TypeMethodDescriptionLookupSwitchInstruction.cases()
Returns the cases of the switch.TableSwitchInstruction.cases()
Returns the cases of the switch.Method parameters in java.lang.classfile.instructionPREVIEW with type arguments of type SwitchCasePREVIEW