Class Generator

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Generator​(boolean firstParent)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) abstract RevCommit next()
      Return the next commit to the application, or the next generator.
      (package private) abstract int outputType()
      Obtain flags describing the output behavior of this generator.
      (package private) void shareFreeList​(BlockRevQueue q)
      Connect the supplied queue to this generator's own free list (if any).
      • Methods inherited from class java.lang.Object

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

      • Generator

        protected Generator​(boolean firstParent)
    • Method Detail

      • shareFreeList

        void shareFreeList​(BlockRevQueue q)
        Connect the supplied queue to this generator's own free list (if any).
        Parameters:
        q - another FIFO queue that wants to share our queue's free list.
      • outputType

        abstract int outputType()
        Obtain flags describing the output behavior of this generator.
        Returns:
        one or more of the constants declared in this class, describing how this generator produces its results.