Uses of Interface
io.github.dmlloyd.classfile.instruction.TypeCheckInstruction
Packages that use TypeCheckInstruction
Package
Description
Provides interfaces describing code instructions for the
io.github.dmlloyd.classfile library.-
Uses of TypeCheckInstruction in io.github.dmlloyd.classfile.instruction
Methods in io.github.dmlloyd.classfile.instruction that return TypeCheckInstructionModifier and TypeMethodDescriptionstatic TypeCheckInstructionTypeCheckInstruction.of(Opcode op, ClassEntry type) Returns a type check instruction.static TypeCheckInstructionReturns a type check instruction.