Package org.jf.dexlib2.writer.pool
Class MethodPool
- All Implemented Interfaces:
IndexSection<MethodReference>,MethodSection<CharSequence,,CharSequence, MethodProtoReference, MethodReference, PoolMethod> Markable
public class MethodPool
extends BaseIndexPool<MethodReference>
implements MethodSection<CharSequence,CharSequence,MethodProtoReference,MethodReference,PoolMethod>
-
Field Summary
Fields inherited from class org.jf.dexlib2.writer.pool.BasePool
dexPool, internedItems -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefiningClass(MethodReference methodReference) intgetMethodIndex(PoolMethod poolMethod) getMethodReference(PoolMethod poolMethod) getName(MethodReference methodReference) getPrototype(MethodReference methodReference) getPrototype(PoolMethod poolMethod) voidintern(MethodReference method) Methods inherited from class org.jf.dexlib2.writer.pool.BaseIndexPool
getItemIndex, getItems, getItemStringMethods inherited from class org.jf.dexlib2.writer.pool.BasePool
getItemCount, mark, resetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jf.dexlib2.writer.IndexSection
getItemCount, getItemIndex, getItems
-
Constructor Details
-
MethodPool
-
-
Method Details
-
intern
-
getMethodReference
- Specified by:
getMethodReferencein interfaceMethodSection<CharSequence,CharSequence, MethodProtoReference, MethodReference, PoolMethod>
-
getDefiningClass
- Specified by:
getDefiningClassin interfaceMethodSection<CharSequence,CharSequence, MethodProtoReference, MethodReference, PoolMethod>
-
getPrototype
- Specified by:
getPrototypein interfaceMethodSection<CharSequence,CharSequence, MethodProtoReference, MethodReference, PoolMethod>
-
getPrototype
- Specified by:
getPrototypein interfaceMethodSection<CharSequence,CharSequence, MethodProtoReference, MethodReference, PoolMethod>
-
getName
- Specified by:
getNamein interfaceMethodSection<CharSequence,CharSequence, MethodProtoReference, MethodReference, PoolMethod>
-
getMethodIndex
- Specified by:
getMethodIndexin interfaceMethodSection<CharSequence,CharSequence, MethodProtoReference, MethodReference, PoolMethod>
-