Packages

class DependencyGraph extends AnyRef

A graph with the given number of vertices.

Each vertex is labeled with its phase name.

Source
PhaseAssembly.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DependencyGraph
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DependencyGraph(order: Int, start: String, components: Map[String, SubComponent])

Value Members

  1. def compilerPhaseList(): List[SubComponent]
  2. val components: Map[String, SubComponent]
  3. def warning(message: String): Unit
  4. def warnings: List[String]