Uses of Interface
java.lang.classfile.instruction.IncrementInstruction
Packages that use IncrementInstructionPREVIEW
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfilePREVIEW library.-
Uses of IncrementInstructionPREVIEW in java.lang.classfile.instructionPREVIEW
Methods in java.lang.classfile.instructionPREVIEW that return IncrementInstructionPREVIEWModifier and TypeMethodDescriptionstatic IncrementInstructionPREVIEWIncrementInstruction.of(int slot, int constant) Returns an increment instruction.