class RichCompilationUnit extends Global.CompilationUnit
- Alphabetic
- By Inheritance
- RichCompilationUnit
- CompilationUnit
- CompilationUnitContextApi
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new RichCompilationUnit(source: SourceFile)
Value Members
- object synthetics
Synthetic definitions generated by namer, eliminated by typer.
Synthetic definitions generated by namer, eliminated by typer.
- Definition Classes
- CompilationUnit
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from Global.RichCompilationUnit toany2stringadd[Global.RichCompilationUnit] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (Global.RichCompilationUnit, B)
- Implicit
- This member is added by an implicit conversion from Global.RichCompilationUnit toArrowAssoc[Global.RichCompilationUnit] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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
- 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- var contexts: Global.Contexts
- var editPoint: Int
the current edit point offset
- 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
- def ensuring(cond: (Global.RichCompilationUnit) => Boolean, msg: => Any): Global.RichCompilationUnit
- Implicit
- This member is added by an implicit conversion from Global.RichCompilationUnit toEnsuring[Global.RichCompilationUnit] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (Global.RichCompilationUnit) => Boolean): Global.RichCompilationUnit
- Implicit
- This member is added by an implicit conversion from Global.RichCompilationUnit toEnsuring[Global.RichCompilationUnit] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): Global.RichCompilationUnit
- Implicit
- This member is added by an implicit conversion from Global.RichCompilationUnit toEnsuring[Global.RichCompilationUnit] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): Global.RichCompilationUnit
- Implicit
- This member is added by an implicit conversion from Global.RichCompilationUnit toEnsuring[Global.RichCompilationUnit] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exists: Boolean
- Definition Classes
- CompilationUnit
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def firstXmlPos: Global.Position
Position of first XML literal in this unit.
Position of first XML literal in this unit.
- Definition Classes
- CompilationUnit
- implicit val fresh: FreshNameCreator
the fresh name creator
the fresh name creator
- Definition Classes
- CompilationUnit
- def freshTermName(prefix: String = nme.FRESH_TERM_NAME_PREFIX): Global.TermName
- Definition Classes
- CompilationUnit
- def freshTypeName(prefix: String): Global.TypeName
- Definition Classes
- CompilationUnit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasXml: Boolean
Does this unit contain XML?
Does this unit contain XML?
- Definition Classes
- CompilationUnit
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isJava: Boolean
Is this about a .java source file?
Is this about a .java source file?
- Definition Classes
- CompilationUnit
- def isParsed: Boolean
Unit has been parsed
- def isTypeChecked: Boolean
Unit has been typechecked, but maybe not in latest runs
- def isUpToDate: Boolean
Unit has been typechecked and is up to date
- var lastBody: Global.Tree
The last fully type-checked body of this unit
- 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()
- def position(pos: Int): Position
- Definition Classes
- CompilationUnit
- val problems: ArrayBuffer[Problem]
The problems reported for this unit
- def registerDependency(symbol: Global.Symbol): Unit
- Definition Classes
- CompilationUnit
- val source: SourceFile
- Definition Classes
- CompilationUnit → CompilationUnitContextApi
- var status: Int
The runid of the latest compiler run that typechecked this unit, or else @see NotLoaded, JustParsed
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- RichCompilationUnit → CompilationUnit
- def targetPos_=(p: Global.Position): Unit
- val toCheck: ListBuffer[() => Unit]
things to check at end of compilation unit
things to check at end of compilation unit
- Definition Classes
- CompilationUnit
- def toString(): String
- Definition Classes
- CompilationUnit → AnyRef → Any
- val transformed: AnyRefMap[Global.Tree, Global.Tree]
- Definition Classes
- CompilationUnit
- 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()
Deprecated Value Members
- def defined: HashSet[Global.Symbol]
- Definition Classes
- CompilationUnit
- Annotations
- @deprecated
- Deprecated
(Since version 2.12.9) Not supported
- def depends: HashSet[Global.Symbol]
- Definition Classes
- CompilationUnit
- Annotations
- @deprecated
- Deprecated
(Since version 2.12.9) Not supported and no longer used by Zinc
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Global.RichCompilationUnit toStringFormat[Global.RichCompilationUnit] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (Global.RichCompilationUnit, B)
- Implicit
- This member is added by an implicit conversion from Global.RichCompilationUnit toArrowAssoc[Global.RichCompilationUnit] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
The Scala compiler and reflection APIs.