object DependencyGraph
- Source
- PhaseAssembly.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DependencyGraph
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val Follows: Int(1)
- final val FollowsNow: Int(0)
- final val Parser: String("parser")
- final val Terminal: String("terminal")
- def apply(phases: Iterable[SubComponent], warn: Boolean = true): DependencyGraph
Create a DependencyGraph from the given phases.
Create a DependencyGraph from the given phases. The graph must be acyclic.
A component must be declared as "initial". If no phase is "initial" but a phase is named "parser", it is taken as initial. If no phase is "terminal" but a phase is named "terminal", it is taken as terminal. Warnings are issued for invalid constraints (runsAfter / runsRightAfter / runsBefore) if
warn
is true. Components without a valid "runsAfter" or "runsRightAfter" are dropped with an "unreachable" warning. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def graphToDotFile(graph: DependencyGraph, file: File): Unit
Emit a graphviz dot file for the graph.
Emit a graphviz dot file for the graph. Plug-in supplied phases are marked as green nodes and hard links are marked as blue edges.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
The Scala compiler and reflection APIs.