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.classfileMethods in java.lang.classfile with parameters of type InterfaceMethodRefEntryModifier and TypeMethodDescriptiondefault CodeBuilderCodeBuilder.invokeinterface(InterfaceMethodRefEntry ref) Generates an instruction to invoke an interface method.default CodeBuilderCodeBuilder.invokespecial(InterfaceMethodRefEntry ref) Generates an instruction to invoke an instance method in an interface; direct invocation of methods of the current class and its supertypes.default CodeBuilderCodeBuilder.invokestatic(InterfaceMethodRefEntry ref) Generates an instruction to invoke a class (static) method of an interface.
- 
Uses of InterfaceMethodRefEntry in java.lang.classfile.constantpoolMethods 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.