Packages

class RichCompilationUnit extends Global.CompilationUnit

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichCompilationUnit
  2. CompilationUnit
  3. CompilationUnitContextApi
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. 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.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. 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
  8. 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
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. var contexts: Global.Contexts
  11. var editPoint: Int

    the current edit point offset

  12. def encounteredXml(pos: Global.Position): Unit

    Record that we encountered XML.

    Record that we encountered XML. Should only be called once.

    Attributes
    protected[nsc]
    Definition Classes
    CompilationUnit
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def exists: Boolean
    Definition Classes
    CompilationUnit
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def firstXmlPos: Global.Position

    Position of first XML literal in this unit.

    Position of first XML literal in this unit.

    Definition Classes
    CompilationUnit
  18. implicit val fresh: FreshNameCreator

    the fresh name creator

    the fresh name creator

    Definition Classes
    CompilationUnit
  19. def freshTermName(prefix: String = nme.FRESH_TERM_NAME_PREFIX): Global.TermName
    Definition Classes
    CompilationUnit
  20. def freshTypeName(prefix: String): Global.TypeName
    Definition Classes
    CompilationUnit
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hasXml: Boolean

    Does this unit contain XML?

    Does this unit contain XML?

    Definition Classes
    CompilationUnit
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. 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
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val isJava: Boolean

    Is this about a .java source file?

    Is this about a .java source file?

    Definition Classes
    CompilationUnit
  27. def isParsed: Boolean

    Unit has been parsed

  28. def isTypeChecked: Boolean

    Unit has been typechecked, but maybe not in latest runs

  29. def isUpToDate: Boolean

    Unit has been typechecked and is up to date

  30. var lastBody: Global.Tree

    The last fully type-checked body of this unit

  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def position(pos: Int): Position
    Definition Classes
    CompilationUnit
  35. val problems: ArrayBuffer[Problem]

    The problems reported for this unit

  36. def registerDependency(symbol: Global.Symbol): Unit
    Definition Classes
    CompilationUnit
  37. val source: SourceFile
    Definition Classes
    CompilationUnit → CompilationUnitContextApi
  38. var status: Int

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

  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. 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
  41. def targetPos_=(p: Global.Position): Unit
  42. val toCheck: ListBuffer[() ⇒ Unit]

    things to check at end of compilation unit

    things to check at end of compilation unit

    Definition Classes
    CompilationUnit
  43. def toString(): String
    Definition Classes
    CompilationUnit → AnyRef → Any
  44. val transformed: AnyRefMap[Global.Tree, Global.Tree]
    Definition Classes
    CompilationUnit
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. final def comment(pos: Global.Position, msg: String): Unit
    Definition Classes
    CompilationUnit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) This method will be removed. It does nothing.

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

    (Since version 2.12.9) Not supported

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

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

  4. final def deprecationWarning(pos: Global.Position, msg: String, since: String): Unit
    Definition Classes
    CompilationUnit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Call global.currentRun.reporting.deprecationWarning directly instead.

  5. final def echo(pos: Global.Position, msg: String): Unit
    Definition Classes
    CompilationUnit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Call global.reporter.echo directly instead.

  6. final def error(pos: Global.Position, msg: String): Unit
    Definition Classes
    CompilationUnit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Call global.reporter.error (or typer.context.error) directly instead.

  7. final def uncheckedWarning(pos: Global.Position, msg: String): Unit
    Definition Classes
    CompilationUnit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Call global.currentRun.reporting.uncheckedWarning directly instead.

  8. final def warning(pos: Global.Position, msg: String): Unit
    Definition Classes
    CompilationUnit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.2) Call global.reporter.warning (or typer.context.warning) directly instead.

Inherited from Global.CompilationUnit

Inherited from AnyRef

Inherited from Any

Ungrouped