com.android.dx.dex.code
Interface DalvCode.AssignIndicesCallback

Enclosing class:
DalvCode

public static interface DalvCode.AssignIndicesCallback

Class used as a callback for DalvCode.assignIndices(com.android.dx.dex.code.DalvCode.AssignIndicesCallback).


Method Summary
 int getIndex(Constant cst)
          Gets the index for the given constant.
 

Method Detail

getIndex

int getIndex(Constant cst)
Gets the index for the given constant.

Parameters:
cst - non-null; the constant
Returns:
>= -1; the index or -1 if the constant shouldn't actually be reified with an index


Copyright © 2013. All Rights Reserved.