Uses of Interface
java.lang.classfile.constantpool.MethodTypeEntry
Packages that use MethodTypeEntryPREVIEW
Package
Description
Provides interfaces describing classfile constant pool entries for the
java.lang.classfilePREVIEW library.-
Uses of MethodTypeEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Methods in java.lang.classfile.constantpoolPREVIEW that return MethodTypeEntryPREVIEWModifier and TypeMethodDescriptionConstantPoolBuilder.methodTypeEntry(Utf8EntryPREVIEW descriptor) Returns AMethodTypeEntryPREVIEW describing a method type.ConstantPoolBuilder.methodTypeEntry(MethodTypeDesc descriptor) Returns AMethodTypeEntryPREVIEW describing a method type.