Uses of Interface
java.lang.classfile.instruction.InvokeInstruction
Packages that use InvokeInstructionPREVIEW
Package
Description
Provides interfaces describing code instructions for the
java.lang.classfilePREVIEW library.-
Uses of InvokeInstructionPREVIEW in java.lang.classfile.instructionPREVIEW
Methods in java.lang.classfile.instructionPREVIEW that return InvokeInstructionPREVIEWModifier and TypeMethodDescriptionstatic InvokeInstructionPREVIEWInvokeInstruction.of(OpcodePREVIEW op, ClassEntryPREVIEW owner, NameAndTypeEntryPREVIEW nameAndType, boolean isInterface) Returns an invocation instruction.static InvokeInstructionPREVIEWInvokeInstruction.of(OpcodePREVIEW op, ClassEntryPREVIEW owner, Utf8EntryPREVIEW name, Utf8EntryPREVIEW type, boolean isInterface) Returns an invocation instruction.static InvokeInstructionPREVIEWInvokeInstruction.of(OpcodePREVIEW op, MemberRefEntryPREVIEW method) Returns an invocation instruction.