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