Uses of Interface
java.lang.classfile.constantpool.MethodRefEntry
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 MethodRefEntryPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptiondefault CodeBuilderPREVIEW
CodeBuilder.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 CodeBuilderPREVIEW
CodeBuilder.invokestatic
(MethodRefEntryPREVIEW ref) Generate an instruction to invoke a class (static) methoddefault CodeBuilderPREVIEW
CodeBuilder.invokevirtual
(MethodRefEntryPREVIEW ref) Generate an instruction to invoke an instance method; dispatch based on class -
Uses of MethodRefEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Modifier and TypeMethodDescriptionConstantPoolBuilder.methodRefEntry
(ClassEntryPREVIEW owner, NameAndTypeEntryPREVIEW nameAndType) Returns AMethodRefEntry
PREVIEW describing a method of a class.default MethodRefEntryPREVIEW
ConstantPoolBuilder.methodRefEntry
(ClassDesc owner, String name, MethodTypeDesc type) Returns AMethodRefEntry
PREVIEW describing a method of a class.