Package org.jf.dexlib2.writer.pool
Class CallSitePool
- java.lang.Object
-
- org.jf.dexlib2.writer.pool.BasePool<Key,java.lang.Integer>
-
- org.jf.dexlib2.writer.pool.BaseIndexPool<CallSiteReference>
-
- org.jf.dexlib2.writer.pool.CallSitePool
-
- All Implemented Interfaces:
CallSiteSection<CallSiteReference,ArrayEncodedValue>
,IndexSection<CallSiteReference>
,Markable
public class CallSitePool extends BaseIndexPool<CallSiteReference> implements CallSiteSection<CallSiteReference,ArrayEncodedValue>
-
-
Field Summary
-
Fields inherited from class org.jf.dexlib2.writer.pool.BasePool
dexPool, internedItems
-
-
Constructor Summary
Constructors Constructor Description CallSitePool(DexPool dexPool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayEncodedValue
getEncodedCallSite(CallSiteReference callSiteReference)
void
intern(CallSiteReference callSiteReference)
-
Methods inherited from class org.jf.dexlib2.writer.pool.BaseIndexPool
getItemIndex, getItems, getItemString
-
Methods inherited from class org.jf.dexlib2.writer.pool.BasePool
getItemCount, mark, reset
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jf.dexlib2.writer.IndexSection
getItemCount, getItemIndex, getItems
-
-
-
-
Constructor Detail
-
CallSitePool
public CallSitePool(@Nonnull DexPool dexPool)
-
-
Method Detail
-
intern
public void intern(CallSiteReference callSiteReference)
-
getEncodedCallSite
public ArrayEncodedValue getEncodedCallSite(CallSiteReference callSiteReference)
- Specified by:
getEncodedCallSite
in interfaceCallSiteSection<CallSiteReference,ArrayEncodedValue>
-
-