public interface MethodSection<StringKey,TypeKey,ProtoRefKey extends MethodProtoReference,MethodRefKey extends MethodReference,MethodKey> extends IndexSection<MethodRefKey>
| Modifier and Type | Method and Description |
|---|---|
TypeKey |
getDefiningClass(MethodRefKey key) |
int |
getMethodIndex(MethodKey key) |
MethodRefKey |
getMethodReference(MethodKey key) |
StringKey |
getName(MethodRefKey key) |
ProtoRefKey |
getPrototype(MethodKey key) |
ProtoRefKey |
getPrototype(MethodRefKey key) |
getItemCount, getItemIndex, getItems@Nonnull MethodRefKey getMethodReference(@Nonnull MethodKey key)
@Nonnull TypeKey getDefiningClass(@Nonnull MethodRefKey key)
@Nonnull ProtoRefKey getPrototype(@Nonnull MethodRefKey key)
@Nonnull ProtoRefKey getPrototype(@Nonnull MethodKey key)
@Nonnull StringKey getName(@Nonnull MethodRefKey key)
int getMethodIndex(@Nonnull
MethodKey key)