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 CodeBuilder
CodeBuilder.invokeinterface
(InterfaceMethodRefEntry ref) Generate an instruction to invoke an interface methoddefault CodeBuilder
CodeBuilder.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 CodeBuilder
CodeBuilder.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 InterfaceMethodRefEntry
ConstantPoolBuilder.interfaceMethodRefEntry
(ClassDesc owner, String name, MethodTypeDesc type) Returns anInterfaceMethodRefEntry
describing a method of an interface.