object NoCompilationUnit extends Global.CompilationUnit
- Alphabetic
- By Inheritance
- NoCompilationUnit
- CompilationUnit
- CompilationUnitContextApi
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- 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
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()
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exists: Boolean
- Definition Classes
- NoCompilationUnit → 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
- Definition Classes
- NoCompilationUnit → CompilationUnit
- 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
- def registerDependency(symbol: Global.Symbol): Unit
- Definition Classes
- CompilationUnit
- 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.
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
- CompilationUnit
- val toCheck: ArrayDeque[ToCheck]
things to check at end of compilation unit
things to check at end of compilation unit
- Definition Classes
- CompilationUnit
- def toString(): String
- Definition Classes
- NoCompilationUnit → 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
The Scala compiler and reflection APIs.