class CompilationUnit extends Global.CompilationUnitContextApi
One unit of compilation that has been submitted to the compiler. It typically corresponds to a single file of source code. It includes error-reporting hooks.
- Self Type
- Global.CompilationUnit
- Source
- CompilationUnits.scala
- Alphabetic
- By Inheritance
- CompilationUnit
- CompilationUnitContextApi
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
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.CompilationUnit to any2stringadd[Global.CompilationUnit] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (Global.CompilationUnit, B)
- Implicit
- This member is added by an implicit conversion from Global.CompilationUnit to ArrowAssoc[Global.CompilationUnit] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def defined: HashSet[Global.Symbol]
- def depends: HashSet[Global.Symbol]
-
def
encounteredXml(pos: Global.Position): Unit
Record that we encountered XML.
Record that we encountered XML. Should only be called once.
- Attributes
- protected[scala.tools.nsc]
-
def
ensuring(cond: (Global.CompilationUnit) ⇒ Boolean, msg: ⇒ Any): Global.CompilationUnit
- Implicit
- This member is added by an implicit conversion from Global.CompilationUnit to Ensuring[Global.CompilationUnit] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (Global.CompilationUnit) ⇒ Boolean): Global.CompilationUnit
- Implicit
- This member is added by an implicit conversion from Global.CompilationUnit to Ensuring[Global.CompilationUnit] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Global.CompilationUnit
- Implicit
- This member is added by an implicit conversion from Global.CompilationUnit to Ensuring[Global.CompilationUnit] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): Global.CompilationUnit
- Implicit
- This member is added by an implicit conversion from Global.CompilationUnit to Ensuring[Global.CompilationUnit] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exists: Boolean
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
firstXmlPos: Global.Position
Position of first XML literal in this unit.
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Global.CompilationUnit to StringFormat[Global.CompilationUnit] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
implicit
val
fresh: FreshNameCreator
the fresh name creator
- def freshTermName(prefix: String = nme.FRESH_TERM_NAME_PREFIX): Global.TermName
- def freshTypeName(prefix: String): Global.TypeName
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasXml: Boolean
Does this unit contain XML?
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
icode: LinkedHashSet[IClass]
For sbt compatibility (https://github.com/scala/scala/pull/4588)
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
isJava: Boolean
Is this about a .java source file?
-
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
-
val
source: SourceFile
- Definition Classes
- CompilationUnit → CompilationUnitContextApi
-
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.
-
val
toCheck: ListBuffer[() ⇒ Unit]
things to check at end of compilation unit
-
def
toString(): String
- Definition Classes
- CompilationUnit → AnyRef → Any
- val transformed: AnyRefMap[Global.Tree, Global.Tree]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
→[B](y: B): (Global.CompilationUnit, B)
- Implicit
- This member is added by an implicit conversion from Global.CompilationUnit to ArrowAssoc[Global.CompilationUnit] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
-
object
synthetics
Synthetic definitions generated by namer, eliminated by typer.
Deprecated Value Members
-
final
def
comment(pos: Global.Position, msg: String): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.2) This method will be removed. It does nothing.
-
final
def
deprecationWarning(pos: Global.Position, msg: String, since: String): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.2) Call global.currentRun.reporting.deprecationWarning directly instead.
-
final
def
echo(pos: Global.Position, msg: String): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.2) Call global.reporter.echo directly instead.
-
final
def
error(pos: Global.Position, msg: String): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.2) Call global.reporter.error (or typer.context.error) directly instead.
-
final
def
uncheckedWarning(pos: Global.Position, msg: String): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.2) Call global.currentRun.reporting.uncheckedWarning directly instead.
-
final
def
warning(pos: Global.Position, msg: String): Unit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.2) Call global.reporter.warning (or typer.context.warning) directly instead.
The Scala compiler and reflection APIs.