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