Uses of Interface
io.github.dmlloyd.classfile.constantpool.MethodTypeEntry
Packages that use MethodTypeEntry
Package
Description
Provides interfaces describing constant pool entries for the
io.github.dmlloyd.classfile library.-
Uses of MethodTypeEntry in io.github.dmlloyd.classfile.constantpool
Methods in io.github.dmlloyd.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.