Interface LocalBinding

    • Method Detail

      • getLocalSlotNumber

        int getLocalSlotNumber()
        Return the slot number of the variable held on the local stack frame
        Returns:
        the slot number on the local stack frame
      • setIndexedVariable

        void setIndexedVariable()
        Say that the bound value has the potential to be indexed
      • isIndexedVariable

        boolean isIndexedVariable()
        Ask whether the binding is to be indexed
        Returns:
        true if the variable value can be indexed