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