Uses of Interface
java.lang.classfile.constantpool.InterfaceMethodRefEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfile
PREVIEW library.-
Uses of InterfaceMethodRefEntryPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptiondefault CodeBuilderPREVIEW
CodeBuilder.invokeinterface
(InterfaceMethodRefEntryPREVIEW ref) Generate an instruction to invoke an interface methoddefault CodeBuilderPREVIEW
CodeBuilder.invokespecial
(InterfaceMethodRefEntryPREVIEW ref) Generate an instruction to invoke an instance method; direct invocation of instance initialization methods and methods of the current class and its supertypesdefault CodeBuilderPREVIEW
CodeBuilder.invokestatic
(InterfaceMethodRefEntryPREVIEW ref) Generate an instruction to invoke a class (static) method -
Uses of InterfaceMethodRefEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Modifier and TypeMethodDescriptionConstantPoolBuilder.interfaceMethodRefEntry
(ClassEntryPREVIEW owner, NameAndTypeEntryPREVIEW nameAndType) Returns AInterfaceMethodRefEntry
PREVIEW describing a method of a class.default InterfaceMethodRefEntryPREVIEW
ConstantPoolBuilder.interfaceMethodRefEntry
(ClassDesc owner, String name, MethodTypeDesc type) Returns AInterfaceMethodRefEntry
PREVIEW describing a method of a class.