Interface DalvCode.AssignIndicesCallback
- Enclosing class:
DalvCode
public static interface DalvCode.AssignIndicesCallback
Class used as a callback for
DalvCode.assignIndices(DalvCode.AssignIndicesCallback).-
Method Summary
-
Method Details
-
getIndex
Gets the index for the given constant.- Parameters:
cst-non-null;the constant- Returns:
>= -1;the index or-1if the constant shouldn't actually be reified with an index
-