Package org.jf.dexlib2.writer
Interface ProtoSection<StringKey,TypeKey,ProtoKey,TypeListKey>
-
- All Superinterfaces:
IndexSection<ProtoKey>
- All Known Implementing Classes:
ProtoPool
public interface ProtoSection<StringKey,TypeKey,ProtoKey,TypeListKey> extends IndexSection<ProtoKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeListKey
getParameters(ProtoKey key)
TypeKey
getReturnType(ProtoKey key)
StringKey
getShorty(ProtoKey key)
-
Methods inherited from interface org.jf.dexlib2.writer.IndexSection
getItemCount, getItemIndex, getItems
-
-