Uses of Interface
io.smallrye.classfile.constantpool.MemberRefEntry
Packages that use MemberRefEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing constant pool entries for the
io.smallrye.classfile library.Provides interfaces describing code instructions for the
io.smallrye.classfile library.-
Uses of MemberRefEntry in io.smallrye.classfile
Methods in io.smallrye.classfile with parameters of type MemberRefEntryModifier and TypeMethodDescriptiondefault CodeBuilderCodeBuilder.invoke(Opcode opcode, MemberRefEntry ref) Generates an instruction to invoke a method. -
Uses of MemberRefEntry in io.smallrye.classfile.constantpool
Subinterfaces of MemberRefEntry in io.smallrye.classfile.constantpoolModifier and TypeInterfaceDescriptioninterfaceModels aCONSTANT_Fieldref_infostructure, or a symbolic reference to a field, in the constant pool of aclassfile.interfaceModels aCONSTANT_InterfaceMethodRef_infostructure, or a symbolic reference to an interface method, in the constant pool of aclassfile.interfaceModels aCONSTANT_MethodRef_infostructure, or a symbolic reference to a class method, in the constant pool of aclassfile.Methods in io.smallrye.classfile.constantpool that return MemberRefEntryModifier and TypeMethodDescriptionMethodHandleEntry.reference()Returns the constant pool entry describing the field or method, according to the reference kind.Methods in io.smallrye.classfile.constantpool with parameters of type MemberRefEntryModifier and TypeMethodDescriptionConstantPoolBuilder.methodHandleEntry(int refKind, MemberRefEntry reference) Returns aMethodHandleEntryencoding a reference kind and referring to aMemberRefEntry. -
Uses of MemberRefEntry in io.smallrye.classfile.instruction
Methods in io.smallrye.classfile.instruction that return MemberRefEntryModifier and TypeMethodDescriptionInvokeInstruction.method()Returns theMethodRefEntryorInterfaceMethodRefEntryconstant described by this instruction.Methods in io.smallrye.classfile.instruction with parameters of type MemberRefEntryModifier and TypeMethodDescriptionstatic InvokeInstructionInvokeInstruction.of(Opcode op, MemberRefEntry method) Returns an invocation instruction.