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.constantpool
Methods in java.lang.classfile.constantpool that return MethodTypeEntryModifier and TypeMethodDescriptionConstantPoolBuilder.methodTypeEntry
(Utf8Entry descriptor) Returns aMethodTypeEntry
referring to aUtf8Entry
.ConstantPoolBuilder.methodTypeEntry
(MethodTypeDesc descriptor) Returns aMethodTypeEntry
describing the same method type as the providedMethodTypeDesc
.