dotty.tools.backend
  package dotty.tools.backend
 
Members list
Type members
Classlikes
            object ScalaPrimitivesOps extends ScalaPrimitivesOps
           
          Attributes
- Companion
 - class
 - Supertypes
 - Self type
 - 
               ScalaPrimitivesOps.type
 
            class ScalaPrimitivesOps
           
          Attributes
- Companion
 - object
 - Supertypes
 - Known subtypes
 - 
               object ScalaPrimitivesOps
 
            trait WorklistAlgorithm
           
          Simple implementation of a worklist algorithm. A processing function is applied repeatedly to the first element in the worklist, as long as the stack is not empty.
Simple implementation of a worklist algorithm. A processing function is applied repeatedly to the first element in the worklist, as long as the stack is not empty.
The client class should mix-in this class and initialize the worklist field and define the processElement method. Then call the run method providing a function that initializes the worklist.
Attributes
- Authors:
 - 
               
Martin Odersky
 - See also
 - 
               
scala.tools.nsc.backend.icode.Linearizers
 - Version
 - 
               
1.0
 - Supertypes
 
In this article