Interface DalvCode.AssignIndicesCallback

Enclosing class:
DalvCode

public static interface DalvCode.AssignIndicesCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the index for the given constant.
  • Method Details

    • 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