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