Uses of Interface
java.lang.classfile.constantpool.MethodRefEntry
Packages that use MethodRefEntryPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfilePREVIEW library.-
Uses of MethodRefEntryPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW with parameters of type MethodRefEntryPREVIEWModifier and TypeMethodDescriptiondefault CodeBuilderPREVIEWCodeBuilder.invokespecial(MethodRefEntryPREVIEW 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(MethodRefEntryPREVIEW ref) Generate an instruction to invoke a class (static) methoddefault CodeBuilderPREVIEWCodeBuilder.invokevirtual(MethodRefEntryPREVIEW ref) Generate an instruction to invoke an instance method; dispatch based on class -
Uses of MethodRefEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Methods in java.lang.classfile.constantpoolPREVIEW that return MethodRefEntryPREVIEWModifier and TypeMethodDescriptionConstantPoolBuilder.methodRefEntry(ClassEntryPREVIEW owner, NameAndTypeEntryPREVIEW nameAndType) Returns AMethodRefEntryPREVIEW describing a method of a class.default MethodRefEntryPREVIEWConstantPoolBuilder.methodRefEntry(ClassDesc owner, String name, MethodTypeDesc type) Returns AMethodRefEntryPREVIEW describing a method of a class.