Package org.jf.dexlib2.writer
Interface MethodSection<StringKey,TypeKey,ProtoRefKey extends MethodProtoReference,MethodRefKey extends MethodReference,MethodKey>
- All Superinterfaces:
IndexSection<MethodRefKey>
- All Known Implementing Classes:
BuilderMethodPool,MethodPool
public interface MethodSection<StringKey,TypeKey,ProtoRefKey extends MethodProtoReference,MethodRefKey extends MethodReference,MethodKey>
extends IndexSection<MethodRefKey>
-
Method Summary
Modifier and TypeMethodDescriptionintgetMethodIndex(MethodKey key) getName(MethodRefKey key) getPrototype(MethodKey key) getPrototype(MethodRefKey key) Methods inherited from interface org.jf.dexlib2.writer.IndexSection
getItemCount, getItemIndex, getItems
-
Method Details
-
getMethodReference
-
getDefiningClass
-
getPrototype
-
getPrototype
-
getName
-
getMethodIndex
-