Uses of Interface
io.github.dmlloyd.classfile.instruction.ConstantInstruction.LoadConstantInstruction
Packages that use ConstantInstruction.LoadConstantInstruction
Package
Description
Provides interfaces describing code instructions for the
io.github.dmlloyd.classfile library.-
Uses of ConstantInstruction.LoadConstantInstruction in io.github.dmlloyd.classfile.instruction
Methods in io.github.dmlloyd.classfile.instruction that return ConstantInstruction.LoadConstantInstructionModifier and TypeMethodDescriptionConstantInstruction.ofLoad(Opcode op, LoadableConstantEntry constant) Returns a load constant instruction.