scala.tools.nsc.Global

dependencyAnalysis

object dependencyAnalysis extends SubComponent with DependencyAnalysis

Source
Global.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. dependencyAnalysis
  2. DependencyAnalysis
  3. Files
  4. SubComponent
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Type Members

  1. class AnalysisPhase extends StdPhase

  2. class FileDependencies extends AnyRef

  3. case class Inherited(qualifier: String, member: Name) extends Product with Serializable

  4. abstract class StdPhase extends GlobalPhase

    A standard phase template

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object FileDependencies extends AnyRef

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def calculateFiles(files: List[SourceFile]): List[SourceFile]

    Definition Classes
    DependencyAnalysis
  9. def classpath: String

    Definition Classes
    DependencyAnalysis
  10. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. val definitions: Map[AbstractFile, List[Symbol]]

    Top level definitions per source file.

    Top level definitions per source file.

    Definition Classes
    DependencyAnalysis
  12. var dependencies: FileDependencies

    Definition Classes
    DependencyAnalysis
  13. def dependenciesFile: Option[AbstractFile]

    Definition Classes
    DependencyAnalysis
  14. def dependenciesFile_=(file: AbstractFile): Unit

    Definition Classes
    DependencyAnalysis
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  19. val global: Global.this.type

    The global environment; overridden by instantiation in Global.

    The global environment; overridden by instantiation in Global.

    Definition Classes
    dependencyAnalysisSubComponent
  20. def hashCode(): Int

    SubComponent are added to a HashSet and two phases are the same if they have the same name

    SubComponent are added to a HashSet and two phases are the same if they have the same name

    Definition Classes
    SubComponent → AnyRef → Any
  21. val inherited: Map[AbstractFile, Set[Inherited]]

    External references for inherited members used in the source file

    External references for inherited members used in the source file

    Definition Classes
    DependencyAnalysis
  22. val internal: Boolean

    Internal flag to tell external from internal phases

    Internal flag to tell external from internal phases

    Definition Classes
    SubComponent
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def loadDependencyAnalysis(): Boolean

    Definition Classes
    DependencyAnalysis
  25. def loadFrom(f: AbstractFile, toFile: (String) ⇒ AbstractFile): Boolean

    Load dependencies from the given file and save the file reference for future saves.

    Load dependencies from the given file and save the file reference for future saves.

    Definition Classes
    DependencyAnalysis
  26. def managedFiles: Set[AbstractFile]

    Definition Classes
    DependencyAnalysis
  27. lazy val maxDepth: Int

    Definition Classes
    DependencyAnalysis
  28. def nameToFile(src: AbstractFile, name: String): AbstractFile

    Definition Classes
    DependencyAnalysis
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. def newDeps: FileDependencies

    Definition Classes
    DependencyAnalysis
  31. def newPhase(prev: Phase): AnalysisPhase

    The phase factory

    The phase factory

    Definition Classes
    DependencyAnalysisSubComponent
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. def off: Boolean

    Definition Classes
    DependencyAnalysis
  35. def ownPhase: Phase

    The phase corresponding to this subcomponent in the current compiler run

    The phase corresponding to this subcomponent in the current compiler run

    Definition Classes
    SubComponent
  36. val phaseName: String

    The name of the phase

    The name of the phase

    Definition Classes
    DependencyAnalysisSubComponent
  37. def phaseNewFlags: Long

    New flags defined by the phase which are not valid before

    New flags defined by the phase which are not valid before

    Definition Classes
    SubComponent
  38. def phaseNextFlags: Long

    New flags defined by the phase which are not valid until immediately after it

    New flags defined by the phase which are not valid until immediately after it

    Definition Classes
    SubComponent
  39. def readFromFile[T](file: AbstractFile)(f: (InputStream) ⇒ T): T

    Definition Classes
    Files
  40. val references: Map[AbstractFile, Set[String]]

    External references used by source file.

    External references used by source file.

    Definition Classes
    DependencyAnalysis
  41. val runsAfter: List[String]

    List of phase names, this phase should run after

    List of phase names, this phase should run after

    Definition Classes
    dependencyAnalysisSubComponent
  42. val runsBefore: List[String]

    List of phase names, this phase should run before

    List of phase names, this phase should run before

    Definition Classes
    SubComponent
  43. val runsRightAfter: None.type

    Phase name this phase will attach itself to, not allowing any phase to come between it and the phase name declared

    Phase name this phase will attach itself to, not allowing any phase to come between it and the phase name declared

    Definition Classes
    dependencyAnalysisSubComponent
  44. def saveDependencies(fromFile: (AbstractFile) ⇒ String): Unit

    Write dependencies to the current file.

    Write dependencies to the current file.

    Definition Classes
    DependencyAnalysis
  45. def saveDependencyAnalysis(): Unit

    Definition Classes
    DependencyAnalysis
  46. def shouldCheckClasspath: Boolean

    Definition Classes
    DependencyAnalysis
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def toString(): String

    Definition Classes
    AnyRef → Any
  49. def validateClasspath(cp1: String, cp2: String): Boolean

    Definition Classes
    DependencyAnalysis
  50. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  51. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  52. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  53. def writeToFile[T](file: AbstractFile)(f: (OutputStream) ⇒ T): T

    Definition Classes
    Files

Inherited from DependencyAnalysis

Inherited from Files

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any