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