Packages

class RichCompilationUnit extends Global.CompilationUnit

Source
RichCompilationUnits.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichCompilationUnit
  2. CompilationUnit
  3. CompilationUnitContextApi
  4. AnyRef
  5. 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 RichCompilationUnit(source: SourceFile)

Value Members

  1. object synthetics

    Synthetic definitions generated by namer, eliminated by typer.

    Synthetic definitions generated by namer, eliminated by typer.

    Definition Classes
    CompilationUnit
  2. var _targetPos: Global.Position

    The position of a targeted type check If this is different from NoPosition, the type checking will stop once a tree that contains this position range is fully attributed.

  3. var body: Global.Tree

    the content of the compilation unit in tree form

    the content of the compilation unit in tree form

    Definition Classes
    CompilationUnit → CompilationUnitContextApi
  4. var checkedFeatures: Set[Global.Symbol]

    The features that were already checked for this unit

    The features that were already checked for this unit

    Definition Classes
    CompilationUnit
  5. var contexts: Global.Contexts
  6. var editPoint: Int

    the current edit point offset

  7. def exists: Boolean
    Definition Classes
    CompilationUnit
  8. def firstXmlPos: Global.Position

    Position of first XML literal in this unit.

    Position of first XML literal in this unit.

    Definition Classes
    CompilationUnit
  9. implicit val fresh: FreshNameCreator

    the fresh name creator

    the fresh name creator

    Definition Classes
    CompilationUnit
  10. def freshTermName(prefix: String = nme.FRESH_TERM_NAME_PREFIX): Global.TermName
    Definition Classes
    CompilationUnit
  11. def freshTypeName(prefix: String): Global.TypeName
    Definition Classes
    CompilationUnit
  12. def hasXml: Boolean

    Does this unit contain XML?

    Does this unit contain XML?

    Definition Classes
    CompilationUnit
  13. val icode: LinkedHashSet[IClass]

    For sbt compatibility (https://github.com/scala/scala/pull/4588)

    For sbt compatibility (https://github.com/scala/scala/pull/4588)

    Definition Classes
    CompilationUnit
  14. val isJava: Boolean

    Is this about a .java source file?

    Is this about a .java source file?

    Definition Classes
    CompilationUnit
  15. def isParsed: Boolean

    Unit has been parsed

  16. def isTypeChecked: Boolean

    Unit has been typechecked, but maybe not in latest runs

  17. def isUpToDate: Boolean

    Unit has been typechecked and is up to date

  18. var lastBody: Global.Tree

    The last fully type-checked body of this unit

  19. def position(pos: Int): Position
    Definition Classes
    CompilationUnit
  20. val problems: ArrayBuffer[Problem]

    The problems reported for this unit

  21. def registerDependency(symbol: Global.Symbol): Unit
    Definition Classes
    CompilationUnit
  22. val source: SourceFile
    Definition Classes
    CompilationUnit → CompilationUnitContextApi
  23. var status: Int

    The runid of the latest compiler run that typechecked this unit, or else @see NotLoaded, JustParsed

  24. def targetPos: Global.Position

    The position of a targeted type check If this is different from NoPosition, the type checking will stop once a tree that contains this position range is fully attributed.

    The position of a targeted type check If this is different from NoPosition, the type checking will stop once a tree that contains this position range is fully attributed.

    Definition Classes
    RichCompilationUnitCompilationUnit
  25. def targetPos_=(p: Global.Position): Unit
  26. val toCheck: ArrayDeque[ToCheck]

    things to check at end of compilation unit

    things to check at end of compilation unit

    Definition Classes
    CompilationUnit
  27. def toString(): String
    Definition Classes
    CompilationUnit → AnyRef → Any
  28. val transformed: HashMap[Global.Tree, Global.Tree]
    Definition Classes
    CompilationUnit

Deprecated Value Members

  1. def defined: HashSet[Global.Symbol]
    Definition Classes
    CompilationUnit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.9) Not supported

  2. def depends: HashSet[Global.Symbol]
    Definition Classes
    CompilationUnit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.9) Not supported and no longer used by Zinc