Uses of Interface
java.lang.classfile.constantpool.MemberRefEntry
Packages that use MemberRefEntryPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfile
PREVIEW library.Provides interfaces describing code instructions for the
java.lang.classfile
PREVIEW library.-
Uses of MemberRefEntryPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW with parameters of type MemberRefEntryPREVIEWModifier and TypeMethodDescriptiondefault CodeBuilderPREVIEW
CodeBuilder.invoke
(OpcodePREVIEW opcode, MemberRefEntryPREVIEW ref) Generate an instruction to invoke a method or constructor -
Uses of MemberRefEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Subinterfaces of MemberRefEntryPREVIEW in java.lang.classfile.constantpoolPREVIEWModifier and TypeInterfaceDescriptioninterface
Preview.Models aCONSTANT_Fieldref_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_InterfaceMethodRef_info
constant in the constant pool of a classfile.interface
Preview.Models aCONSTANT_MethodRef_info
constant in the constant pool of a classfile.Methods in java.lang.classfile.constantpoolPREVIEW that return MemberRefEntryPREVIEWModifier and TypeMethodDescriptionMethodHandleEntry.reference()
Returns the constant pool entry describing the method.Methods in java.lang.classfile.constantpoolPREVIEW with parameters of type MemberRefEntryPREVIEWModifier and TypeMethodDescriptionConstantPoolBuilder.methodHandleEntry
(int refKind, MemberRefEntryPREVIEW reference) Returns AMethodHandleEntry
PREVIEW describing a field accessor or method. -
Uses of MemberRefEntryPREVIEW in java.lang.classfile.instructionPREVIEW
Methods in java.lang.classfile.instructionPREVIEW that return MemberRefEntryPREVIEWModifier and TypeMethodDescriptionInvokeInstruction.method()
Returns theMethodRefEntry
PREVIEW orInterfaceMethodRefEntry
PREVIEW constant described by this instruction.Methods in java.lang.classfile.instructionPREVIEW with parameters of type MemberRefEntryPREVIEWModifier and TypeMethodDescriptionstatic InvokeInstructionPREVIEW
InvokeInstruction.of
(OpcodePREVIEW op, MemberRefEntryPREVIEW method) Returns an invocation instruction.