Uses of Interface
java.lang.classfile.constantpool.InterfaceMethodRefEntry
Packages that use InterfaceMethodRefEntryPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfilePREVIEW library.-
Uses of InterfaceMethodRefEntryPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW with parameters of type InterfaceMethodRefEntryPREVIEWModifier and TypeMethodDescriptiondefault CodeBuilderPREVIEWCodeBuilder.invokeinterface(InterfaceMethodRefEntryPREVIEW ref) Generate an instruction to invoke an interface methoddefault CodeBuilderPREVIEWCodeBuilder.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 CodeBuilderPREVIEWCodeBuilder.invokestatic(InterfaceMethodRefEntryPREVIEW ref) Generate an instruction to invoke a class (static) method -
Uses of InterfaceMethodRefEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Methods in java.lang.classfile.constantpoolPREVIEW that return InterfaceMethodRefEntryPREVIEWModifier and TypeMethodDescriptionConstantPoolBuilder.interfaceMethodRefEntry(ClassEntryPREVIEW owner, NameAndTypeEntryPREVIEW nameAndType) Returns AInterfaceMethodRefEntryPREVIEW describing a method of a class.default InterfaceMethodRefEntryPREVIEWConstantPoolBuilder.interfaceMethodRefEntry(ClassDesc owner, String name, MethodTypeDesc type) Returns AInterfaceMethodRefEntryPREVIEW describing a method of a class.