Uses of Interface
java.lang.classfile.constantpool.MethodTypeEntry
Packages that use MethodTypeEntry
Package
Description
Provides interfaces describing constant pool entries for the 
java.lang.classfile library.- 
Uses of MethodTypeEntry in java.lang.classfile.constantpoolMethods in java.lang.classfile.constantpool that return MethodTypeEntryModifier and TypeMethodDescriptionConstantPoolBuilder.methodTypeEntry(Utf8Entry descriptor) Returns aMethodTypeEntryreferring to aUtf8Entry.ConstantPoolBuilder.methodTypeEntry(MethodTypeDesc descriptor) Returns aMethodTypeEntrydescribing the same method type as the providedMethodTypeDesc.