Uses of Interface
java.lang.classfile.constantpool.InterfaceMethodRefEntry
Packages that use InterfaceMethodRefEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing constant pool entries for the
java.lang.classfile library.-
Uses of InterfaceMethodRefEntry in java.lang.classfile
Methods in java.lang.classfile with parameters of type InterfaceMethodRefEntryModifier and TypeMethodDescriptiondefault CodeBuilderCodeBuilder.invokeinterface(InterfaceMethodRefEntry ref) Generate an instruction to invoke an interface methoddefault CodeBuilderCodeBuilder.invokespecial(InterfaceMethodRefEntry ref) Generate an instruction to invoke an instance method; direct invocation of instance initialization methods and methods of the current class and its supertypesdefault CodeBuilderCodeBuilder.invokestatic(InterfaceMethodRefEntry ref) Generate an instruction to invoke a class (static) method -
Uses of InterfaceMethodRefEntry in java.lang.classfile.constantpool
Methods in java.lang.classfile.constantpool that return InterfaceMethodRefEntryModifier and TypeMethodDescriptionConstantPoolBuilder.interfaceMethodRefEntry(ClassEntry owner, NameAndTypeEntry nameAndType) default InterfaceMethodRefEntryConstantPoolBuilder.interfaceMethodRefEntry(ClassDesc owner, String name, MethodTypeDesc type) Returns anInterfaceMethodRefEntrydescribing a method of an interface.