Uses of Interface
java.lang.classfile.constantpool.MemberRefEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfile
library.Provides interfaces describing code instructions for the
java.lang.classfile
library.-
Uses of MemberRefEntry in java.lang.classfile
Modifier and TypeMethodDescriptiondefault CodeBuilder
CodeBuilder.invoke
(Opcode opcode, MemberRefEntry ref) Generate an instruction to invoke a method or constructor -
Uses of MemberRefEntry in java.lang.classfile.constantpool
Modifier and TypeInterfaceDescriptioninterface
Models aCONSTANT_Fieldref_info
constant in the constant pool of a classfile.interface
Models aCONSTANT_InterfaceMethodRef_info
constant in the constant pool of a classfile.interface
Models aCONSTANT_MethodRef_info
constant in the constant pool of a classfile.Modifier and TypeMethodDescriptionMethodHandleEntry.reference()
Returns the constant pool entry describing the method.Modifier and TypeMethodDescriptionConstantPoolBuilder.methodHandleEntry
(int refKind, MemberRefEntry reference) Returns AMethodHandleEntry
describing a field accessor or method. -
Uses of MemberRefEntry in java.lang.classfile.instruction
Modifier and TypeMethodDescriptionInvokeInstruction.method()
Returns theMethodRefEntry
orInterfaceMethodRefEntry
constant described by this instruction.Modifier and TypeMethodDescriptionstatic InvokeInstruction
InvokeInstruction.of
(Opcode op, MemberRefEntry method) Returns an invocation instruction.