Class BlockBuilder.Slot

  • Enclosing class:
    BlockBuilder

    private static class BlockBuilder.Slot
    extends java.lang.Object
    Holds the number of times a declaration was used.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int count  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Slot()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • count

        private int count
    • Constructor Detail

      • Slot

        private Slot()