Class

com.avsystem.scex.compiler.presentation

IGlobal

Related Doc: package presentation

Permalink

class IGlobal extends Global with ScexGlobal

Created: 13-12-2013 Author: ghik

I needed to hack a custom implementation of type completion, hence this class.

Linear Supertypes
ScexGlobal, SymbolErasures, MacroUtils, Global, Picklers, RichCompilationUnits, ContextTrees, CompilerControl, Global, Parsing, Reporting, Positions, DocComments, Printers, Trees, PhaseAssembly, Plugins, CompilationUnits, SymbolTable, SymbolTable, Reporting, Internals, FreshNames, Translations, PrivateWithin, ReificationSupport, StdCreators, StdAttachments, CapturedVariables, Required, Importers, TypeDebugging, Positions, Printers, Trees, AnnotationCheckers, AnnotationInfos, StdNames, Transforms, InfoTransformers, BaseTypeSeqs, Constants, Definitions, Mirrors, Scopes, FlagSets, ExistentialsAndSkolems, Kinds, Variances, Types, scala.reflect.internal.tpe.FindMembers, TypeConstraints, TypeMaps, GlbLubs, CommonOwners, TypeToStrings, TypeComparers, Symbols, Names, Collections, Universe, Universe, Internals, Quasiquotes, Liftables, Printers, Mirrors, StandardLiftables, StandardNames, StandardDefinitions, ImplicitTags, TypeTags, Exprs, Positions, Annotations, Constants, Trees, Names, Scopes, FlagSets, Types, Symbols, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IGlobal
  2. ScexGlobal
  3. SymbolErasures
  4. MacroUtils
  5. Global
  6. Picklers
  7. RichCompilationUnits
  8. ContextTrees
  9. CompilerControl
  10. Global
  11. Parsing
  12. Reporting
  13. Positions
  14. DocComments
  15. Printers
  16. Trees
  17. PhaseAssembly
  18. Plugins
  19. CompilationUnits
  20. SymbolTable
  21. SymbolTable
  22. Reporting
  23. Internals
  24. FreshNames
  25. Translations
  26. PrivateWithin
  27. ReificationSupport
  28. StdCreators
  29. StdAttachments
  30. CapturedVariables
  31. Required
  32. Importers
  33. TypeDebugging
  34. Positions
  35. Printers
  36. Trees
  37. AnnotationCheckers
  38. AnnotationInfos
  39. StdNames
  40. Transforms
  41. InfoTransformers
  42. BaseTypeSeqs
  43. Constants
  44. Definitions
  45. Mirrors
  46. Scopes
  47. FlagSets
  48. ExistentialsAndSkolems
  49. Kinds
  50. Variances
  51. Types
  52. FindMembers
  53. TypeConstraints
  54. TypeMaps
  55. GlbLubs
  56. CommonOwners
  57. TypeToStrings
  58. TypeComparers
  59. Symbols
  60. Names
  61. Collections
  62. Universe
  63. Universe
  64. Internals
  65. Quasiquotes
  66. Liftables
  67. Printers
  68. Mirrors
  69. StandardLiftables
  70. StandardNames
  71. StandardDefinitions
  72. ImplicitTags
  73. TypeTags
  74. Exprs
  75. Positions
  76. Annotations
  77. Constants
  78. Trees
  79. Names
  80. Scopes
  81. FlagSets
  82. Types
  83. Symbols
  84. AnyRef
  85. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IGlobal(settings: Settings, reporter: Reporter, classLoader: ClassLoader)

    Permalink

Type Members

  1. trait AbstractTypeRef extends scala.reflect.internal.SymbolTable.TypeRef with scala.reflect.internal.SymbolTable.NonClassTypeRef

    Permalink
    Definition Classes
    Types
  2. class AbstractTypeSymbol extends scala.reflect.internal.SymbolTable.TypeSymbol

    Permalink
    Definition Classes
    Symbols
  3. trait AliasTypeRef extends scala.reflect.internal.SymbolTable.TypeRef with scala.reflect.internal.SymbolTable.NonClassTypeRef

    Permalink
    Definition Classes
    Types
  4. class AliasTypeSymbol extends scala.reflect.internal.SymbolTable.TypeSymbol

    Permalink
    Definition Classes
    Symbols
  5. case class Alternative extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.AlternativeApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  6. trait AlternativeApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  7. abstract class AlternativeExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  8. trait Annotatable[Self] extends AnyRef

    Permalink
    Definition Classes
    AnnotationInfos
  9. case class Annotated extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.AnnotatedApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  10. trait AnnotatedApi extends scala.reflect.api.Universe.TreeApi

    Permalink
    Definition Classes
    Trees
  11. abstract class AnnotatedExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  12. case class AnnotatedType extends scala.reflect.internal.SymbolTable.Type with scala.reflect.internal.SymbolTable.RewrappingTypeProxy with scala.reflect.internal.SymbolTable.AnnotatedTypeApi with Product with Serializable

    Permalink
    Definition Classes
    Types
  13. trait AnnotatedTypeApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  14. abstract class AnnotatedTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  15. type Annotation = AnnotationInfo

    Permalink
    Definition Classes
    AnnotationInfos → Annotations
  16. trait AnnotationApi extends AnyRef

    Permalink
    Definition Classes
    Annotations
  17. trait AnnotationChecker extends AnyRef

    Permalink
    Definition Classes
    AnnotationCheckers
  18. abstract class AnnotationExtractor extends AnyRef

    Permalink
    Definition Classes
    Annotations
  19. trait AnnotationFilter extends scala.reflect.internal.SymbolTable.TypeMap

    Permalink
    Definition Classes
    TypeMaps
  20. abstract class AnnotationInfo extends scala.reflect.internal.SymbolTable.AnnotationApi

    Permalink
    Definition Classes
    AnnotationInfos
  21. case class AntiPolyType extends scala.reflect.internal.SymbolTable.Type with Product with Serializable

    Permalink
    Definition Classes
    Types
  22. case class AppliedTypeTree extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TypTree with scala.reflect.internal.SymbolTable.AppliedTypeTreeApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  23. trait AppliedTypeTreeApi extends scala.reflect.api.Universe.TypTreeApi

    Permalink
    Definition Classes
    Trees
  24. abstract class AppliedTypeTreeExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  25. class AppliedTypeVar extends scala.reflect.internal.SymbolTable.TypeVar

    Permalink
    Definition Classes
    Types
  26. case class Apply extends scala.reflect.internal.SymbolTable.GenericApply with scala.reflect.internal.SymbolTable.ApplyApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  27. trait ApplyApi extends scala.reflect.api.Universe.GenericApplyApi

    Permalink
    Definition Classes
    Trees
  28. case class ApplyDynamic extends scala.reflect.internal.SymbolTable.SymTree with scala.reflect.internal.SymbolTable.TermTree with Product with Serializable

    Permalink
    Definition Classes
    Trees
  29. abstract class ApplyExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  30. class ApplyImplicitView extends scala.reflect.internal.SymbolTable.Apply

    Permalink
    Definition Classes
    Trees
  31. class ApplyToImplicitArgs extends scala.reflect.internal.SymbolTable.Apply

    Permalink
    Definition Classes
    Trees
  32. class ArgsTypeRef extends scala.reflect.internal.SymbolTable.TypeRef

    Permalink
    Definition Classes
    Types
  33. case class ArrayAnnotArg extends scala.reflect.internal.SymbolTable.ClassfileAnnotArg with scala.reflect.internal.SymbolTable.ArrayArgumentApi with Product with Serializable

    Permalink
    Definition Classes
    AnnotationInfos
  34. type ArrayArgument = ArrayAnnotArg

    Permalink
    Definition Classes
    AnnotationInfos → Annotations
  35. case class ArrayValue extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with Product with Serializable

    Permalink
    Definition Classes
    Trees
  36. class AsSeenFromMap extends scala.reflect.internal.SymbolTable.TypeMap with scala.reflect.internal.SymbolTable.KeepOnlyTypeConstraints

    Permalink
    Definition Classes
    TypeMaps
  37. case class AskDocCommentItem extends scala.tools.nsc.interactive.Global.WorkItem with Product with Serializable

    Permalink
    Definition Classes
    CompilerControl
  38. case class AskLinkPosItem extends scala.tools.nsc.interactive.Global.WorkItem with Product with Serializable

    Permalink
    Definition Classes
    CompilerControl
  39. case class AskLoadedTypedItem extends scala.tools.nsc.interactive.Global.WorkItem with Product with Serializable

    Permalink
    Definition Classes
    CompilerControl
  40. case class AskParsedEnteredItem extends scala.tools.nsc.interactive.Global.WorkItem with Product with Serializable

    Permalink
    Definition Classes
    CompilerControl
  41. case class AskScopeCompletionItem extends scala.tools.nsc.interactive.Global.WorkItem with Product with Serializable

    Permalink
    Definition Classes
    CompilerControl
  42. class AskToDoFirstItem extends scala.tools.nsc.interactive.Global.WorkItem

    Permalink
    Definition Classes
    CompilerControl
  43. case class AskTypeAtItem extends scala.tools.nsc.interactive.Global.WorkItem with Product with Serializable

    Permalink
    Definition Classes
    CompilerControl
  44. case class AskTypeCompletionItem extends scala.tools.nsc.interactive.Global.WorkItem with Product with Serializable

    Permalink
    Definition Classes
    CompilerControl
  45. case class AskTypeItem extends scala.tools.nsc.interactive.Global.WorkItem with Product with Serializable

    Permalink
    Definition Classes
    CompilerControl
  46. case class Assign extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.AssignApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  47. trait AssignApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  48. abstract class AssignExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  49. case class AssignOrNamedArg extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.AssignOrNamedArgApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  50. trait AssignOrNamedArgApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  51. abstract class AssignOrNamedArgExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  52. trait Attachable extends AnyRef

    Permalink
    Definition Classes
    StdAttachments
  53. class BaseTypeSeq extends AnyRef

    Permalink
    Definition Classes
    BaseTypeSeqs
  54. case class Bind extends scala.reflect.internal.SymbolTable.DefTree with scala.reflect.internal.SymbolTable.BindApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  55. trait BindApi extends scala.reflect.api.Universe.DefTreeApi

    Permalink
    Definition Classes
    Trees
  56. abstract class BindExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  57. case class Block extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.BlockApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  58. trait BlockApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  59. abstract class BlockExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  60. case class BooleanFlag extends Product with Serializable

    Permalink
    Definition Classes
    Printers
  61. case class BoundedWildcardType extends scala.reflect.internal.SymbolTable.Type with scala.reflect.internal.SymbolTable.BoundedWildcardTypeApi with Product with Serializable

    Permalink
    Definition Classes
    Types
  62. trait BoundedWildcardTypeApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  63. abstract class BoundedWildcardTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  64. trait CannotHaveAttrs extends scala.reflect.internal.SymbolTable.Tree

    Permalink
    Definition Classes
    Trees
  65. case class CaseDef extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.CaseDefApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  66. trait CaseDefApi extends scala.reflect.api.Universe.TreeApi

    Permalink
    Definition Classes
    Trees
  67. abstract class CaseDefExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  68. class ChangeOwnerTraverser extends scala.reflect.internal.SymbolTable.Traverser

    Permalink
    Definition Classes
    Trees
  69. case class ClassDef extends scala.reflect.internal.SymbolTable.ImplDef with scala.reflect.internal.SymbolTable.ClassDefApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  70. trait ClassDefApi extends scala.reflect.api.Universe.ImplDefApi

    Permalink
    Definition Classes
    Trees
  71. abstract class ClassDefExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  72. case class ClassInfoType extends scala.reflect.internal.SymbolTable.CompoundType with scala.reflect.internal.SymbolTable.ClassInfoTypeApi with Product with Serializable

    Permalink
    Definition Classes
    Types
  73. trait ClassInfoTypeApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  74. abstract class ClassInfoTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  75. trait ClassMirror extends scala.reflect.api.Universe.TemplateMirror

    Permalink
    Definition Classes
    Mirrors
  76. class ClassSymbol extends scala.reflect.internal.SymbolTable.TypeSymbol with scala.reflect.internal.SymbolTable.ClassSymbolApi

    Permalink
    Definition Classes
    Symbols
  77. trait ClassSymbolApi extends scala.reflect.api.Universe.TypeSymbolApi

    Permalink
    Definition Classes
    Symbols
  78. trait ClassTypeRef extends scala.reflect.internal.SymbolTable.TypeRef

    Permalink
    Definition Classes
    Types
  79. class ClassUnwrapper extends scala.reflect.internal.SymbolTable.TypeUnwrapper

    Permalink
    Definition Classes
    Types
  80. sealed abstract class ClassfileAnnotArg extends Product with scala.reflect.internal.SymbolTable.JavaArgumentApi

    Permalink
    Definition Classes
    AnnotationInfos
  81. class CodePrinter extends scala.reflect.internal.SymbolTable.TreePrinter

    Permalink
    Definition Classes
    Printers
  82. class CollectTreeTraverser[T] extends scala.reflect.internal.SymbolTable.Traverser

    Permalink
    Definition Classes
    Trees
  83. class CollectTypeCollector[T] extends scala.reflect.internal.SymbolTable.TypeCollector[List[T]]

    Permalink
    Definition Classes
    TypeMaps
  84. abstract class CommonNames extends scala.reflect.internal.SymbolTable.NamesApi

    Permalink
    Definition Classes
    StdNames
  85. class CommonOwnerMap extends scala.reflect.internal.SymbolTable.TypeTraverserWithResult[scala.reflect.internal.SymbolTable.Symbol]

    Permalink
    Attributes
    protected
    Definition Classes
    CommonOwners
  86. class CompactTreePrinter extends scala.tools.nsc.Global.TreePrinter

    Permalink
    Definition Classes
    Printers
  87. type Compat = MacroCompatApi

    Permalink
    Definition Classes
    Internals → Internals
  88. trait CompatApi extends AnyRef

    Permalink
    Definition Classes
    Internals
  89. class CompatToken extends AnyRef

    Permalink
    Definition Classes
    Internals
    Annotations
    @implicitNotFound( ... )
  90. class CompilationUnit extends scala.tools.nsc.Global.CompilationUnitContextApi

    Permalink
    Definition Classes
    CompilationUnits
  91. class CompleteAnnotationInfo extends scala.reflect.internal.SymbolTable.AnnotationInfo

    Permalink
    Definition Classes
    AnnotationInfos
  92. sealed abstract class CompletionResult extends AnyRef

    Permalink
    Definition Classes
    Global
  93. abstract class CompoundType extends scala.reflect.internal.SymbolTable.Type with scala.reflect.internal.SymbolTable.CompoundTypeApi

    Permalink
    Definition Classes
    Types
  94. trait CompoundTypeApi extends AnyRef

    Permalink
    Definition Classes
    Types
  95. case class CompoundTypeTree extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TypTree with scala.reflect.internal.SymbolTable.CompoundTypeTreeApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  96. trait CompoundTypeTreeApi extends scala.reflect.api.Universe.TypTreeApi

    Permalink
    Definition Classes
    Trees
  97. abstract class CompoundTypeTreeExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  98. case class CompoundTypeTreeOriginalAttachment extends Product with Serializable

    Permalink
    Definition Classes
    StdAttachments
  99. case class Constant extends scala.reflect.internal.SymbolTable.ConstantApi with Product with Serializable

    Permalink
    Definition Classes
    Constants
  100. abstract class ConstantApi extends AnyRef

    Permalink
    Definition Classes
    Constants
  101. abstract class ConstantExtractor extends AnyRef

    Permalink
    Definition Classes
    Constants
  102. abstract case class ConstantType extends scala.reflect.internal.SymbolTable.SingletonType with scala.reflect.internal.SymbolTable.ConstantTypeApi with Product with Serializable

    Permalink
    Definition Classes
    Types
  103. trait ConstantTypeApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  104. abstract class ConstantTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  105. class ContainsCollector extends scala.reflect.internal.SymbolTable.TypeCollector[Boolean]

    Permalink
    Definition Classes
    TypeMaps
  106. type Context = (analyzer)#Context

    Permalink
    Definition Classes
    ContextTrees
  107. class ContextTree extends AnyRef

    Permalink
    Definition Classes
    ContextTrees
  108. type Contexts = ArrayBuffer[ContextTree]

    Permalink
    Definition Classes
    ContextTrees
  109. case class CyclicReference extends scala.reflect.internal.SymbolTable.TypeError with Product with Serializable

    Permalink
    Definition Classes
    Symbols
  110. case class DefDef extends scala.reflect.internal.SymbolTable.ValOrDefDef with scala.reflect.internal.SymbolTable.DefDefApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  111. trait DefDefApi extends scala.reflect.api.Universe.ValOrDefDefApi

    Permalink
    Definition Classes
    Trees
  112. abstract class DefDefExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  113. abstract class DefTree extends scala.reflect.internal.SymbolTable.SymTree with scala.reflect.internal.SymbolTable.NameTree with scala.reflect.internal.SymbolTable.DefTreeApi

    Permalink
    Definition Classes
    Trees
  114. trait DefTreeApi extends scala.reflect.api.Universe.SymTreeApi with scala.reflect.api.Universe.NameTreeApi

    Permalink
    Definition Classes
    Trees
  115. class DefaultPosAssigner extends scala.reflect.internal.SymbolTable.Traverser with scala.reflect.internal.SymbolTable.PosAssigner

    Permalink
    Attributes
    protected
    Definition Classes
    Positions
  116. trait DefinitionsApi extends scala.reflect.api.Universe.StandardTypes

    Permalink
    Definition Classes
    StandardDefinitions
  117. abstract class DefinitionsClass extends scala.reflect.internal.SymbolTable.DefinitionsApi with scala.reflect.internal.SymbolTable.ValueClassDefinitions

    Permalink
    Definition Classes
    Definitions
  118. type Diff = (Int, Int, String)

    Permalink
    Definition Classes
    Picklers
  119. case class DocComment extends Product with Serializable

    Permalink
    Definition Classes
    DocComments
  120. case class DocDef extends scala.tools.nsc.Global.Tree with Product with Serializable

    Permalink
    Definition Classes
    Trees
  121. abstract case class ErasedValueType extends scala.reflect.internal.SymbolTable.UniqueType with Product with Serializable

    Permalink
    Definition Classes
    Types
  122. class ErroneousAnnotation extends scala.reflect.internal.SymbolTable.CompleteAnnotationInfo

    Permalink
    Definition Classes
    AnnotationInfos
  123. class ErrorScope extends scala.reflect.internal.SymbolTable.Scope

    Permalink
    Definition Classes
    Scopes
  124. class ExistentialExtrapolation extends scala.reflect.internal.SymbolTable.TypeMap

    Permalink
    Definition Classes
    TypeMaps
  125. case class ExistentialType extends scala.reflect.internal.SymbolTable.Type with scala.reflect.internal.SymbolTable.RewrappingTypeProxy with scala.reflect.internal.SymbolTable.ExistentialTypeApi with Product with Serializable

    Permalink
    Definition Classes
    Types
  126. trait ExistentialTypeApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  127. abstract class ExistentialTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  128. case class ExistentialTypeTree extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TypTree with scala.reflect.internal.SymbolTable.ExistentialTypeTreeApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  129. trait ExistentialTypeTreeApi extends scala.reflect.api.Universe.TypTreeApi

    Permalink
    Definition Classes
    Trees
  130. abstract class ExistentialTypeTreeExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  131. class ExpansionLimitExceeded extends Exception

    Permalink
    Definition Classes
    DocComments
  132. trait Expr[+T] extends Equals with Serializable

    Permalink
    Definition Classes
    Exprs
  133. trait FieldMirror extends AnyRef

    Permalink
    Definition Classes
    Mirrors
  134. case class FilesDeletedItem extends scala.tools.nsc.interactive.Global.WorkItem with Product with Serializable

    Permalink
    Definition Classes
    CompilerControl
  135. class FilterTreeTraverser extends scala.reflect.internal.SymbolTable.Traverser

    Permalink
    Definition Classes
    Trees
  136. class FilterTypeCollector extends scala.reflect.internal.SymbolTable.TypeCollector[List[scala.reflect.internal.SymbolTable.Type]]

    Permalink
    Definition Classes
    TypeMaps
  137. class FindTreeTraverser extends scala.reflect.internal.SymbolTable.Traverser

    Permalink
    Definition Classes
    Trees
  138. class FindTypeCollector extends scala.reflect.internal.SymbolTable.TypeCollector[Option[scala.reflect.internal.SymbolTable.Type]]

    Permalink
    Definition Classes
    TypeMaps
  139. case class FixedMirrorTreeCreator extends TreeCreator with Product with Serializable

    Permalink
    Definition Classes
    StdCreators
  140. case class FixedMirrorTypeCreator extends TypeCreator with Product with Serializable

    Permalink
    Definition Classes
    StdCreators
  141. trait FlagAgnosticCompleter extends scala.reflect.internal.SymbolTable.LazyType

    Permalink
    Definition Classes
    Types
  142. trait FlagAssigningCompleter extends scala.reflect.internal.SymbolTable.LazyType

    Permalink
    Definition Classes
    Types
  143. trait FlagOps extends Any

    Permalink
    Definition Classes
    FlagSets
  144. type FlagSet = Long

    Permalink
    Definition Classes
    FlagSets → FlagSets
  145. trait FlagValues extends AnyRef

    Permalink
    Definition Classes
    FlagSets
  146. class ForEachTypeTraverser extends scala.reflect.internal.SymbolTable.TypeTraverser

    Permalink
    Definition Classes
    TypeMaps
  147. class ForeachPartialTreeTraverser extends scala.reflect.internal.SymbolTable.Traverser

    Permalink
    Definition Classes
    Trees
  148. class ForeachTreeTraverser extends scala.reflect.internal.SymbolTable.Traverser

    Permalink
    Definition Classes
    Trees
  149. trait FreeSymbol extends scala.reflect.internal.SymbolTable.Symbol

    Permalink
    Definition Classes
    Symbols
  150. class FreeTermSymbol extends scala.reflect.internal.SymbolTable.TermSymbol with scala.reflect.internal.SymbolTable.FreeSymbol with scala.reflect.internal.SymbolTable.FreeTermSymbolApi

    Permalink
    Definition Classes
    Symbols
  151. trait FreeTermSymbolApi extends scala.reflect.api.Universe.TermSymbolApi

    Permalink
    Definition Classes
    Internals
  152. class FreeTypeSymbol extends scala.reflect.internal.SymbolTable.TypeSkolem with scala.reflect.internal.SymbolTable.FreeSymbol with scala.reflect.internal.SymbolTable.FreeTypeSymbolApi

    Permalink
    Definition Classes
    Symbols
  153. trait FreeTypeSymbolApi extends scala.reflect.api.Universe.TypeSymbolApi

    Permalink
    Definition Classes
    Internals
  154. class FreshNameExtractor extends AnyRef

    Permalink
    Definition Classes
    FreshNames
  155. case class Function extends scala.reflect.internal.SymbolTable.SymTree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.FunctionApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  156. trait FunctionApi extends scala.reflect.api.Universe.TermTreeApi with scala.reflect.api.Universe.SymTreeApi

    Permalink
    Definition Classes
    Trees
  157. abstract class FunctionExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  158. abstract class GenericApply extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.GenericApplyApi

    Permalink
    Definition Classes
    Trees
  159. trait GenericApplyApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  160. class GlobalMirror extends scala.tools.nsc.Global.Roots

    Permalink
    Definition Classes
    Global
  161. abstract class GlobalPhase extends Phase

    Permalink
    Definition Classes
    Global
  162. class GlobalPlatform extends JavaPlatform

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  163. class HKTypeVar extends scala.reflect.internal.SymbolTable.TypeVar

    Permalink
    Definition Classes
    Types
  164. case class Ident extends scala.reflect.internal.SymbolTable.SymTree with scala.reflect.internal.SymbolTable.RefTree with scala.reflect.internal.SymbolTable.IdentApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  165. trait IdentApi extends scala.reflect.api.Universe.RefTreeApi

    Permalink
    Definition Classes
    Trees
  166. abstract class IdentExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  167. case class If extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.IfApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  168. trait IfApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  169. abstract class IfExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  170. trait ImplClassSymbol extends scala.reflect.internal.SymbolTable.ClassSymbol

    Permalink
    Definition Classes
    Symbols
  171. abstract class ImplDef extends scala.reflect.internal.SymbolTable.MemberDef with scala.reflect.internal.SymbolTable.ImplDefApi

    Permalink
    Definition Classes
    Trees
  172. trait ImplDefApi extends scala.reflect.api.Universe.MemberDefApi

    Permalink
    Definition Classes
    Trees
  173. case class Import extends scala.reflect.internal.SymbolTable.SymTree with scala.reflect.internal.SymbolTable.ImportApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  174. trait ImportApi extends scala.reflect.api.Universe.SymTreeApi

    Permalink
    Definition Classes
    Trees
  175. abstract class ImportExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  176. case class ImportSelector extends scala.reflect.internal.SymbolTable.ImportSelectorApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  177. trait ImportSelectorApi extends AnyRef

    Permalink
    Definition Classes
    Trees
  178. abstract class ImportSelectorExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  179. case class ImportType extends scala.reflect.internal.SymbolTable.Type with Product with Serializable

    Permalink
    Definition Classes
    Types
  180. trait ImportableAttachment extends AnyRef

    Permalink
    Definition Classes
    StdAttachments
  181. trait Importer extends AnyRef

    Permalink
    Definition Classes
    Internals
  182. abstract class InfoTransformer extends AnyRef

    Permalink
    Definition Classes
    InfoTransformers
  183. case class InjectDerivedValue extends scala.tools.nsc.Global.SymTree with scala.tools.nsc.Global.TermTree with Product with Serializable

    Permalink
    Definition Classes
    Trees
  184. trait InstanceMirror extends AnyRef

    Permalink
    Definition Classes
    Mirrors
  185. class InstantiateDependentMap extends scala.reflect.internal.SymbolTable.TypeMap with scala.reflect.internal.SymbolTable.KeepOnlyTypeConstraints

    Permalink
    Definition Classes
    TypeMaps
  186. class InteractiveAsSeenFromMap extends scala.tools.nsc.interactive.Global.AsSeenFromMap

    Permalink
    Definition Classes
    Global
  187. type Internal = MacroInternalApi

    Permalink
    Definition Classes
    Internals → Internals
  188. trait InternalApi extends AnyRef

    Permalink
    Definition Classes
    Internals
  189. abstract class InternalTreeCopierOps extends scala.reflect.internal.SymbolTable.TreeCopierOps

    Permalink
    Definition Classes
    Trees
  190. type JavaArgument = ClassfileAnnotArg

    Permalink
    Definition Classes
    AnnotationInfos → Annotations
  191. class JavaKeywords extends AnyRef

    Permalink
    Definition Classes
    StdNames
  192. class JavaMethodType extends scala.reflect.internal.SymbolTable.MethodType

    Permalink
    Definition Classes
    Types
  193. trait KeepOnlyTypeConstraints extends scala.reflect.internal.SymbolTable.TypeMap with scala.reflect.internal.SymbolTable.AnnotationFilter

    Permalink
    Definition Classes
    TypeMaps
  194. abstract class Keywords extends scala.reflect.internal.SymbolTable.CommonNames

    Permalink
    Definition Classes
    StdNames
  195. abstract class Kind extends AnyRef

    Permalink
    Definition Classes
    Kinds
  196. case class KindErrors extends Product with Serializable

    Permalink
    Definition Classes
    Kinds
  197. case class LabelDef extends scala.reflect.internal.SymbolTable.DefTree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.LabelDefApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  198. trait LabelDefApi extends scala.reflect.api.Universe.DefTreeApi with scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  199. abstract class LabelDefExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  200. final class LazyAnnotationInfo extends scala.reflect.internal.SymbolTable.AnnotationInfo

    Permalink
    Definition Classes
    AnnotationInfos
  201. abstract class LazyPolyType extends scala.reflect.internal.SymbolTable.LazyType

    Permalink
    Definition Classes
    Types
  202. class LazyTreeCopier extends scala.tools.nsc.Global.LazyTreeCopier with scala.tools.nsc.Global.TreeCopier

    Permalink
    Definition Classes
    Trees
  203. abstract class LazyType extends scala.reflect.internal.SymbolTable.Type

    Permalink
    Definition Classes
    Types
  204. trait Liftable[T] extends AnyRef

    Permalink
    Definition Classes
    Liftables
  205. case class Literal extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.LiteralApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  206. case class LiteralAnnotArg extends scala.reflect.internal.SymbolTable.ClassfileAnnotArg with scala.reflect.internal.SymbolTable.LiteralArgumentApi with Product with Serializable

    Permalink
    Definition Classes
    AnnotationInfos
  207. trait LiteralApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  208. type LiteralArgument = LiteralAnnotArg

    Permalink
    Definition Classes
    AnnotationInfos → Annotations
  209. abstract class LiteralExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  210. class Locator extends Traverser

    Permalink

    Locator with slightly modified inclusion check.

    Locator with slightly modified inclusion check.

    Definition Classes
    ScexGlobal
  211. case class LookupAmbiguous extends scala.reflect.internal.SymbolTable.NameLookup with Product with Serializable

    Permalink
    Definition Classes
    Scopes
  212. case class LookupInaccessible extends scala.reflect.internal.SymbolTable.NameLookup with Product with Serializable

    Permalink
    Definition Classes
    Scopes
  213. case class LookupSucceeded extends scala.reflect.internal.SymbolTable.NameLookup with Product with Serializable

    Permalink
    Definition Classes
    Scopes
  214. trait MacroCompatApi extends scala.reflect.macros.Universe.CompatApi

    Permalink
    Definition Classes
    Universe
  215. trait MacroInternalApi extends scala.reflect.macros.Universe.InternalApi

    Permalink
    Definition Classes
    Universe
  216. class MalformedType extends scala.reflect.internal.SymbolTable.TypeError

    Permalink
    Definition Classes
    Types
  217. class MappedBaseTypeSeq extends scala.reflect.internal.SymbolTable.BaseTypeSeq

    Permalink
    Definition Classes
    BaseTypeSeqs
  218. case class Match extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.MatchApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  219. trait MatchApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  220. abstract class MatchExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  221. abstract class Member extends AnyRef

    Permalink
    Definition Classes
    CompilerControl
  222. abstract class MemberDef extends scala.reflect.internal.SymbolTable.DefTree with scala.reflect.internal.SymbolTable.MemberDefApi

    Permalink
    Definition Classes
    Trees
  223. trait MemberDefApi extends scala.reflect.api.Universe.DefTreeApi

    Permalink
    Definition Classes
    Trees
  224. type MemberScope = Scope

    Permalink
    Definition Classes
    Scopes → Scopes
  225. trait MemberScopeApi extends scala.reflect.api.Universe.ScopeApi

    Permalink
    Definition Classes
    Scopes
  226. trait MethodMirror extends AnyRef

    Permalink
    Definition Classes
    Mirrors
  227. class MethodSymbol extends scala.reflect.internal.SymbolTable.TermSymbol with scala.reflect.internal.SymbolTable.MethodSymbolApi

    Permalink
    Definition Classes
    Symbols
  228. trait MethodSymbolApi extends scala.reflect.api.Universe.TermSymbolApi

    Permalink
    Definition Classes
    Symbols
  229. case class MethodType extends scala.reflect.internal.SymbolTable.Type with scala.reflect.internal.SymbolTable.MethodTypeApi with Product with Serializable

    Permalink
    Definition Classes
    Types
  230. trait MethodTypeApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  231. abstract class MethodTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  232. abstract type Mirror >: Null <: RootsBase

    Permalink
    Definition Classes
    Mirrors → Mirrors
  233. class MissingAliasControl extends Throwable with ControlThrowable

    Permalink
    Definition Classes
    Types
  234. class MissingTypeControl extends Throwable with ControlThrowable

    Permalink
    Definition Classes
    Types
  235. case class Modifiers extends scala.reflect.internal.SymbolTable.ModifiersApi with HasFlags with Product with Serializable

    Permalink
    Definition Classes
    Trees
  236. abstract class ModifiersApi extends AnyRef

    Permalink
    Definition Classes
    Trees
  237. abstract class ModifiersExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  238. class ModuleClassSymbol extends scala.reflect.internal.SymbolTable.ClassSymbol

    Permalink
    Definition Classes
    Symbols
  239. case class ModuleDef extends scala.reflect.internal.SymbolTable.ImplDef with scala.reflect.internal.SymbolTable.ModuleDefApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  240. trait ModuleDefApi extends scala.reflect.api.Universe.ImplDefApi

    Permalink
    Definition Classes
    Trees
  241. abstract class ModuleDefExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  242. trait ModuleMirror extends scala.reflect.api.Universe.TemplateMirror

    Permalink
    Definition Classes
    Mirrors
  243. class ModuleSymbol extends scala.reflect.internal.SymbolTable.TermSymbol with scala.reflect.internal.SymbolTable.ModuleSymbolApi

    Permalink
    Definition Classes
    Symbols
  244. trait ModuleSymbolApi extends scala.reflect.api.Universe.TermSymbolApi

    Permalink
    Definition Classes
    Symbols
  245. class ModuleTypeRef extends scala.reflect.internal.SymbolTable.NoArgsTypeRef with scala.reflect.internal.SymbolTable.ClassTypeRef

    Permalink
    Definition Classes
    Types
  246. sealed abstract class Name extends scala.reflect.internal.Names.NameApi

    Permalink
    Definition Classes
    Names
  247. abstract class NameApi extends AnyRef

    Permalink
    Definition Classes
    Names
  248. sealed trait NameLookup extends AnyRef

    Permalink
    Definition Classes
    Scopes
  249. final class NameOps[T <: Name] extends AnyRef

    Permalink
    Definition Classes
    Names
  250. trait NameTree extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.NameTreeApi

    Permalink
    Definition Classes
    Trees
  251. trait NameTreeApi extends scala.reflect.api.Universe.TreeApi

    Permalink
    Definition Classes
    Trees
  252. case class NamedType extends scala.reflect.internal.SymbolTable.Type with Product with Serializable

    Permalink
    Definition Classes
    Types
  253. trait NamesApi extends AnyRef

    Permalink
    Definition Classes
    StandardNames
  254. case class NestedAnnotArg extends scala.reflect.internal.SymbolTable.ClassfileAnnotArg with scala.reflect.internal.SymbolTable.NestedArgumentApi with Product with Serializable

    Permalink
    Definition Classes
    AnnotationInfos
  255. type NestedArgument = NestedAnnotArg

    Permalink
    Definition Classes
    AnnotationInfos → Annotations
  256. case class New extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.NewApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  257. trait NewApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  258. abstract class NewExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  259. class NoArgsTypeRef extends scala.reflect.internal.SymbolTable.TypeRef

    Permalink
    Definition Classes
    Types
  260. class NoCommonType extends Throwable with ControlThrowable

    Permalink
    Definition Classes
    Types
  261. class NoSymbol extends scala.reflect.internal.SymbolTable.Symbol

    Permalink
    Definition Classes
    Symbols
  262. class NoWorkScheduler extends WorkScheduler

    Permalink
    Definition Classes
    CompilerControl
  263. trait NonClassTypeRef extends scala.reflect.internal.SymbolTable.TypeRef

    Permalink
    Definition Classes
    Types
  264. case class NullaryMethodType extends scala.reflect.internal.SymbolTable.Type with scala.reflect.internal.SymbolTable.NullaryMethodTypeApi with Product with Serializable

    Permalink
    Definition Classes
    Types
  265. trait NullaryMethodTypeApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  266. abstract class NullaryMethodTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  267. class OnTypeError[T] extends AnyRef

    Permalink
    Definition Classes
    Global
  268. type OptClassPath = Option[PlatformClassPath]

    Permalink
    Definition Classes
    Global
  269. case class OverloadedType extends scala.reflect.internal.SymbolTable.Type with Product with Serializable

    Permalink
    Definition Classes
    Types
  270. class PackageClassInfoType extends scala.reflect.internal.SymbolTable.ClassInfoType

    Permalink
    Definition Classes
    Types
  271. class PackageClassSymbol extends scala.reflect.internal.SymbolTable.ModuleClassSymbol

    Permalink
    Definition Classes
    Symbols
  272. case class PackageDef extends scala.reflect.internal.SymbolTable.MemberDef with scala.reflect.internal.SymbolTable.PackageDefApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  273. trait PackageDefApi extends scala.reflect.api.Universe.MemberDefApi

    Permalink
    Definition Classes
    Trees
  274. abstract class PackageDefExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  275. class PackageObjectClassSymbol extends scala.reflect.internal.SymbolTable.ModuleClassSymbol

    Permalink
    Definition Classes
    Symbols
  276. class PackageTypeRef extends scala.reflect.internal.SymbolTable.ModuleTypeRef

    Permalink
    Definition Classes
    Types
  277. case class Parens extends scala.tools.nsc.Global.Tree with Product with Serializable

    Permalink
    Definition Classes
    Trees
  278. class PerRunParsing extends AnyRef

    Permalink
    Definition Classes
    Parsing
  279. class PerRunReporting extends (Reporting.this)#PerRunReportingBase

    Permalink
    Definition Classes
    Reporting
  280. abstract class PerRunReportingBase extends AnyRef

    Permalink
    Definition Classes
    Reporting
  281. type Period = Int

    Permalink
    Definition Classes
    SymbolTable
  282. trait PlainAttachment extends scala.reflect.internal.SymbolTable.ImportableAttachment

    Permalink
    Definition Classes
    StdAttachments
  283. type PlatformClassPath = ClassPath[AbstractFile]

    Permalink
    Definition Classes
    Global
  284. case class PolyType extends scala.reflect.internal.SymbolTable.Type with scala.reflect.internal.SymbolTable.PolyTypeApi with Product with Serializable

    Permalink
    Definition Classes
    Types
  285. trait PolyTypeApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  286. abstract class PolyTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  287. trait PosAssigner extends scala.reflect.internal.SymbolTable.Traverser

    Permalink
    Definition Classes
    Positions
  288. type Position = scala.reflect.internal.util.Position

    Permalink
    Definition Classes
    Positions → Positions
  289. class PostfixSelect extends scala.tools.nsc.Global.Select

    Permalink
    Definition Classes
    Trees
  290. class ProperTypeKind extends scala.reflect.internal.SymbolTable.Kind

    Permalink
    Definition Classes
    Kinds
  291. implicit class Quasiquote extends AnyRef

    Permalink
    Definition Classes
    Quasiquotes
  292. case class Range extends Product with Serializable

    Permalink
    Definition Classes
    Positions
  293. class RawTreePrinter extends scala.reflect.internal.SymbolTable.TreePrinter

    Permalink
    Definition Classes
    Printers
  294. case class RecoverableCyclicReference extends scala.reflect.internal.SymbolTable.TypeError with Product with Serializable

    Permalink
    Definition Classes
    Types
  295. trait RefTree extends scala.reflect.internal.SymbolTable.SymTree with scala.reflect.internal.SymbolTable.NameTree with scala.reflect.internal.SymbolTable.RefTreeApi

    Permalink
    Definition Classes
    Trees
  296. trait RefTreeApi extends scala.reflect.api.Universe.SymTreeApi with scala.reflect.api.Universe.NameTreeApi

    Permalink
    Definition Classes
    Trees
  297. abstract class RefTreeExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  298. case class ReferenceToBoxed extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.ReferenceToBoxedApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  299. trait ReferenceToBoxedApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Internals
  300. abstract class ReferenceToBoxedExtractor extends AnyRef

    Permalink
    Definition Classes
    Internals
  301. case class RefinedType extends scala.reflect.internal.SymbolTable.CompoundType with scala.reflect.internal.SymbolTable.RefinedTypeApi with Product with Serializable

    Permalink
    Definition Classes
    Types
  302. final class RefinedType0 extends scala.reflect.internal.SymbolTable.RefinedType

    Permalink
    Definition Classes
    Types
  303. trait RefinedTypeApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  304. abstract class RefinedTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  305. class RefinementClassSymbol extends scala.reflect.internal.SymbolTable.ClassSymbol

    Permalink
    Definition Classes
    Symbols
  306. class RefinementTypeRef extends scala.reflect.internal.SymbolTable.NoArgsTypeRef with scala.reflect.internal.SymbolTable.ClassTypeRef

    Permalink
    Definition Classes
    Types
  307. trait ReflectiveMirror extends scala.reflect.api.Mirror[Mirrors.this.type]

    Permalink
    Definition Classes
    Mirrors
  308. trait ReificationSupportApi extends AnyRef

    Permalink
    Definition Classes
    Internals
  309. class ReificationSupportImpl extends scala.reflect.internal.SymbolTable.ReificationSupportApi

    Permalink
    Definition Classes
    ReificationSupport
  310. case class ReloadItem extends scala.tools.nsc.interactive.Global.WorkItem with Product with Serializable

    Permalink
    Definition Classes
    CompilerControl
  311. case class RepeatedType extends scala.reflect.internal.SymbolTable.Type with Product with Serializable

    Permalink
    Definition Classes
    Types
  312. type Response[T] = scala.tools.nsc.interactive.Response[T]

    Permalink
    Definition Classes
    CompilerControl
  313. class ResponseMap extends HashMap[SourceFile, Set[scala.tools.nsc.interactive.Global.Response[scala.tools.nsc.interactive.Global.Tree]]]

    Permalink
    Definition Classes
    Global
  314. case class Return extends scala.reflect.internal.SymbolTable.SymTree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.ReturnApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  315. trait ReturnApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  316. abstract class ReturnExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  317. trait RewrappingTypeProxy extends scala.reflect.internal.SymbolTable.Type with scala.reflect.internal.SymbolTable.SimpleTypeProxy

    Permalink
    Definition Classes
    Types
  318. class RichCompilationUnit extends scala.tools.nsc.interactive.Global.CompilationUnit

    Permalink
    Definition Classes
    RichCompilationUnits
  319. trait RootSymbol extends scala.reflect.internal.SymbolTable.Symbol

    Permalink
    Definition Classes
    Mirrors
  320. abstract class Roots extends scala.reflect.internal.SymbolTable.RootsBase

    Permalink
    Definition Classes
    Mirrors
  321. abstract class RootsBase extends scala.reflect.api.Mirror[Mirrors.this.type]

    Permalink
    Definition Classes
    Mirrors
  322. class Run extends scala.tools.nsc.Global.RunContextApi with scala.tools.nsc.Global.RunReporting with scala.tools.nsc.Global.RunParsing

    Permalink
    Definition Classes
    Global
  323. type RunId = Int

    Permalink
    Definition Classes
    SymbolTable
  324. trait RunParsing extends AnyRef

    Permalink
    Definition Classes
    Parsing
  325. trait RunReporting extends AnyRef

    Permalink
    Definition Classes
    Reporting
  326. type RuntimeClass = Class[_]

    Permalink
    Definition Classes
    Global → Mirrors
  327. trait RuntimeClassApi extends AnyRef

    Permalink
    Definition Classes
    Mirrors
  328. trait RuntimeMirror extends scala.reflect.api.Mirror[Mirrors.this.type] with scala.reflect.api.Universe.ReflectiveMirror

    Permalink
    Definition Classes
    Mirrors
  329. case class ScalaSigBytes extends scala.reflect.internal.SymbolTable.ClassfileAnnotArg with Product with Serializable

    Permalink
    Definition Classes
    AnnotationInfos
  330. abstract class ScexMember extends Member

    Permalink
  331. case class ScexScopeMember(sym: IGlobal.Symbol, tpe: IGlobal.Type, accessible: Boolean, viaImport: IGlobal.Tree) extends ScexMember with Product with Serializable

    Permalink
  332. case class ScexTypeMember(prefix: IGlobal.Type, sym: IGlobal.Symbol, tpe: IGlobal.Type, accessible: Boolean, implicitTree: IGlobal.Tree, implicitType: IGlobal.Type) extends ScexMember with Product with Serializable

    Permalink
  333. class Scope extends scala.reflect.internal.SymbolTable.ScopeApi with scala.reflect.internal.SymbolTable.MemberScopeApi

    Permalink
    Definition Classes
    Scopes
  334. trait ScopeApi extends Iterable[scala.reflect.api.Universe.Symbol]

    Permalink
    Definition Classes
    Scopes
  335. class ScopeEntry extends AnyRef

    Permalink
    Definition Classes
    Scopes
  336. case class ScopeMember extends scala.tools.nsc.interactive.Global.Member with Product with Serializable

    Permalink
    Definition Classes
    CompilerControl
  337. case class Select extends scala.reflect.internal.SymbolTable.SymTree with scala.reflect.internal.SymbolTable.RefTree with scala.reflect.internal.SymbolTable.SelectApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  338. trait SelectApi extends scala.reflect.api.Universe.RefTreeApi

    Permalink
    Definition Classes
    Trees
  339. abstract class SelectExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  340. case class SelectFromArray extends scala.tools.nsc.Global.SymTree with scala.tools.nsc.Global.RefTree with scala.tools.nsc.Global.TermTree with Product with Serializable

    Permalink
    Definition Classes
    Trees
  341. case class SelectFromTypeTree extends scala.reflect.internal.SymbolTable.SymTree with scala.reflect.internal.SymbolTable.RefTree with scala.reflect.internal.SymbolTable.TypTree with scala.reflect.internal.SymbolTable.SelectFromTypeTreeApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  342. trait SelectFromTypeTreeApi extends scala.reflect.api.Universe.TypTreeApi with scala.reflect.api.Universe.RefTreeApi

    Permalink
    Definition Classes
    Trees
  343. abstract class SelectFromTypeTreeExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  344. trait SimpleTypeProxy extends scala.reflect.internal.SymbolTable.Type

    Permalink
    Definition Classes
    Types
  345. abstract case class SingleType extends scala.reflect.internal.SymbolTable.SingletonType with scala.reflect.internal.SymbolTable.SingleTypeApi with Product with Serializable

    Permalink
    Definition Classes
    Types
  346. trait SingleTypeApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  347. abstract class SingleTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  348. abstract class SingletonType extends scala.reflect.internal.SymbolTable.SubType with scala.reflect.internal.SymbolTable.SimpleTypeProxy with scala.reflect.internal.SymbolTable.SingletonTypeApi

    Permalink
    Definition Classes
    Types
  349. trait SingletonTypeApi extends AnyRef

    Permalink
    Definition Classes
    Types
  350. case class SingletonTypeTree extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TypTree with scala.reflect.internal.SymbolTable.SingletonTypeTreeApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  351. trait SingletonTypeTreeApi extends scala.reflect.api.Universe.TypTreeApi

    Permalink
    Definition Classes
    Trees
  352. abstract class SingletonTypeTreeExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  353. abstract class StandardImporter extends scala.reflect.internal.SymbolTable.Importer

    Permalink
    Definition Classes
    Importers
  354. trait StandardLiftableInstances extends AnyRef

    Permalink
    Definition Classes
    StandardLiftables
  355. trait StandardTypes extends AnyRef

    Permalink
    Definition Classes
    StandardDefinitions
  356. trait StandardUnliftableInstances extends AnyRef

    Permalink
    Definition Classes
    StandardLiftables
  357. case class Star extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.StarApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  358. trait StarApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  359. abstract class StarExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  360. class StrictTreeCopier extends scala.tools.nsc.Global.StrictTreeCopier with scala.tools.nsc.Global.TreeCopier

    Permalink
    Definition Classes
    Trees
  361. class StubClassSymbol extends scala.reflect.internal.SymbolTable.ClassSymbol with scala.reflect.internal.SymbolTable.StubSymbol

    Permalink
    Definition Classes
    Symbols
  362. class StubPackageClassSymbol extends scala.reflect.internal.SymbolTable.PackageClassSymbol with scala.reflect.internal.SymbolTable.StubSymbol

    Permalink
    Definition Classes
    Symbols
  363. trait StubSymbol extends scala.reflect.internal.SymbolTable.Symbol

    Permalink
    Definition Classes
    Symbols
  364. class StubTermSymbol extends scala.reflect.internal.SymbolTable.TermSymbol with scala.reflect.internal.SymbolTable.StubSymbol

    Permalink
    Definition Classes
    Symbols
  365. abstract class SubType extends scala.reflect.internal.SymbolTable.UniqueType

    Permalink
    Definition Classes
    Types
  366. final case class SubTypePair extends Product with Serializable

    Permalink
    Definition Classes
    TypeComparers
  367. case class SubpatternsAttachment extends Product with Serializable

    Permalink
    Definition Classes
    StdAttachments
  368. abstract class SubstMap[T] extends scala.reflect.internal.SymbolTable.TypeMap

    Permalink
    Definition Classes
    TypeMaps
  369. class SubstSymMap extends scala.reflect.internal.SymbolTable.SubstMap[scala.reflect.internal.SymbolTable.Symbol]

    Permalink
    Definition Classes
    TypeMaps
  370. class SubstThisMap extends scala.reflect.internal.SymbolTable.TypeMap

    Permalink
    Definition Classes
    TypeMaps
  371. class SubstTypeMap extends scala.reflect.internal.SymbolTable.SubstMap[scala.reflect.internal.SymbolTable.Type]

    Permalink
    Definition Classes
    TypeMaps
  372. class SubstWildcardMap extends scala.reflect.internal.SymbolTable.TypeMap

    Permalink
    Definition Classes
    TypeMaps
  373. case class Super extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.SuperApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  374. trait SuperApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  375. abstract class SuperExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  376. abstract case class SuperType extends scala.reflect.internal.SymbolTable.SingletonType with scala.reflect.internal.SymbolTable.SuperTypeApi with Product with Serializable

    Permalink
    Definition Classes
    Types
  377. trait SuperTypeApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  378. abstract class SuperTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  379. abstract class SymLoader extends scala.reflect.internal.SymbolTable.LazyType

    Permalink
    Definition Classes
    SymbolTable
  380. abstract class SymTree extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.SymTreeApi

    Permalink
    Definition Classes
    Trees
  381. trait SymTreeApi extends scala.reflect.api.Universe.TreeApi

    Permalink
    Definition Classes
    Trees
  382. abstract class Symbol extends scala.reflect.internal.SymbolTable.SymbolContextApiImpl with HasFlags with scala.reflect.internal.SymbolTable.Annotatable[scala.reflect.internal.SymbolTable.Symbol] with scala.reflect.internal.SymbolTable.Attachable

    Permalink
    Definition Classes
    Symbols
  383. trait SymbolApi extends AnyRef

    Permalink
    Definition Classes
    Symbols
  384. abstract class SymbolContextApiImpl extends scala.reflect.internal.SymbolTable.SymbolApi

    Permalink
    Definition Classes
    Symbols
  385. type SymbolLoadersInInteractive = GlobalSymbolLoaders { ... /* 2 definitions in type refinement */ }

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  386. sealed abstract class SymbolNames extends AnyRef

    Permalink
    Definition Classes
    StdNames
  387. case class SymbolOps extends Product with Serializable

    Permalink
    Definition Classes
    Symbols
  388. type SymbolPair = scala.tools.nsc.Global.overridingPairs.SymbolPair

    Permalink
    Definition Classes
    Global
  389. trait SymbolTableInternal extends scala.reflect.internal.SymbolTable.MacroInternalApi

    Permalink
    Definition Classes
    Internals
  390. case class Template extends scala.reflect.internal.SymbolTable.SymTree with scala.reflect.internal.SymbolTable.TemplateApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  391. trait TemplateApi extends scala.reflect.api.Universe.SymTreeApi

    Permalink
    Definition Classes
    Trees
  392. abstract class TemplateExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  393. trait TemplateMirror extends AnyRef

    Permalink
    Definition Classes
    Mirrors
  394. sealed abstract class TermName extends Name with scala.reflect.internal.Names.TermNameApi

    Permalink
    Definition Classes
    Names
  395. trait TermNameApi extends AnyRef

    Permalink
    Definition Classes
    Names
  396. abstract class TermNameExtractor extends AnyRef

    Permalink
    Definition Classes
    Names
  397. abstract class TermNames extends scala.reflect.internal.SymbolTable.Keywords with scala.reflect.internal.SymbolTable.TermNamesApi

    Permalink
    Definition Classes
    StdNames
  398. trait TermNamesApi extends scala.reflect.api.Universe.NamesApi

    Permalink
    Definition Classes
    StandardNames
  399. class TermSymbol extends scala.reflect.internal.SymbolTable.Symbol with scala.reflect.internal.SymbolTable.TermSymbolApi

    Permalink
    Definition Classes
    Symbols
  400. trait TermSymbolApi extends scala.reflect.api.Universe.SymbolApi

    Permalink
    Definition Classes
    Symbols
  401. trait TermTree extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTreeApi

    Permalink
    Definition Classes
    Trees
  402. trait TermTreeApi extends scala.reflect.api.Universe.TreeApi

    Permalink
    Definition Classes
    Trees
  403. case class This extends scala.reflect.internal.SymbolTable.SymTree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.ThisApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  404. trait ThisApi extends scala.reflect.api.Universe.TermTreeApi with scala.reflect.api.Universe.SymTreeApi

    Permalink
    Definition Classes
    Trees
  405. abstract class ThisExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  406. type ThisPlatform = JavaPlatform { val global: IGlobal.this.type }

    Permalink
    Definition Classes
    Global
  407. class ThisSubstituter extends scala.reflect.internal.SymbolTable.Transformer

    Permalink
    Definition Classes
    Trees
  408. abstract case class ThisType extends scala.reflect.internal.SymbolTable.SingletonType with scala.reflect.internal.SymbolTable.ThisTypeApi with Product with Serializable

    Permalink
    Definition Classes
    Types
  409. trait ThisTypeApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  410. abstract class ThisTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  411. case class Throw extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.ThrowApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  412. trait ThrowApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  413. abstract class ThrowExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  414. class Transformer extends scala.tools.nsc.Global.Transformer

    Permalink
    Definition Classes
    Trees
  415. class Traverser extends AnyRef

    Permalink
    Definition Classes
    Trees
  416. abstract class Tree extends scala.reflect.internal.SymbolTable.TreeContextApiImpl with scala.reflect.internal.SymbolTable.Attachable with Product

    Permalink
    Definition Classes
    Trees
  417. trait TreeApi extends Product

    Permalink
    Definition Classes
    Trees
  418. abstract class TreeContextApiImpl extends scala.reflect.internal.SymbolTable.TreeApi

    Permalink
    Definition Classes
    Trees
  419. trait TreeCopier extends scala.tools.nsc.Global.InternalTreeCopierOps

    Permalink
    Definition Classes
    Trees
  420. abstract class TreeCopierOps extends AnyRef

    Permalink
    Definition Classes
    Trees
  421. trait TreeGen extends AnyRef

    Permalink
    Definition Classes
    Universe
  422. class TreePrinter extends scala.tools.nsc.Global.TreePrinter

    Permalink
    Definition Classes
    Printers
  423. class TreeReplacer extends scala.reflect.internal.SymbolTable.Transformer

    Permalink
    Definition Classes
    Trees
  424. trait TreeStackTraverser extends scala.reflect.internal.SymbolTable.Traverser

    Permalink
    Definition Classes
    Trees
  425. class TreeSubstituter extends scala.reflect.internal.SymbolTable.Transformer

    Permalink
    Definition Classes
    Trees
  426. class TreeSymSubstTraverser extends scala.reflect.internal.SymbolTable.TypeMapTreeSubstituter

    Permalink
    Definition Classes
    Trees
  427. class TreeSymSubstituter extends scala.reflect.internal.SymbolTable.Transformer

    Permalink
    Definition Classes
    Trees
  428. class TreeTypeSubstituter extends scala.reflect.internal.SymbolTable.TypeMapTreeSubstituter

    Permalink
    Definition Classes
    Trees
  429. case class Try extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.TryApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  430. trait TryApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  431. abstract class TryExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  432. trait TypTree extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TypTreeApi

    Permalink
    Definition Classes
    Trees
  433. trait TypTreeApi extends scala.reflect.api.Universe.TreeApi

    Permalink
    Definition Classes
    Trees
  434. abstract class Type extends scala.reflect.internal.SymbolTable.TypeApiImpl with scala.reflect.internal.SymbolTable.Annotatable[scala.reflect.internal.SymbolTable.Type]

    Permalink
    Definition Classes
    Types
  435. abstract class TypeApi extends AnyRef

    Permalink
    Definition Classes
    Types
  436. abstract class TypeApiImpl extends scala.reflect.internal.SymbolTable.TypeApi

    Permalink
    Definition Classes
    Types
  437. case class TypeApply extends scala.reflect.internal.SymbolTable.GenericApply with scala.reflect.internal.SymbolTable.TypeApplyApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  438. trait TypeApplyApi extends scala.reflect.api.Universe.GenericApplyApi

    Permalink
    Definition Classes
    Trees
  439. abstract class TypeApplyExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  440. abstract case class TypeBounds extends scala.reflect.internal.SymbolTable.SubType with scala.reflect.internal.SymbolTable.TypeBoundsApi with Product with Serializable

    Permalink
    Definition Classes
    Types
  441. trait TypeBoundsApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  442. abstract class TypeBoundsExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  443. case class TypeBoundsTree extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TypTree with scala.reflect.internal.SymbolTable.TypeBoundsTreeApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  444. trait TypeBoundsTreeApi extends scala.reflect.api.Universe.TypTreeApi

    Permalink
    Definition Classes
    Trees
  445. abstract class TypeBoundsTreeExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  446. abstract class TypeCollector[T] extends scala.reflect.internal.SymbolTable.TypeTraverser

    Permalink
    Definition Classes
    TypeMaps
  447. case class TypeCompletionContext(context: IGlobal.Context, prefixTree: IGlobal.Tree, pre: IGlobal.Type, ownerTpe: IGlobal.Type) extends Product with Serializable

    Permalink
  448. class TypeConKind extends scala.reflect.internal.SymbolTable.Kind

    Permalink
    Definition Classes
    Kinds
  449. class TypeConstraint extends AnyRef

    Permalink
    Definition Classes
    TypeConstraints
  450. case class TypeDef extends scala.reflect.internal.SymbolTable.MemberDef with scala.reflect.internal.SymbolTable.TypeDefApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  451. trait TypeDefApi extends scala.reflect.api.Universe.MemberDefApi

    Permalink
    Definition Classes
    Trees
  452. abstract class TypeDefExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  453. class TypeError extends Throwable

    Permalink
    Definition Classes
    Types
  454. abstract class TypeMap extends (scala.reflect.internal.SymbolTable.Type) ⇒ scala.reflect.internal.SymbolTable.Type

    Permalink
    Definition Classes
    TypeMaps
  455. class TypeMapTreeSubstituter extends scala.reflect.internal.SymbolTable.Traverser

    Permalink
    Definition Classes
    Trees
  456. case class TypeMember extends scala.tools.nsc.interactive.Global.Member with Product with Serializable

    Permalink
    Definition Classes
    CompilerControl
  457. sealed abstract class TypeName extends Name with scala.reflect.internal.Names.TypeNameApi

    Permalink
    Definition Classes
    Names
  458. trait TypeNameApi extends AnyRef

    Permalink
    Definition Classes
    Names
  459. abstract class TypeNameExtractor extends AnyRef

    Permalink
    Definition Classes
    Names
  460. abstract class TypeNames extends scala.reflect.internal.SymbolTable.Keywords with scala.reflect.internal.SymbolTable.TypeNamesApi

    Permalink
    Definition Classes
    StdNames
  461. trait TypeNamesApi extends scala.reflect.api.Universe.NamesApi

    Permalink
    Definition Classes
    StandardNames
  462. case class TypeParamVarargsAttachment extends Product with Serializable

    Permalink
    Definition Classes
    StdAttachments
  463. abstract case class TypeRef extends scala.reflect.internal.SymbolTable.UniqueType with scala.reflect.internal.SymbolTable.TypeRefApi with Product with Serializable

    Permalink
    Definition Classes
    Types
  464. trait TypeRefApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  465. abstract class TypeRefExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  466. class TypeSkolem extends scala.reflect.internal.SymbolTable.TypeSymbol

    Permalink
    Definition Classes
    Symbols
  467. abstract class TypeSymbol extends scala.reflect.internal.SymbolTable.Symbol with scala.reflect.internal.SymbolTable.TypeSymbolApi

    Permalink
    Definition Classes
    Symbols
  468. trait TypeSymbolApi extends scala.reflect.api.Universe.SymbolApi

    Permalink
    Definition Classes
    Symbols
  469. trait TypeTag[T] extends scala.reflect.api.Universe.WeakTypeTag[T] with Equals with Serializable

    Permalink
    Definition Classes
    TypeTags
    Annotations
    @implicitNotFound( "No TypeTag available for ${T}" )
  470. abstract class TypeTraverser extends scala.reflect.internal.SymbolTable.TypeMap

    Permalink
    Definition Classes
    TypeMaps
  471. abstract class TypeTraverserWithResult[T] extends scala.reflect.internal.SymbolTable.TypeTraverser

    Permalink
    Definition Classes
    TypeMaps
  472. case class TypeTree extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TypTree with scala.reflect.internal.SymbolTable.TypeTreeApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  473. trait TypeTreeApi extends scala.reflect.api.Universe.TypTreeApi

    Permalink
    Definition Classes
    Trees
  474. abstract class TypeTreeExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  475. case class TypeTreeWithDeferredRefCheck extends scala.tools.nsc.Global.Tree with scala.tools.nsc.Global.TypTree with Product with Serializable

    Permalink
    Definition Classes
    Trees
  476. class TypeUnwrapper extends (scala.reflect.internal.SymbolTable.Type) ⇒ scala.reflect.internal.SymbolTable.Type

    Permalink
    Definition Classes
    Types
  477. abstract case class TypeVar extends scala.reflect.internal.SymbolTable.Type with Product with Serializable

    Permalink
    Definition Classes
    Types
  478. case class Typed extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.TypedApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  479. trait TypedApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  480. abstract class TypedExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  481. class TypedLocator extends scala.reflect.internal.SymbolTable.Locator

    Permalink
    Definition Classes
    Positions
  482. class TyperResult extends Throwable with ControlThrowable

    Permalink
    Definition Classes
    Global
  483. class TyperRun extends scala.tools.nsc.interactive.Global.Run

    Permalink
    Definition Classes
    Global
  484. case class UnApply extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.UnApplyApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  485. trait UnApplyApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  486. abstract class UnApplyExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  487. trait UnderConstructionTransformer extends scala.reflect.internal.SymbolTable.Transformer

    Permalink
    Definition Classes
    Trees
  488. class UndoLog extends Clearable

    Permalink
    Definition Classes
    TypeConstraints
  489. final class UniqueConstantType extends scala.reflect.internal.SymbolTable.ConstantType

    Permalink
    Definition Classes
    Types
  490. final class UniqueErasedValueType extends scala.reflect.internal.SymbolTable.ErasedValueType

    Permalink
    Definition Classes
    Types
  491. final class UniqueSingleType extends scala.reflect.internal.SymbolTable.SingleType

    Permalink
    Definition Classes
    Types
  492. final class UniqueSuperType extends scala.reflect.internal.SymbolTable.SuperType

    Permalink
    Definition Classes
    Types
  493. final class UniqueThisType extends scala.reflect.internal.SymbolTable.ThisType

    Permalink
    Definition Classes
    Types
  494. abstract class UniqueType extends scala.reflect.internal.SymbolTable.Type with Product

    Permalink
    Definition Classes
    Types
  495. final class UniqueTypeBounds extends scala.reflect.internal.SymbolTable.TypeBounds

    Permalink
    Definition Classes
    Types
  496. trait Unliftable[T] extends AnyRef

    Permalink
    Definition Classes
    Liftables
  497. trait UntouchableTypeVar extends scala.reflect.internal.SymbolTable.TypeVar

    Permalink
    Definition Classes
    Types
  498. case class UseCase extends Product with Serializable

    Permalink
    Definition Classes
    DocComments
  499. case class ValDef extends scala.reflect.internal.SymbolTable.ValOrDefDef with scala.reflect.internal.SymbolTable.ValDefApi with Product with Serializable

    Permalink
    Definition Classes
    Trees
  500. trait ValDefApi extends scala.reflect.api.Universe.ValOrDefDefApi

    Permalink
    Definition Classes
    Trees
  501. abstract class ValDefExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  502. abstract class ValOrDefDef extends scala.reflect.internal.SymbolTable.MemberDef with scala.reflect.internal.SymbolTable.ValOrDefDefApi

    Permalink
    Definition Classes
    Trees
  503. trait ValOrDefDefApi extends scala.reflect.api.Universe.MemberDefApi

    Permalink
    Definition Classes
    Trees
  504. class ValidateException extends Exception

    Permalink
    Definition Classes
    Positions
  505. class ValidatingPosAssigner extends scala.tools.nsc.Global.Traverser with scala.tools.nsc.Global.PosAssigner

    Permalink
    Definition Classes
    Positions
  506. trait ValueClassDefinitions extends AnyRef

    Permalink
    Definition Classes
    Definitions
  507. class VarianceValidator extends scala.reflect.internal.SymbolTable.Traverser

    Permalink
    Definition Classes
    Variances
  508. trait WeakTypeTag[T] extends Equals with Serializable

    Permalink
    Definition Classes
    TypeTags
    Annotations
    @implicitNotFound( "No WeakTypeTag available for ${T}" )
  509. case class WorkEvent extends Product with Serializable

    Permalink
    Definition Classes
    Global
  510. abstract class WorkItem extends () ⇒ Unit

    Permalink
    Definition Classes
    CompilerControl
  511. trait ArrayArgumentApi extends AnyRef

    Permalink
    Definition Classes
    Annotations
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use Annotation.tree to inspect annotation arguments

  512. abstract class ArrayArgumentExtractor extends AnyRef

    Permalink
    Definition Classes
    Annotations
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use Annotation.tree to inspect annotation arguments

  513. type BuildApi = ReificationSupportApi

    Permalink
    Definition Classes
    Internals
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use internal.ReificationSupportApi instead

  514. trait CompilationUnitContextApi extends AnyRef

    Permalink
    Definition Classes
    Universe
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) c.enclosingTree-style APIs are now deprecated; consult the scaladoc for more information

  515. trait JavaArgumentApi extends AnyRef

    Permalink
    Definition Classes
    Annotations
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use Annotation.tree to inspect annotation arguments

  516. trait LiteralArgumentApi extends AnyRef

    Permalink
    Definition Classes
    Annotations
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use Annotation.tree to inspect annotation arguments

  517. abstract class LiteralArgumentExtractor extends AnyRef

    Permalink
    Definition Classes
    Annotations
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use Annotation.tree to inspect annotation arguments

  518. type ModifiersCreator = ModifiersExtractor

    Permalink
    Definition Classes
    Trees
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use ModifiersExtractor instead

  519. trait NestedArgumentApi extends AnyRef

    Permalink
    Definition Classes
    Annotations
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use Annotation.tree to inspect annotation arguments

  520. abstract class NestedArgumentExtractor extends AnyRef

    Permalink
    Definition Classes
    Annotations
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use Annotation.tree to inspect annotation arguments

  521. trait RunContextApi extends AnyRef

    Permalink
    Definition Classes
    Universe
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) c.enclosingTree-style APIs are now deprecated; consult the scaladoc for more information

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val AdapterWrappedName: TermName

    Permalink
    Definition Classes
    MacroUtils
  5. val AllOps: SymbolOps

    Permalink
    Definition Classes
    Symbols
  6. object Alternative extends scala.reflect.internal.SymbolTable.AlternativeExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  7. implicit val AlternativeTag: ClassTag[Alternative]

    Permalink
    Definition Classes
    Trees
  8. object Annotated extends scala.reflect.internal.SymbolTable.AnnotatedExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  9. implicit val AnnotatedTag: ClassTag[Annotated]

    Permalink
    Definition Classes
    Trees
  10. implicit val AnnotatedTypeTag: ClassTag[AnnotatedType]

    Permalink
    Definition Classes
    Types
  11. implicit val AnnotationTag: ClassTag[AnnotationInfo]

    Permalink
    Definition Classes
    AnnotationInfos
  12. implicit def AnyNameOps(name: Name): NameOps[Name]

    Permalink
    Definition Classes
    Names
  13. object AppliedTypeTree extends scala.reflect.internal.SymbolTable.AppliedTypeTreeExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  14. implicit val AppliedTypeTreeTag: ClassTag[AppliedTypeTree]

    Permalink
    Definition Classes
    Trees
  15. def Apply(sym: Symbol, args: Tree*): Tree

    Permalink
    Definition Classes
    Trees → Trees
  16. object Apply extends scala.reflect.internal.SymbolTable.ApplyExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  17. def ApplyConstructor(tpt: Tree, args: List[Tree]): Apply

    Permalink
    Definition Classes
    Trees → Trees
  18. implicit val ApplyTag: ClassTag[Apply]

    Permalink
    Definition Classes
    Trees
  19. val ArrayArgument: ArrayAnnotArg.type

    Permalink
    Definition Classes
    AnnotationInfos → Annotations
  20. implicit val ArrayArgumentTag: ClassTag[ArrayAnnotArg]

    Permalink
    Definition Classes
    AnnotationInfos
  21. object Assign extends scala.reflect.internal.SymbolTable.AssignExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  22. object AssignOrNamedArg extends scala.reflect.internal.SymbolTable.AssignOrNamedArgExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  23. implicit val AssignOrNamedArgTag: ClassTag[AssignOrNamedArg]

    Permalink
    Definition Classes
    Trees
  24. implicit val AssignTag: ClassTag[Assign]

    Permalink
    Definition Classes
    Trees
  25. lazy val BeanGetterNamePattern: Regex

    Permalink
    Definition Classes
    MacroUtils
  26. lazy val BeanSetterNamePattern: Regex

    Permalink
    Definition Classes
    MacroUtils
  27. def Bind(sym: Symbol, body: Tree): Bind

    Permalink
    Definition Classes
    Trees → Trees
  28. object Bind extends scala.reflect.internal.SymbolTable.BindExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  29. implicit val BindTag: ClassTag[Bind]

    Permalink
    Definition Classes
    Trees
  30. def Block(stats: Tree*): Block

    Permalink
    Definition Classes
    Trees → Trees
  31. object Block extends scala.reflect.internal.SymbolTable.BlockExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  32. implicit val BlockTag: ClassTag[Block]

    Permalink
    Definition Classes
    Trees
  33. lazy val BooleanBeanGetterNamePattern: Regex

    Permalink
    Definition Classes
    MacroUtils
  34. object BooleanFlag extends Serializable

    Permalink
    Definition Classes
    Printers
  35. final val BooleanTag: Int(2)

    Permalink
    Definition Classes
    Constants
  36. implicit val BoundedWildcardTypeTag: ClassTag[BoundedWildcardType]

    Permalink
    Definition Classes
    Types
  37. final val ByteTag: Int(3)

    Permalink
    Definition Classes
    Constants
  38. def CaseDef(pat: Tree, body: Tree): CaseDef

    Permalink
    Definition Classes
    Trees → Trees
  39. object CaseDef extends scala.reflect.internal.SymbolTable.CaseDefExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  40. implicit val CaseDefTag: ClassTag[CaseDef]

    Permalink
    Definition Classes
    Trees
  41. final val CharTag: Int(5)

    Permalink
    Definition Classes
    Constants
  42. def ClassDef(sym: Symbol, constrMods: Modifiers, vparamss: List[List[ValDef]], body: List[Tree], superPos: Position): ClassDef

    Permalink
    Definition Classes
    Trees
  43. object ClassDef extends scala.reflect.internal.SymbolTable.ClassDefExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  44. implicit val ClassDefTag: ClassTag[ClassDef]

    Permalink
    Definition Classes
    Trees
  45. implicit val ClassInfoTypeTag: ClassTag[ClassInfoType]

    Permalink
    Definition Classes
    Types
  46. implicit val ClassSymbolTag: ClassTag[ClassSymbol]

    Permalink
    Definition Classes
    Symbols
  47. final val ClazzTag: Int(12)

    Permalink
    Definition Classes
    Constants
  48. implicit val CompoundTypeTag: ClassTag[CompoundType]

    Permalink
    Definition Classes
    Types
  49. object CompoundTypeTree extends scala.reflect.internal.SymbolTable.CompoundTypeTreeExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  50. implicit val CompoundTypeTreeTag: ClassTag[CompoundTypeTree]

    Permalink
    Definition Classes
    Trees
  51. object Constant extends scala.reflect.internal.SymbolTable.ConstantExtractor with Serializable

    Permalink
    Definition Classes
    Constants → Constants
  52. implicit val ConstantTag: ClassTag[Constant]

    Permalink
    Definition Classes
    Constants
  53. implicit val ConstantTypeTag: ClassTag[ConstantType]

    Permalink
    Definition Classes
    Types
  54. val CyclicInheritance: Throwable

    Permalink
    Definition Classes
    BaseTypeSeqs
  55. object DefDef extends scala.reflect.internal.SymbolTable.DefDefExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  56. implicit val DefDefTag: ClassTag[DefDef]

    Permalink
    Definition Classes
    Trees
  57. implicit val DefTreeTag: ClassTag[DefTree]

    Permalink
    Definition Classes
    Trees
  58. final val DoubleTag: Int(9)

    Permalink
    Definition Classes
    Constants
  59. def EmptyPackageClass: ClassSymbol

    Permalink
    Definition Classes
    Global
  60. object EmptyTree extends scala.reflect.internal.SymbolTable.Tree with scala.reflect.internal.SymbolTable.TermTree with scala.reflect.internal.SymbolTable.CannotHaveAttrs with Product with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  61. lazy val EmptyTreeTypeSubstituter: TreeTypeSubstituter

    Permalink
    Definition Classes
    Trees
  62. final val EnumTag: Int(13)

    Permalink
    Definition Classes
    Constants
  63. object ErrorType extends scala.reflect.internal.SymbolTable.Type with Product with Serializable

    Permalink
    Definition Classes
    Types
  64. object ExistentialType extends scala.reflect.internal.SymbolTable.ExistentialTypeExtractor with Serializable

    Permalink
    Definition Classes
    Types → Types
  65. implicit val ExistentialTypeTag: ClassTag[ExistentialType]

    Permalink
    Definition Classes
    Types
  66. object ExistentialTypeTree extends scala.reflect.internal.SymbolTable.ExistentialTypeTreeExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  67. implicit val ExistentialTypeTreeTag: ClassTag[ExistentialTypeTree]

    Permalink
    Definition Classes
    Trees
  68. object Expr extends Serializable

    Permalink
    Definition Classes
    Exprs
  69. def FlagOps(mask: Long): SymbolOps

    Permalink
    Definition Classes
    Symbols
  70. implicit val FlagSetTag: ClassTag[FlagSet]

    Permalink
    Definition Classes
    FlagSets
  71. final val FloatTag: Int(8)

    Permalink
    Definition Classes
    Constants
  72. implicit val FreeTermSymbolTag: ClassTag[FreeTermSymbol]

    Permalink
    Definition Classes
    Symbols
  73. implicit val FreeTypeSymbolTag: ClassTag[FreeTypeSymbol]

    Permalink
    Definition Classes
    Symbols
  74. object Function extends scala.reflect.internal.SymbolTable.FunctionExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  75. implicit val FunctionTag: ClassTag[Function]

    Permalink
    Definition Classes
    Trees
  76. implicit val GenericApplyTag: ClassTag[GenericApply]

    Permalink
    Definition Classes
    Trees
  77. val GlbFailure: Throwable

    Permalink
    Definition Classes
    GlbLubs
  78. def Ident(sym: Symbol): Ident

    Permalink
    Definition Classes
    Trees → Trees
  79. def Ident(name: String): Ident

    Permalink
    Definition Classes
    Trees → Trees
  80. object Ident extends scala.reflect.internal.SymbolTable.IdentExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  81. implicit val IdentTag: ClassTag[Ident]

    Permalink
    Definition Classes
    Trees
  82. object If extends scala.reflect.internal.SymbolTable.IfExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  83. implicit val IfTag: ClassTag[If]

    Permalink
    Definition Classes
    Trees
  84. implicit val ImplDefTag: ClassTag[ImplDef]

    Permalink
    Definition Classes
    Trees
  85. object ImplicitlyConverted

    Permalink
    Definition Classes
    MacroUtils
  86. object Import extends scala.reflect.internal.SymbolTable.ImportExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  87. object ImportSelector extends scala.reflect.internal.SymbolTable.ImportSelectorExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  88. implicit val ImportSelectorTag: ClassTag[ImportSelector]

    Permalink
    Definition Classes
    Trees
  89. implicit val ImportTag: ClassTag[Import]

    Permalink
    Definition Classes
    Trees
  90. final val IntTag: Int(6)

    Permalink
    Definition Classes
    Constants
  91. implicit val JavaArgumentTag: ClassTag[ClassfileAnnotArg]

    Permalink
    Definition Classes
    AnnotationInfos
  92. def JavaMethodType(params: List[Symbol], resultType: Type): JavaMethodType

    Permalink
    Definition Classes
    Types
  93. final val JustParsed: Int(-1)

    Permalink
    Definition Classes
    RichCompilationUnits
  94. object LabelDef extends scala.reflect.internal.SymbolTable.LabelDefExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  95. implicit val LabelDefTag: ClassTag[LabelDef]

    Permalink
    Definition Classes
    Trees
  96. object Liftable extends scala.reflect.api.Universe.StandardLiftableInstances

    Permalink
    Definition Classes
    Liftables
  97. object Literal extends scala.reflect.internal.SymbolTable.LiteralExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  98. val LiteralArgument: LiteralAnnotArg.type

    Permalink
    Definition Classes
    AnnotationInfos → Annotations
  99. implicit val LiteralArgumentTag: ClassTag[LiteralAnnotArg]

    Permalink
    Definition Classes
    AnnotationInfos
  100. object LiteralString

    Permalink
    Definition Classes
    MacroUtils
  101. implicit val LiteralTag: ClassTag[Literal]

    Permalink
    Definition Classes
    Trees
  102. final val LongTag: Int(7)

    Permalink
    Definition Classes
    Constants
  103. object Match extends scala.reflect.internal.SymbolTable.MatchExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  104. implicit val MatchTag: ClassTag[Match]

    Permalink
    Definition Classes
    Trees
  105. val MaxPhases: Int

    Permalink
    Definition Classes
    Global
  106. implicit val MemberDefTag: ClassTag[MemberDef]

    Permalink
    Definition Classes
    Trees
  107. implicit val MemberScopeTag: ClassTag[MemberScope]

    Permalink
    Definition Classes
    Scopes
  108. implicit val MethodSymbolTag: ClassTag[MethodSymbol]

    Permalink
    Definition Classes
    Symbols
  109. object MethodType extends scala.reflect.internal.SymbolTable.MethodTypeExtractor with Serializable

    Permalink
    Definition Classes
    Types → Types
  110. implicit val MethodTypeTag: ClassTag[MethodType]

    Permalink
    Definition Classes
    Types
  111. implicit val MirrorTag: ClassTag[Mirror]

    Permalink
    Definition Classes
    Global → ImplicitTags
  112. def Modifiers(flags: FlagSet): Modifiers

    Permalink
    Definition Classes
    Trees
  113. def Modifiers(flags: FlagSet, privateWithin: Name): Modifiers

    Permalink
    Definition Classes
    Trees
  114. implicit val ModifiersTag: ClassTag[Modifiers]

    Permalink
    Definition Classes
    Trees
  115. object ModuleDef extends scala.reflect.internal.SymbolTable.ModuleDefExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  116. implicit val ModuleDefTag: ClassTag[ModuleDef]

    Permalink
    Definition Classes
    Trees
  117. implicit val ModuleSymbolTag: ClassTag[ModuleSymbol]

    Permalink
    Definition Classes
    Symbols
  118. implicit val NameTag: ClassTag[Name]

    Permalink
    Definition Classes
    Names
  119. implicit val NameTreeTag: ClassTag[NameTree]

    Permalink
    Definition Classes
    Trees
  120. val NestedArgument: NestedAnnotArg.type

    Permalink
    Definition Classes
    AnnotationInfos → Annotations
  121. implicit val NestedArgumentTag: ClassTag[NestedAnnotArg]

    Permalink
    Definition Classes
    AnnotationInfos
  122. def New(sym: Symbol, args: Tree*): Tree

    Permalink
    Definition Classes
    Trees → Trees
  123. def New(tpe: Type, argss: List[List[Tree]]): Tree

    Permalink
    Definition Classes
    Trees
  124. def New(tpe: Type, args: Tree*): Tree

    Permalink
    Definition Classes
    Trees → Trees
  125. def New(tpt: Tree, argss: List[List[Tree]]): Tree

    Permalink
    Definition Classes
    Trees → Trees
  126. object New extends scala.reflect.internal.SymbolTable.NewExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  127. def NewFromConstructor(constructor: Symbol, args: Tree*): Apply

    Permalink
    Definition Classes
    Trees
  128. implicit val NewTag: ClassTag[New]

    Permalink
    Definition Classes
    Trees
  129. lazy val NoContext: (analyzer)#NoContext.type

    Permalink
    Definition Classes
    ContextTrees
  130. val NoFlags: FlagSet

    Permalink
    Definition Classes
    FlagSets → FlagSets
  131. val NoKindErrors: KindErrors

    Permalink
    Definition Classes
    Kinds
  132. lazy val NoMods: Modifiers

    Permalink
    Definition Classes
    Trees
  133. final val NoPeriod: Int(0)

    Permalink
    Definition Classes
    SymbolTable
  134. val NoPosition: scala.reflect.internal.util.NoPosition.type

    Permalink
    Definition Classes
    Positions → Positions
  135. final val NoRunId: Int(0)

    Permalink
    Definition Classes
    SymbolTable
  136. lazy val NoSymbol: NoSymbol

    Permalink
    Definition Classes
    Symbols → Symbols
  137. final val NoTag: Int(0)

    Permalink
    Definition Classes
    Constants
  138. object NoType extends scala.reflect.internal.SymbolTable.Type with Product with Serializable

    Permalink
    Definition Classes
    Types → Types
  139. final val NotLoaded: Int(-2)

    Permalink
    Definition Classes
    RichCompilationUnits
  140. final val NullTag: Int(11)

    Permalink
    Definition Classes
    Constants
  141. implicit val NullaryMethodTypeTag: ClassTag[NullaryMethodType]

    Permalink
    Definition Classes
    Types
  142. object PackageDef extends scala.reflect.internal.SymbolTable.PackageDefExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  143. implicit val PackageDefTag: ClassTag[PackageDef]

    Permalink
    Definition Classes
    Trees
  144. final val PartiallyChecked: Int(0)

    Permalink
    Definition Classes
    RichCompilationUnits
  145. def PerRunReporting: PerRunReporting

    Permalink
    Attributes
    protected
    Definition Classes
    Reporting → Reporting
  146. implicit val PolyTypeTag: ClassTag[PolyType]

    Permalink
    Definition Classes
    Types
  147. implicit val PositionTag: ClassTag[Position]

    Permalink
    Definition Classes
    Positions
  148. def PrimarySuperCall(argss: List[List[Tree]]): Tree

    Permalink
    Definition Classes
    Trees
  149. object RefTree extends scala.reflect.internal.SymbolTable.RefTreeExtractor

    Permalink
    Definition Classes
    Trees → Trees
  150. implicit val RefTreeTag: ClassTag[RefTree]

    Permalink
    Definition Classes
    Trees
  151. object ReferenceToBoxed extends scala.reflect.internal.SymbolTable.ReferenceToBoxedExtractor with Serializable

    Permalink
    Definition Classes
    Trees
  152. implicit val ReferenceToBoxedTag: ClassTag[ReferenceToBoxed]

    Permalink
    Definition Classes
    Trees
  153. implicit val RefinedTypeTag: ClassTag[RefinedType]

    Permalink
    Definition Classes
    Types
  154. object Return extends scala.reflect.internal.SymbolTable.ReturnExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  155. implicit val ReturnTag: ClassTag[Return]

    Permalink
    Definition Classes
    Trees
  156. def RootClass: ClassSymbol

    Permalink
    Definition Classes
    Global
  157. implicit val RuntimeClassTag: ClassTag[RuntimeClass]

    Permalink
    Definition Classes
    Global → ImplicitTags
  158. lazy val ScexPkg: Select

    Permalink
    Definition Classes
    MacroUtils
  159. implicit val ScopeTag: ClassTag[Scope]

    Permalink
    Definition Classes
    Scopes
  160. def Select(qualifier: Tree, sym: Symbol): Select

    Permalink
    Definition Classes
    Trees → Trees
  161. def Select(qualifier: Tree, name: String): Select

    Permalink
    Definition Classes
    Trees → Trees
  162. object Select extends scala.reflect.internal.SymbolTable.SelectExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  163. object SelectDynamic

    Permalink
    Definition Classes
    MacroUtils
  164. object SelectFromTypeTree extends scala.reflect.internal.SymbolTable.SelectFromTypeTreeExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  165. implicit val SelectFromTypeTreeTag: ClassTag[SelectFromTypeTree]

    Permalink
    Definition Classes
    Trees
  166. implicit val SelectTag: ClassTag[Select]

    Permalink
    Definition Classes
    Trees
  167. final val ShortTag: Int(4)

    Permalink
    Definition Classes
    Constants
  168. object SingleType extends scala.reflect.internal.SymbolTable.SingleTypeExtractor with Serializable

    Permalink
    Definition Classes
    Types → Types
  169. implicit val SingleTypeTag: ClassTag[SingleType]

    Permalink
    Definition Classes
    Types
  170. implicit val SingletonTypeTag: ClassTag[SingletonType]

    Permalink
    Definition Classes
    Types
  171. object SingletonTypeTree extends scala.reflect.internal.SymbolTable.SingletonTypeTreeExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  172. implicit val SingletonTypeTreeTag: ClassTag[SingletonTypeTree]

    Permalink
    Definition Classes
    Trees
  173. object Star extends scala.reflect.internal.SymbolTable.StarExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  174. implicit val StarTag: ClassTag[Star]

    Permalink
    Definition Classes
    Trees
  175. implicit val StringContextStripMarginOps: (StringContext) ⇒ StringContextStripMarginOps

    Permalink
    Definition Classes
    SymbolTable
  176. object StringInterpolation

    Permalink
    Definition Classes
    MacroUtils
  177. final val StringTag: Int(10)

    Permalink
    Definition Classes
    Constants
  178. def Super(sym: Symbol, mix: TypeName): Tree

    Permalink
    Definition Classes
    Trees → Trees
  179. object Super extends scala.reflect.internal.SymbolTable.SuperExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  180. implicit val SuperTag: ClassTag[Super]

    Permalink
    Definition Classes
    Trees
  181. implicit val SuperTypeTag: ClassTag[SuperType]

    Permalink
    Definition Classes
    Types
  182. implicit val SymTreeTag: ClassTag[SymTree]

    Permalink
    Definition Classes
    Trees
  183. implicit val SymbolTag: ClassTag[Symbol]

    Permalink
    Definition Classes
    Symbols
  184. def Template(sym: Symbol, body: List[Tree]): Template

    Permalink
    Definition Classes
    Trees
  185. object Template extends scala.reflect.internal.SymbolTable.TemplateExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  186. implicit val TemplateTag: ClassTag[Template]

    Permalink
    Definition Classes
    Trees
  187. object TermName extends scala.reflect.internal.Names.TermNameExtractor

    Permalink
    Definition Classes
    Names → Names
  188. implicit def TermNameOps(name: TermName): NameOps[TermName]

    Permalink
    Definition Classes
    Names
  189. implicit val TermNameTag: ClassTag[TermName]

    Permalink
    Definition Classes
    Names
  190. implicit val TermSymbolTag: ClassTag[TermSymbol]

    Permalink
    Definition Classes
    Symbols
  191. implicit val TermTreeTag: ClassTag[TermTree]

    Permalink
    Definition Classes
    Trees
  192. def This(sym: Symbol): Tree

    Permalink
    Definition Classes
    Trees → Trees
  193. object This extends scala.reflect.internal.SymbolTable.ThisExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  194. implicit val ThisTag: ClassTag[This]

    Permalink
    Definition Classes
    Trees
  195. implicit val ThisTypeTag: ClassTag[ThisType]

    Permalink
    Definition Classes
    Types
  196. def Throw(tpe: Type, args: Tree*): Throw

    Permalink
    Definition Classes
    Trees → Trees
  197. object Throw extends scala.reflect.internal.SymbolTable.ThrowExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  198. implicit val ThrowTag: ClassTag[Throw]

    Permalink
    Definition Classes
    Trees
  199. implicit val TreeCopierTag: ClassTag[TreeCopier]

    Permalink
    Definition Classes
    Trees
  200. implicit val TreeTag: ClassTag[Tree]

    Permalink
    Definition Classes
    Trees
  201. def Try(body: Tree, cases: (Tree, Tree)*): Try

    Permalink
    Definition Classes
    Trees → Trees
  202. object Try extends scala.reflect.internal.SymbolTable.TryExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  203. implicit val TryTag: ClassTag[Try]

    Permalink
    Definition Classes
    Trees
  204. implicit val TypTreeTag: ClassTag[TypTree]

    Permalink
    Definition Classes
    Trees
  205. object TypeApply extends scala.reflect.internal.SymbolTable.TypeApplyExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  206. implicit val TypeApplyTag: ClassTag[TypeApply]

    Permalink
    Definition Classes
    Trees
  207. implicit val TypeBoundsTag: ClassTag[TypeBounds]

    Permalink
    Definition Classes
    Types
  208. def TypeBoundsTree(sym: Symbol): TypeBoundsTree

    Permalink
    Definition Classes
    Trees
  209. def TypeBoundsTree(bounds: TypeBounds): TypeBoundsTree

    Permalink
    Definition Classes
    Trees
  210. object TypeBoundsTree extends scala.reflect.internal.SymbolTable.TypeBoundsTreeExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  211. implicit val TypeBoundsTreeTag: ClassTag[TypeBoundsTree]

    Permalink
    Definition Classes
    Trees
  212. object TypeDef extends scala.reflect.internal.SymbolTable.TypeDefExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  213. implicit val TypeDefTag: ClassTag[TypeDef]

    Permalink
    Definition Classes
    Trees
  214. object TypeName extends scala.reflect.internal.Names.TypeNameExtractor

    Permalink
    Definition Classes
    Names → Names
  215. implicit def TypeNameOps(name: TypeName): NameOps[TypeName]

    Permalink
    Definition Classes
    Names
  216. implicit val TypeNameTag: ClassTag[TypeName]

    Permalink
    Definition Classes
    Names
  217. object TypeRef extends scala.reflect.internal.SymbolTable.TypeRefExtractor with Serializable

    Permalink
    Definition Classes
    Types → Types
  218. implicit val TypeRefTag: ClassTag[TypeRef]

    Permalink
    Definition Classes
    Types
  219. implicit val TypeSymbolTag: ClassTag[TypeSymbol]

    Permalink
    Definition Classes
    Symbols
  220. object TypeTag extends Serializable

    Permalink
    Definition Classes
    TypeTags
  221. implicit val TypeTagg: ClassTag[Type]

    Permalink
    Definition Classes
    Types
  222. def TypeTree(tp: Type): TypeTree

    Permalink
    Definition Classes
    Trees → Trees
  223. object TypeTree extends scala.reflect.internal.SymbolTable.TypeTreeExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  224. implicit val TypeTreeTag: ClassTag[TypeTree]

    Permalink
    Definition Classes
    Trees
  225. object Typed extends scala.reflect.internal.SymbolTable.TypedExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  226. implicit val TypedTag: ClassTag[Typed]

    Permalink
    Definition Classes
    Trees
  227. object UnApply extends scala.reflect.internal.SymbolTable.UnApplyExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  228. implicit val UnApplyTag: ClassTag[UnApply]

    Permalink
    Definition Classes
    Trees
  229. final val UnitTag: Int(1)

    Permalink
    Definition Classes
    Constants
  230. object ValDef extends scala.reflect.internal.SymbolTable.ValDefExtractor with Serializable

    Permalink
    Definition Classes
    Trees → Trees
  231. implicit val ValDefTag: ClassTag[ValDef]

    Permalink
    Definition Classes
    Trees
  232. object ValOrDefDef

    Permalink
    Definition Classes
    Trees
  233. implicit val ValOrDefDefTag: ClassTag[ValOrDefDef]

    Permalink
    Definition Classes
    Trees
  234. object WeakTypeTag extends Serializable

    Permalink
    Definition Classes
    TypeTags
  235. def abort(msg: String): Nothing

    Permalink
    Definition Classes
    Reporting
  236. implicit def abstractFile: Pickler[AbstractFile]

    Permalink
    Definition Classes
    Picklers
  237. def accessibleMembers(tpe: Type): List[TermSymbol]

    Permalink
    Definition Classes
    MacroUtils
  238. implicit def action: Pickler[() ⇒ Unit]

    Permalink
    Definition Classes
    Picklers
  239. def adaptAnnotations(tree: Tree, mode: Mode, pt: Type): Tree

    Permalink
    Definition Classes
    AnnotationCheckers
  240. def adaptBoundsToAnnotations(bounds: List[TypeBounds], tparams: List[Symbol], targs: List[Type]): List[TypeBounds]

    Permalink
    Definition Classes
    AnnotationCheckers
  241. def adaptTypeOfReturn(tree: Tree, pt: Type, default: ⇒ Type): Type

    Permalink
    Definition Classes
    AnnotationCheckers
  242. lazy val adapterType: Type

    Permalink
    Definition Classes
    MacroUtils
  243. def addAnnotationChecker(checker: AnnotationChecker): Unit

    Permalink
    Definition Classes
    AnnotationCheckers
  244. def addAnnotations(tree: Tree, tpe: Type): Type

    Permalink
    Definition Classes
    AnnotationCheckers
  245. def addContext(contexts: Contexts, context: Context, cpos: Position): Unit

    Permalink
    Definition Classes
    ContextTrees
  246. def addContext(contexts: Contexts, context: Context): Unit

    Permalink
    Definition Classes
    ContextTrees
  247. implicit def addFlagOps(left: FlagSet): FlagOps

    Permalink
    Definition Classes
    FlagSets → FlagSets
  248. def addMember(thistp: Type, tp: Type, sym: Symbol, depth: Depth): Unit

    Permalink
    Definition Classes
    Types
  249. def addMember(thistp: Type, tp: Type, sym: Symbol): Unit

    Permalink
    Definition Classes
    Types
  250. implicit def addOnTypeError[T](x: ⇒ T): OnTypeError[T]

    Permalink
    Definition Classes
    Global
  251. def addSerializable(ps: Type*): List[Type]

    Permalink
    Definition Classes
    Types
  252. def addToPhasesSet(sub: SubComponent, descr: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  253. def afterEachPhase[T](op: ⇒ T): List[(Phase, T)]

    Permalink
    Definition Classes
    Global
  254. var allSources: List[SourceFile]

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  255. lazy val analyzer: InteractiveAnalyzer { val global: IGlobal.this.type }

    Permalink
    Definition Classes
    Global → Global
  256. def annotatedType(annots: List[AnnotationInfo], underlying: Type): Type

    Permalink
    Definition Classes
    Types
  257. def annotationToTree(ann: Annotation): Tree

    Permalink
    Attributes
    protected[scala]
    Definition Classes
    AnnotationInfos → Annotations
  258. def annotations(sym: Symbol): List[Annotation]

    Permalink
    Definition Classes
    MacroUtils
  259. def annotationsConform(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    AnnotationCheckers
  260. def annotationsGlb(tpe: Type, ts: List[Type]): Type

    Permalink
    Definition Classes
    AnnotationCheckers
  261. def annotationsIncludingOverrides(sym: Symbol): List[Annotation]

    Permalink
    Definition Classes
    MacroUtils
  262. def annotationsLub(tpe: Type, ts: List[Type]): Type

    Permalink
    Definition Classes
    AnnotationCheckers
  263. lazy val any2stringadd: Symbol

    Permalink
    Definition Classes
    MacroUtils
  264. def appliedType(tyconSym: Symbol, args: Type*): Type

    Permalink
    Definition Classes
    Types → Types
  265. def appliedType(tyconSym: Symbol, args: List[Type]): Type

    Permalink
    Definition Classes
    Types → Types
  266. def appliedType(tycon: Type, args: Type*): Type

    Permalink
    Definition Classes
    Types → Types
  267. def appliedType(tycon: Type, args: List[Type]): Type

    Permalink
    Definition Classes
    Types → Types
  268. def arrayToRepeated(tp: Type): Type

    Permalink
    Definition Classes
    SymbolTable
  269. def asCompactDebugString(t: Tree): String

    Permalink
    Definition Classes
    Printers
  270. def asCompactString(t: Tree): String

    Permalink
    Definition Classes
    Printers
  271. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  272. def asString(t: Tree): String

    Permalink
    Definition Classes
    Printers
  273. def ask[A](op: () ⇒ A): A

    Permalink
    Definition Classes
    CompilerControl
  274. def askDocComment(sym: Symbol, source: SourceFile, site: Symbol, fragments: List[(Symbol, SourceFile)], response: Response[(String, String, Position)]): Unit

    Permalink
    Definition Classes
    CompilerControl
  275. implicit def askDocCommentItem: CondPickler[AskDocCommentItem]

    Permalink
    Definition Classes
    Picklers
  276. def askFilesDeleted(sources: List[SourceFile], response: Response[Unit]): Unit

    Permalink
    Definition Classes
    CompilerControl
  277. def askForResponse[A](op: () ⇒ A): Response[A]

    Permalink
    Definition Classes
    CompilerControl
  278. def askLinkPos(sym: Symbol, source: SourceFile, response: Response[Position]): Unit

    Permalink
    Definition Classes
    CompilerControl
  279. implicit def askLinkPosItem: CondPickler[AskLinkPosItem]

    Permalink
    Definition Classes
    Picklers
  280. final def askLoadedTyped(source: SourceFile, response: Response[Tree]): Unit

    Permalink
    Definition Classes
    CompilerControl
  281. def askLoadedTyped(source: SourceFile, keepLoaded: Boolean, response: Response[Tree]): Unit

    Permalink
    Definition Classes
    CompilerControl
  282. implicit def askLoadedTypedItem: CondPickler[AskLoadedTypedItem]

    Permalink
    Definition Classes
    Picklers
  283. def askParsedEntered(source: SourceFile, keepLoaded: Boolean, response: Response[Tree]): Unit

    Permalink
    Definition Classes
    CompilerControl
  284. implicit def askParsedEnteredItem: CondPickler[AskParsedEnteredItem]

    Permalink
    Definition Classes
    Picklers
  285. def askReload(sources: List[SourceFile], response: Response[Unit]): Unit

    Permalink
    Definition Classes
    CompilerControl
  286. def askReset(): Unit

    Permalink
    Definition Classes
    CompilerControl
  287. def askScopeCompletion(pos: Position, response: Response[List[Member]]): Unit

    Permalink
    Definition Classes
    CompilerControl
  288. implicit def askScopeCompletionItem: CondPickler[AskScopeCompletionItem]

    Permalink
    Definition Classes
    Picklers
  289. def askShutdown(): Unit

    Permalink
    Definition Classes
    CompilerControl
  290. def askStructure(keepSrcLoaded: Boolean)(source: SourceFile, response: Response[Tree]): Unit

    Permalink
    Definition Classes
    CompilerControl
  291. def askToDoFirst(source: SourceFile): Unit

    Permalink
    Definition Classes
    CompilerControl
  292. implicit def askToDoFirstItem: CondPickler[AskToDoFirstItem]

    Permalink
    Definition Classes
    Picklers
  293. def askTypeAt(pos: Position, response: Response[Tree]): Unit

    Permalink
    Definition Classes
    CompilerControl
  294. implicit def askTypeAtItem: CondPickler[AskTypeAtItem]

    Permalink
    Definition Classes
    Picklers
  295. def askTypeCompletion(pos: Position, response: Response[List[Member]]): Unit

    Permalink
    Definition Classes
    CompilerControl
  296. implicit def askTypeCompletionItem: CondPickler[AskTypeCompletionItem]

    Permalink
    Definition Classes
    Picklers
  297. implicit def askTypeItem: CondPickler[AskTypeItem]

    Permalink
    Definition Classes
    Picklers
  298. final def assert(assertion: Boolean): Unit

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  299. final def assert(assertion: Boolean, message: ⇒ Any): Unit

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  300. def assertCorrectThread(): Unit

    Permalink
    Definition Classes
    Global → SymbolTable
    Annotations
    @elidable( 900 )
  301. final def atPhaseStack: List[Phase]

    Permalink
    Definition Classes
    SymbolTable
  302. def atPhaseStackMessage: String

    Permalink
    Definition Classes
    SymbolTable
  303. def atPos[T <: Tree](pos: Position)(tree: T): T

    Permalink
    Definition Classes
    Positions → Positions
  304. def backquotedPath(t: Tree): String

    Permalink
    Definition Classes
    Printers
  305. def baseTypeOfNonClassTypeRef(tpe: NonClassTypeRef, clazz: Symbol): Type

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  306. def baseTypeSingletonSeq(tp: Type): BaseTypeSeq

    Permalink
    Definition Classes
    BaseTypeSeqs
  307. def basetypeRecursions: Int

    Permalink
    Definition Classes
    Types
  308. def basetypeRecursions_=(value: Int): Unit

    Permalink
    Definition Classes
    Types
  309. lazy val booleanTpe: Type

    Permalink
    Definition Classes
    MacroUtils
  310. def brutallyResetAttrs(x: Tree, leaveAlone: (Tree) ⇒ Boolean): Tree

    Permalink
    Definition Classes
    Trees
  311. val build: ReificationSupportImpl

    Permalink
    Definition Classes
    ReificationSupport
  312. def canAdaptAnnotations(tree: Tree, mode: Mode, pt: Type): Boolean

    Permalink
    Definition Classes
    AnnotationCheckers
  313. def captureVariable(vble: Symbol): Unit

    Permalink
    Definition Classes
    CapturedVariables
  314. def capturedVariableType(vble: Symbol, tpe: Type, erasedTypes: Boolean): Type

    Permalink
    Definition Classes
    CapturedVariables
  315. def capturedVariableType(vble: Symbol): Type

    Permalink
    Definition Classes
    CapturedVariables
  316. def checkForMoreWork(pos: Position): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  317. def checkKindBounds0(tparams: List[Symbol], targs: List[Type], pre: Type, owner: Symbol, explainErrors: Boolean): List[(Type, Symbol, KindErrors)]

    Permalink
    Definition Classes
    Kinds
  318. def checkNoResponsesOutstanding(): Unit

    Permalink
    Definition Classes
    Global
  319. var chrs: Array[Char]

    Permalink
    Definition Classes
    Names
  320. val classLoader: ClassLoader

    Permalink
    Definition Classes
    IGlobalSymbolErasures
  321. def classPath: ClassFileLookup[AbstractFile]

    Permalink
    Definition Classes
    Global
  322. def clearDocComments(): Unit

    Permalink
    Definition Classes
    DocComments
  323. def clearIgnoredFiles(): Unit

    Permalink
    Definition Classes
    Global
  324. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  325. def cloneSymbols(syms: List[Symbol]): List[Symbol]

    Permalink
    Definition Classes
    Symbols
  326. def cloneSymbolsAndModify(syms: List[Symbol], infoFn: (Type) ⇒ Type): List[Symbol]

    Permalink
    Definition Classes
    Symbols
  327. def cloneSymbolsAtOwner(syms: List[Symbol], owner: Symbol): List[Symbol]

    Permalink
    Definition Classes
    Symbols
  328. def cloneSymbolsAtOwnerAndModify(syms: List[Symbol], owner: Symbol, infoFn: (Type) ⇒ Type): List[Symbol]

    Permalink
    Definition Classes
    Symbols
  329. final def closestEnclMethod(from: Symbol): Symbol

    Permalink
    Definition Classes
    Symbols
  330. final def collectFirst[A, B](as: List[A])(pf: PartialFunction[A, B]): Option[B]

    Permalink
    Definition Classes
    Collections
  331. final def collectMap2[A, B, C](xs1: List[A], xs2: List[B])(p: (A, B) ⇒ Boolean): Map[A, B]

    Permalink
    Definition Classes
    Collections
  332. def commonOwner(tps: List[Type]): Symbol

    Permalink
    Attributes
    protected[scala.reflect.internal]
    Definition Classes
    CommonOwners
  333. def commonOwner(t: Type): Symbol

    Permalink
    Attributes
    protected[scala.reflect.internal]
    Definition Classes
    CommonOwners
  334. def commonOwnerMap: CommonOwnerMap

    Permalink
    Attributes
    protected
    Definition Classes
    CommonOwners
  335. final def compareLengths(xs1: List[_], xs2: List[_]): Int

    Permalink
    Definition Classes
    Types
    Annotations
    @tailrec()
  336. lazy val compat: Compat

    Permalink
    Definition Classes
    Internals → Internals
  337. final def completionsAt(pos: Position): CompletionResult

    Permalink
    Definition Classes
    Global
  338. def compoundBaseTypeSeq(tp: Type): BaseTypeSeq

    Permalink
    Definition Classes
    BaseTypeSeqs
  339. def computeBaseClasses(tpe: Type): List[Symbol]

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  340. def computeInternalPhases(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  341. def computePhaseAssembly(): List[SubComponent]

    Permalink
    Definition Classes
    PhaseAssembly
  342. def computePhaseDescriptors: List[SubComponent]

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  343. def computePlatformPhases(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  344. def computePluginPhases(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Plugins
  345. def connectModuleToClass(m: ModuleSymbol, moduleClass: ClassSymbol): ModuleSymbol

    Permalink
    Definition Classes
    Symbols
  346. def constructorToJava(constr: MethodSymbol): Constructor[_]

    Permalink

    The Java constructor corresponding to a given Scala constructor.

    The Java constructor corresponding to a given Scala constructor.

    constr

    The Scala constructor

    Definition Classes
    SymbolErasures
  347. def containsExistential(tpe: Type): Boolean

    Permalink
    Definition Classes
    Types
  348. def cookedDocComment(sym: Symbol, docStr: String): String

    Permalink
    Definition Classes
    DocComments
  349. val cookedDocComments: HashMap[Symbol, String]

    Permalink
    Definition Classes
    DocComments
  350. def copyClassDef(tree: Tree)(mods: Modifiers, name: Name, tparams: List[TypeDef], impl: Template): ClassDef

    Permalink
    Definition Classes
    Trees
  351. def copyDefDef(tree: Tree)(mods: Modifiers, name: Name, tparams: List[TypeDef], vparamss: List[List[ValDef]], tpt: Tree, rhs: Tree): DefDef

    Permalink
    Definition Classes
    Trees
  352. def copyMethodType(tp: Type, params: List[Symbol], restpe: Type): Type

    Permalink
    Definition Classes
    Types
  353. def copyModuleDef(tree: Tree)(mods: Modifiers, name: Name, impl: Template): ModuleDef

    Permalink
    Definition Classes
    Trees
  354. def copyRefinedType(original: RefinedType, parents: List[Type], decls: Scope): Type

    Permalink
    Definition Classes
    Types
  355. def copyTypeDef(tree: Tree)(mods: Modifiers, name: Name, tparams: List[TypeDef], rhs: Tree): TypeDef

    Permalink
    Definition Classes
    Trees
  356. def copyTypeRef(tp: Type, pre: Type, sym: Symbol, args: List[Type]): Type

    Permalink
    Definition Classes
    Types
  357. def copyValDef(tree: Tree)(mods: Modifiers, name: Name, tpt: Tree, rhs: Tree): ValDef

    Permalink
    Definition Classes
    Trees
  358. final def corresponds3[A, B, C](xs1: List[A], xs2: List[B], xs3: List[C])(f: (A, B, C) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Collections
    Annotations
    @tailrec()
  359. def createFromClonedSymbols[T](syms: List[Symbol], tpe: Type)(creator: (List[Symbol], Type) ⇒ T): T

    Permalink
    Definition Classes
    Symbols
  360. def createFromClonedSymbolsAtOwner[T](syms: List[Symbol], owner: Symbol, tpe: Type)(creator: (List[Symbol], Type) ⇒ T): T

    Permalink
    Definition Classes
    Symbols
  361. def createJavadoc: Boolean

    Permalink
    Definition Classes
    Global
  362. def currentFreshNameCreator: FreshNameCreator

    Permalink
    Definition Classes
    Global → FreshNames
  363. final def currentPeriod: Period

    Permalink
    Definition Classes
    SymbolTable
  364. def currentRun: Run

    Permalink
    Definition Classes
    Global → Parsing → Reporting
  365. def currentRunId: Int

    Permalink
    Definition Classes
    Global → SymbolTable
  366. var currentSettings: Settings

    Permalink
    Definition Classes
    Global
  367. def currentSource: SourceFile

    Permalink
    Definition Classes
    Global
  368. def currentUnit: CompilationUnit

    Permalink
    Definition Classes
    Global
  369. val debugIDE: Boolean

    Permalink
    Definition Classes
    Global
  370. final def debugLog(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  371. def debugStack(t: Throwable): Unit

    Permalink
    Definition Classes
    SymbolTable
  372. def debugString(tp: Type): String

    Permalink
    Definition Classes
    TypeDebugging
  373. def debugTree(pref: String, tree: Tree): Unit

    Permalink
    Definition Classes
    MacroUtils
  374. final def debuglog(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Global → SymbolTable
    Annotations
    @inline()
  375. def decodedSymName(tree: Tree, name: Name): String

    Permalink
    Definition Classes
    Printers
  376. def defaultThrowable[T <: Throwable]: CondPickler[T]

    Permalink
    Definition Classes
    Picklers
  377. def defineBaseClassesOfCompoundType(tpe: CompoundType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  378. def defineBaseTypeSeqOfCompoundType(tpe: CompoundType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  379. def defineBaseTypeSeqOfTypeRef(tpe: TypeRef): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  380. def defineOriginalOwner(sym: Symbol, owner: Symbol): Unit

    Permalink
    Definition Classes
    Global → Symbols
  381. def defineParentsOfTypeRef(tpe: TypeRef): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  382. def defineUnderlyingOfSingleType(tpe: SingleType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  383. object definitions extends scala.reflect.internal.SymbolTable.DefinitionsClass

    Permalink
    Definition Classes
    Definitions → StandardDefinitions
  384. val deletedTopLevelSyms: LinkedHashSet[Symbol] with SynchronizedSet[Symbol]

    Permalink
    Definition Classes
    Global
  385. def delta(f: AbstractFile, cs: Array[Char]): Diff

    Permalink
    Definition Classes
    Picklers
  386. def demandNewCompilerRun(): Unit

    Permalink
    Definition Classes
    Global
  387. def deriveCaseDef(cdef: Tree)(applyToBody: (Tree) ⇒ Tree): CaseDef

    Permalink
    Definition Classes
    Trees
  388. def deriveClassDef(cdef: Tree)(applyToImpl: (Template) ⇒ Template): ClassDef

    Permalink
    Definition Classes
    Trees
  389. def deriveDefDef(ddef: Tree)(applyToRhs: (Tree) ⇒ Tree): DefDef

    Permalink
    Definition Classes
    Trees
  390. def deriveFreshSkolems(tparams: List[Symbol]): List[Symbol]

    Permalink
    Definition Classes
    ExistentialsAndSkolems
  391. def deriveFunction(func: Tree)(applyToRhs: (Tree) ⇒ Tree): Function

    Permalink
    Definition Classes
    Trees
  392. def deriveLabelDef(ldef: Tree)(applyToRhs: (Tree) ⇒ Tree): LabelDef

    Permalink
    Definition Classes
    Trees
  393. def deriveModuleDef(mdef: Tree)(applyToImpl: (Template) ⇒ Template): ModuleDef

    Permalink
    Definition Classes
    Trees
  394. def deriveSymbols(syms: List[Symbol], symFn: (Symbol) ⇒ Symbol): List[Symbol]

    Permalink
    Definition Classes
    Symbols
  395. def deriveSymbols2[A](syms: List[Symbol], as: List[A], symFn: (Symbol, A) ⇒ Symbol): List[Symbol]

    Permalink
    Definition Classes
    Symbols
  396. def deriveTemplate(templ: Tree)(applyToBody: (List[Tree]) ⇒ List[Tree]): Template

    Permalink
    Definition Classes
    Trees
  397. def deriveType(syms: List[Symbol], symFn: (Symbol) ⇒ Symbol)(tpe: Type): Type

    Permalink
    Definition Classes
    Symbols
  398. def deriveType2[A](syms: List[Symbol], as: List[A], symFn: (Symbol, A) ⇒ Symbol)(tpe: Type): Type

    Permalink
    Definition Classes
    Symbols
  399. def deriveTypeWithWildcards(syms: List[Symbol])(tpe: Type): Type

    Permalink
    Definition Classes
    Symbols
  400. def deriveValDef(vdef: Tree)(applyToRhs: (Tree) ⇒ Tree): ValDef

    Permalink
    Definition Classes
    Trees
  401. final def devWarning(pos: Position, msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  402. final def devWarning(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Global → SymbolTable
    Annotations
    @inline()
  403. final def devWarningDumpStack(msg: ⇒ String, maxFrames: Int): Unit

    Permalink
    Definition Classes
    SymbolTable
    Annotations
    @inline()
  404. final def distinctBy[A, B](xs: List[A])(f: (A) ⇒ B): List[A]

    Permalink
    Definition Classes
    Collections
  405. def doLocateContext(pos: Position): Context

    Permalink
    Definition Classes
    CompilerControl
  406. def docCommentPos(sym: Symbol): Position

    Permalink
    Definition Classes
    DocComments
  407. val docComments: WeakHashMap[Symbol, DocComment]

    Permalink
    Definition Classes
    DocComments
  408. def duplicateAndKeepPositions(tree: Tree): Tree

    Permalink
    Definition Classes
    Trees
  409. lazy val dynamicTpe: Type

    Permalink
    Definition Classes
    MacroUtils
  410. lazy val dynamicVarAccessorTpe: Type

    Permalink
    Definition Classes
    MacroUtils
  411. def echoPhaseSummary(ph: Phase): Unit

    Permalink
    Definition Classes
    Global
  412. def elapsedMessage(msg: String, start: Long): String

    Permalink
    Attributes
    protected
    Definition Classes
    SymbolTable
  413. def elementExtract(container: Symbol, tp: Type): Type

    Permalink
    Definition Classes
    Types
  414. def elementExtractOption(container: Symbol, tp: Type): Option[Type]

    Permalink
    Definition Classes
    Types
  415. def elementTest(container: Symbol, tp: Type)(f: (Type) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Types
  416. def elementTransform(container: Symbol, tp: Type)(f: (Type) ⇒ Type): Type

    Permalink
    Definition Classes
    Types
  417. def elimAnonymousClass(t: Type): Type

    Permalink
    Definition Classes
    Types
  418. implicit def emptyAction: CondPickler[EmptyAction]

    Permalink
    Definition Classes
    Picklers
  419. def enableIgnoredFile(file: AbstractFile): Unit

    Permalink
    Definition Classes
    Global
  420. val enableTypeVarExperimentals: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Global → Types
  421. def encode(str: String): TermName

    Permalink
    Definition Classes
    StdNames
  422. def ensureNonOverlapping(tree: Tree, others: List[Tree], focus: Boolean): Unit

    Permalink
    Definition Classes
    Positions
  423. def ensureNonOverlapping(tree: Tree, others: List[Tree]): Unit

    Permalink
    Definition Classes
    Positions
  424. final def enteringDelambdafy[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  425. final def enteringErasure[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  426. final def enteringExplicitOuter[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  427. final def enteringFlatten[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  428. final def enteringIcode[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  429. final def enteringMixin[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  430. final def enteringPhase[T](ph: Phase)(op: ⇒ T): T

    Permalink
    Definition Classes
    SymbolTable
    Annotations
    @inline()
  431. final def enteringPhaseNotLaterThan[T](target: Phase)(op: ⇒ T): T

    Permalink
    Definition Classes
    SymbolTable
    Annotations
    @inline()
  432. final def enteringPhaseWithName[T](phaseName: String)(body: ⇒ T): T

    Permalink
    Definition Classes
    SymbolTable
  433. final def enteringPickler[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  434. final def enteringPrevPhase[T](op: ⇒ T): T

    Permalink
    Definition Classes
    SymbolTable
    Annotations
    @inline()
  435. final def enteringSpecialize[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  436. final def enteringTyper[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  437. final def enteringUncurry[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  438. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  439. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  440. def erasureClass(tpe: Type): Class[_]

    Permalink
    Definition Classes
    SymbolErasures
  441. def erasureFullName(tpe: Type): String

    Permalink
    Definition Classes
    MacroUtils
  442. def erasurePhase: Phase

    Permalink
    Definition Classes
    Global → Required
  443. def error(msg: String): Unit

    Permalink
    Definition Classes
    Reporting
  444. val etaExpandKeepsStar: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Global → TypeMaps
  445. def existentialAbstraction(tparams: List[Symbol], tpe0: Type): Type

    Permalink
    Definition Classes
    Types
  446. final def existentialTransform[T](rawSyms: List[Symbol], tp: Type, rawOwner: Symbol)(creator: (List[Symbol], Type) ⇒ T): T

    Permalink
    Definition Classes
    ExistentialsAndSkolems
  447. def existentialsInType(tpe: Type): List[Symbol]

    Permalink
    Definition Classes
    Types
  448. def existingSymbols(syms: List[Symbol]): List[Symbol]

    Permalink
    Definition Classes
    Symbols
  449. final def exists2[A, B](xs1: List[A], xs2: List[B])(f: (A, B) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Collections
  450. final def exists3[A, B, C](xs1: List[A], xs2: List[B], xs3: List[C])(f: (A, B, C) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Collections
  451. final def exitingDelambdafy[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  452. final def exitingErasure[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  453. final def exitingExplicitOuter[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  454. final def exitingFlatten[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  455. final def exitingMixin[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  456. final def exitingPhase[T](ph: Phase)(op: ⇒ T): T

    Permalink
    Definition Classes
    SymbolTable
    Annotations
    @inline()
  457. final def exitingPickler[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  458. final def exitingPostErasure[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  459. final def exitingRefchecks[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  460. final def exitingSpecialize[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  461. final def exitingTyper[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  462. final def exitingUncurry[T](op: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  463. def expandInheritdoc(parent: String, child: String, sym: Symbol): String

    Permalink
    Definition Classes
    DocComments
  464. def expandVariables(initialStr: String, sym: Symbol, site: Symbol): String

    Permalink
    Attributes
    protected
    Definition Classes
    DocComments
  465. def expandWiki(str: String): String

    Permalink
    Definition Classes
    DocComments
  466. def expandedDocComment(sym: Symbol, site: Symbol, docStr: String): String

    Permalink
    Definition Classes
    DocComments
  467. def explain[T](op: String, p: (Type, T) ⇒ Boolean, tp1: Type, arg2: T): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  468. def explainTypes(op: (Type, Type) ⇒ Any, found: Type, required: Type): Unit

    Permalink
    Definition Classes
    Types
  469. def explainTypes(found: Type, required: Type): Unit

    Permalink
    Definition Classes
    Types
  470. lazy val expressionUtilType: Type

    Permalink
    Definition Classes
    MacroUtils
  471. def extendCompilerClassPath(urls: URL*): Unit

    Permalink
    Definition Classes
    Global
  472. def fieldToJava(fld: TermSymbol): Field

    Permalink

    The Java field corresponding to a given Scala field.

    The Java field corresponding to a given Scala field.

    fld

    The Scala field.

    Definition Classes
    SymbolErasures
  473. def fillDocComment(sym: Symbol, comment: DocComment): Unit

    Permalink
    Definition Classes
    DocComments
  474. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  475. def findMemberFromRoot(fullName: Name): Symbol

    Permalink
    Definition Classes
    Global
  476. final def findOrElse[A](xs: TraversableOnce[A])(p: (A) ⇒ Boolean)(orElse: ⇒ A): A

    Permalink
    Definition Classes
    Collections
  477. def findOverlapping(cts: List[Tree]): List[(Tree, Tree)]

    Permalink
    Definition Classes
    Positions
  478. final def findPhaseWithName(phaseName: String): Phase

    Permalink
    Definition Classes
    SymbolTable
  479. def findRecursiveBounds(ts: List[Type]): List[(Symbol, Symbol)]

    Permalink
    Definition Classes
    GlbLubs
  480. final def findSymbol(xs: TraversableOnce[Symbol])(p: (Symbol) ⇒ Boolean): Symbol

    Permalink
    Definition Classes
    SymbolTable
    Annotations
    @inline()
  481. def fixOverride(s: Symbol): Symbol

    Permalink
    Definition Classes
    MacroUtils
  482. final def flatCollect[A, B](elems: List[A])(pf: PartialFunction[A, Traversable[B]]): List[B]

    Permalink
    Definition Classes
    Collections
  483. final def flatMap2[A, B, C](xs1: List[A], xs2: List[B])(f: (A, B) ⇒ List[C]): List[C]

    Permalink
    Definition Classes
    Collections
  484. final def flattensToEmpty(xss: Seq[Seq[_]]): Boolean

    Permalink
    Definition Classes
    Collections
    Annotations
    @tailrec()
  485. def forInteractive: Boolean

    Permalink
    Definition Classes
    Global → Required
  486. final def forall3[A, B, C](xs1: List[A], xs2: List[B], xs3: List[C])(f: (A, B, C) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Collections
  487. def forceSymbolsUsedByParser(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  488. final def foreach2[A, B](xs1: List[A], xs2: List[B])(f: (A, B) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Collections
  489. final def foreach3[A, B, C](xs1: List[A], xs2: List[B], xs3: List[C])(f: (A, B, C) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Collections
  490. final def foreachWithIndex[A, B](xs: List[A])(f: (A, Int) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Collections
  491. def forgetSymbolsFromSource(file: AbstractFile): Option[Set[Symbol]]

    Permalink
    Definition Classes
    ScexGlobal
  492. def freshExistentialName(suffix: String): TypeName

    Permalink
    Attributes
    protected
    Definition Classes
    Symbols
  493. lazy val freshRunReq: CondPickler[FreshRunReq]

    Permalink
    Definition Classes
    Picklers
  494. def freshTermName(prefix: String)(implicit creator: FreshNameCreator): TermName

    Permalink
    Definition Classes
    FreshNames
  495. def freshTypeName(prefix: String)(implicit creator: FreshNameCreator): TypeName

    Permalink
    Definition Classes
    FreshNames
  496. def genPolyType(params: List[Symbol], tpe: Type): Type

    Permalink
    Definition Classes
    Types
  497. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  498. lazy val getClassSymbol: Symbol

    Permalink
    Definition Classes
    MacroUtils
  499. def getFile(clazz: Symbol, suffix: String): File

    Permalink
    Definition Classes
    Global
  500. def getFile(source: AbstractFile, segments: Array[String], suffix: String): File

    Permalink
    Definition Classes
    Global
  501. def getJavaGetter(symbol: Symbol, javaTpe: Type): Symbol

    Permalink
    Definition Classes
    MacroUtils
  502. def getOrCreateUnitOf(source: SourceFile): RichCompilationUnit

    Permalink
    Attributes
    protected[scala.tools.nsc.interactive]
    Definition Classes
    Global
  503. var getParsedEnteredResponses: ResponseMap

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  504. def getSourceFile(name: String): SourceFile

    Permalink
    Definition Classes
    Global
  505. def getSourceFile(f: AbstractFile): BatchSourceFile

    Permalink
    Definition Classes
    Global
  506. def getUnit(s: SourceFile): Option[RichCompilationUnit]

    Permalink
    Attributes
    protected[scala.tools.nsc.interactive]
    Definition Classes
    Global
  507. def getUnitOf(s: SourceFile): Option[RichCompilationUnit]

    Permalink
    Definition Classes
    CompilerControl
  508. def glb(ts: List[Type], depth: Depth): Type

    Permalink
    Attributes
    protected[scala.reflect.internal]
    Definition Classes
    GlbLubs
  509. def glb(ts: List[Type]): Type

    Permalink
    Definition Classes
    GlbLubs
  510. def glbNorm(ts: List[Type], depth: Depth): Type

    Permalink
    Attributes
    protected
    Definition Classes
    GlbLubs
  511. def glbResults: HashMap[(Depth, List[Type]), Type]

    Permalink
    Definition Classes
    GlbLubs
  512. def globalError(pos: Position, msg: String): Unit

    Permalink
    Definition Classes
    Reporting
    Annotations
    @deprecatedOverriding( ... , "2.11.2" )
  513. def globalError(msg: String): Unit

    Permalink
    Definition Classes
    Reporting
    Annotations
    @deprecatedOverriding( ... , "2.11.2" )
  514. val globalFreshNameCreator: FreshNameCreator

    Permalink
    Definition Classes
    FreshNames
  515. var globalPhase: Phase

    Permalink
    Definition Classes
    Global
  516. final def hasLength(xs: List[_], len: Int): Boolean

    Permalink
    Definition Classes
    Types
  517. def hasType(tree: Tree, tpe: Type): Boolean

    Permalink
    Definition Classes
    MacroUtils
  518. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  519. var ids: Int

    Permalink
    Attributes
    protected
    Definition Classes
    Symbols
  520. final def ifDebug(body: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  521. def importableMembers(pre: Type): Scope

    Permalink
    Definition Classes
    Types
  522. def indent: String

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  523. def indent_=(value: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  524. var infoTransformers: InfoTransformer

    Permalink
    Definition Classes
    SymbolTable
  525. def inform(pos: Position, msg: String): Unit

    Permalink
    Definition Classes
    Reporting
    Annotations
    @deprecatedOverriding( ... , "2.11.2" )
  526. def inform(msg: String): Unit

    Permalink
    Definition Classes
    Reporting
    Annotations
    @deprecatedOverriding( ... , "2.11.2" )
  527. final def informIDE(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  528. def informProgress(msg: String): Unit

    Permalink
    Definition Classes
    SymbolTable
  529. def informTime(msg: String, start: Long): Unit

    Permalink
    Definition Classes
    SymbolTable
  530. def inheritsJavaVarArgsMethod(clazz: Symbol): Boolean

    Permalink
    Definition Classes
    Types
  531. lazy val inputAnnotType: Type

    Permalink
    Definition Classes
    MacroUtils
  532. def instantiatedBounds(pre: Type, owner: Symbol, tparams: List[Symbol], targs: List[Type]): List[TypeBounds]

    Permalink
    Definition Classes
    Types
  533. lazy val internal: Internal

    Permalink
    Definition Classes
    Internals → Internals
  534. implicit def interruptReq: Pickler[InterruptReq]

    Permalink
    Definition Classes
    Picklers
  535. def intersectionType(tps: List[Type]): Type

    Permalink
    Definition Classes
    Types
  536. def intersectionType(tps: List[Type], owner: Symbol): Type

    Permalink
    Definition Classes
    Types
  537. def intersectionWitness: WeakHashMap[List[Type], WeakReference[Type]]

    Permalink
    Definition Classes
    Types
  538. def invalidateClassPathEntries(paths: String*): Unit

    Permalink
    Definition Classes
    Global
  539. def isAdapter(tpe: Type): Boolean

    Permalink
    Definition Classes
    MacroUtils
  540. def isAdapterConversion(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  541. def isAdapterWrappedMember(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  542. def isAnnotatedWith(tpe: Type, annotTpe: Type): Boolean

    Permalink
    Definition Classes
    MacroUtils
  543. final def isAtPhaseAfter(p: Phase): Boolean

    Permalink
    Definition Classes
    SymbolTable
  544. def isBeanGetter(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  545. def isBeanSetter(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  546. def isBooleanType(tpe: Type): Boolean

    Permalink
    Definition Classes
    MacroUtils
  547. def isBottom(tpe: Type): Boolean

    Permalink
    Definition Classes
    MacroUtils
  548. def isBoundedGeneric(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  549. def isCompilerUniverse: Boolean

    Permalink
    Definition Classes
    Global → SymbolTable
  550. def isConstantType(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  551. def isConstructor(s: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  552. def isDeveloper: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Global → SymbolTable
  553. def isDifferentType(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    TypeComparers
  554. def isDifferentTypeConstructor(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    TypeComparers
  555. def isDummyAppliedType(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  556. def isEligibleForPrefixUnification(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  557. def isErrorOrWildcard(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  558. def isExistentialType(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  559. def isExpressionUtil(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  560. def isFromProfileObject(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  561. def isFromToplevelType(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  562. def isGetClass(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  563. def isGlobalImplicitConversion(tree: Tree): Boolean

    Permalink
    Definition Classes
    MacroUtils
  564. def isGlobalInitialized: Boolean

    Permalink
    Definition Classes
    Global
  565. def isHKSubType(tp1: Type, tp2: Type, depth: Depth): Boolean

    Permalink
    Definition Classes
    TypeComparers
  566. def isImplicitMethodType(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  567. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  568. def isJavaClass(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  569. def isJavaField(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  570. def isJavaParameterlessMethod(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  571. def isJavaStaticType(tpe: Type): Boolean

    Permalink
    Definition Classes
    MacroUtils
  572. def isJavaVarargsAncestor(clazz: Symbol): Boolean

    Permalink
    Definition Classes
    Types
  573. def isModuleOrPackage(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  574. def isNonRefinementClassType(tpe: Type): Boolean

    Permalink
    Definition Classes
    Types
  575. def isNumericSubType(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    TypeComparers
  576. def isOutOfDate: Boolean

    Permalink
    Definition Classes
    Global
  577. def isParameterless(s: TermSymbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  578. def isPastTyper: Boolean

    Permalink
    Definition Classes
    Global → SymbolTable
  579. def isPopulated(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    Types
  580. def isPossiblePrefix(clazz: Symbol): Boolean

    Permalink
    Definition Classes
    TypeMaps
  581. def isProfileObject(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  582. def isProperPosition(pos: Position): Boolean

    Permalink
    Definition Classes
    MacroUtils
  583. def isRawIfWithoutArgs(sym: Symbol): Boolean

    Permalink
    Definition Classes
    Types
  584. def isRawParameter(sym: Symbol): Boolean

    Permalink
    Definition Classes
    ExistentialsAndSkolems
  585. def isRawType(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  586. def isReferenceToPredef(t: Tree): Boolean

    Permalink
    Definition Classes
    Trees
  587. def isReferenceToScalaMember(t: Tree, Id: Name): Boolean

    Permalink
    Definition Classes
    Trees
  588. def isRootAdapter(tpe: Type): Boolean

    Permalink
    Definition Classes
    MacroUtils
  589. def isSameType(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    TypeComparers
  590. def isSameType2(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    TypeComparers
  591. def isSameTypes(tps1: List[Type], tps2: List[Type]): Boolean

    Permalink
    Definition Classes
    Types
  592. def isScexSynthetic(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  593. def isSingleType(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  594. def isStableGlobalPath(tree: Tree): Boolean

    Permalink
    Definition Classes
    MacroUtils
  595. def isStableTerm(s: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  596. def isStaticModule(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  597. def isStaticOrConstructor(symbol: Symbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  598. def isSubArgs(tps1: List[Type], tps2: List[Type], tparams: List[Symbol], depth: Depth): Boolean

    Permalink
    Definition Classes
    Types
  599. def isSubType(tp1: Type, tp2: Type, depth: Depth): Boolean

    Permalink
    Definition Classes
    TypeComparers
  600. def isTreeSymbolPickled(tree: Tree): Boolean

    Permalink
    Definition Classes
    Translations
  601. def isTreeSymbolPickled(code: Int): Boolean

    Permalink
    Definition Classes
    Translations
  602. def isUnboundedGeneric(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  603. def isUseableAsTypeArg(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  604. final def isUseableAsTypeArgs(tps: List[Type]): Boolean

    Permalink
    Definition Classes
    Types
    Annotations
    @tailrec()
  605. final def isValid(period: Period): Boolean

    Permalink
    Definition Classes
    SymbolTable
  606. final def isValidForBaseClasses(period: Period): Boolean

    Permalink
    Definition Classes
    SymbolTable
  607. def isWeakSubType(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    TypeComparers
  608. def isWithinBounds(pre: Type, owner: Symbol, tparams: List[Symbol], targs: List[Type]): Boolean

    Permalink
    Definition Classes
    Types
  609. def itransform(transformer: IGlobal.Transformer, tree: Tree): Tree

    Permalink
    Attributes
    protected
    Definition Classes
    Trees → Trees
  610. def itraverse(traverser: Traverser, tree: Tree): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Trees → Trees
  611. lazy val jBooleanTpe: Type

    Permalink
    Definition Classes
    MacroUtils
  612. val javanme: JavaKeywords

    Permalink
    Definition Classes
    StdNames
  613. def kindsConform(tparams: List[Symbol], targs: List[Type], pre: Type, owner: Symbol): Boolean

    Permalink
    Definition Classes
    Kinds
  614. var lastSeenContext: (analyzer)#Context

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  615. var lastSeenSourceFile: SourceFile

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  616. final def linkedMapFrom[A, A1 >: A, B](xs: List[A])(f: (A) ⇒ B): LinkedHashMap[A1, B]

    Permalink
    Definition Classes
    Collections
  617. def loadAdditionalPlugins(): List[Plugin]

    Permalink
    Definition Classes
    ScexGlobal
  618. def loadPlugins(): List[Plugin]

    Permalink
    Attributes
    protected
    Definition Classes
    Plugins
  619. def loadRoughPluginsList(): List[Plugin]

    Permalink
    Attributes
    protected
    Definition Classes
    ScexGlobal → Plugins
  620. lazy val loaders: SymbolLoadersInInteractive

    Permalink
    Definition Classes
    Global → Global
  621. def locateContext(contexts: Contexts, pos: Position): Option[Context]

    Permalink
    Definition Classes
    ContextTrees
  622. def locateContext(pos: Position): Option[Context]

    Permalink
    Definition Classes
    CompilerControl
  623. def locateContextTree(contexts: Contexts, pos: Position): Option[ContextTree]

    Permalink
    Definition Classes
    ContextTrees
  624. def locateTree(pos: Position): Tree

    Permalink
    Definition Classes
    CompilerControl
  625. final def log(msg: ⇒ AnyRef): Unit

    Permalink
    Definition Classes
    Global → SymbolTable
    Annotations
    @inline()
  626. val log: LogReplay

    Permalink
    Definition Classes
    Global
  627. def logError(msg: String, t: Throwable): Unit

    Permalink
    Definition Classes
    Global
  628. final def lookupTypeName(cs: Array[Char]): TypeName

    Permalink
    Definition Classes
    Names
  629. def lookupVariable(vble: String, site: Symbol): Option[String]

    Permalink
    Definition Classes
    DocComments
  630. implicit def lowPriorityNameOrdering[T <: Name]: Ordering[T]

    Permalink
    Definition Classes
    SymbolTable
  631. def lub(ts: List[Type], depth: Depth): Type

    Permalink
    Attributes
    protected[scala.reflect.internal]
    Definition Classes
    GlbLubs
  632. def lub(ts: List[Type]): Type

    Permalink
    Definition Classes
    GlbLubs
  633. def lubDepth(ts: List[Type]): Depth

    Permalink
    Definition Classes
    Types
  634. def lubList(ts: List[Type], depth: Depth): List[Type]

    Permalink
    Definition Classes
    GlbLubs
  635. def lubResults: HashMap[(Depth, List[Type]), Type]

    Permalink
    Definition Classes
    GlbLubs
  636. def makeNoSymbol: NoSymbol

    Permalink
    Attributes
    protected
    Definition Classes
    Symbols
  637. final def map2[A, B, C](xs1: List[A], xs2: List[B])(f: (A, B) ⇒ C): List[C]

    Permalink
    Definition Classes
    Collections
  638. final def map2Conserve[A <: AnyRef, B](xs: List[A], ys: List[B])(f: (A, B) ⇒ A): List[A]

    Permalink
    Definition Classes
    Collections
  639. final def map3[A, B, C, D](xs1: List[A], xs2: List[B], xs3: List[C])(f: (A, B, C) ⇒ D): List[D]

    Permalink
    Definition Classes
    Collections
  640. final def mapFrom[A, A1 >: A, B](xs: List[A])(f: (A) ⇒ B): Map[A1, B]

    Permalink
    Definition Classes
    Collections
  641. final def mapList[A, B](as: List[A])(f: (A) ⇒ B): List[B]

    Permalink
    Definition Classes
    Collections
  642. def mapParamss[T](sym: Symbol)(f: (Symbol) ⇒ T): List[List[T]]

    Permalink
    Definition Classes
    Symbols
  643. final def mapWithIndex[A, B](xs: List[A])(f: (A, Int) ⇒ B): List[B]

    Permalink
    Definition Classes
    Collections
  644. def markAllCompleted(syms: Symbol*): Unit

    Permalink
    Definition Classes
    Symbols
  645. def markFlagsCompleted(syms: Symbol*)(mask: Long): Unit

    Permalink
    Definition Classes
    Symbols
  646. final def matchesType(tp1: Type, tp2: Type, alwaysMatchSimple: Boolean): Boolean

    Permalink
    Definition Classes
    Types
  647. def matchingParams(syms1: List[Symbol], syms2: List[Symbol], syms1isJava: Boolean, syms2isJava: Boolean): Boolean

    Permalink
    Attributes
    protected[scala.reflect.internal]
    Definition Classes
    Types
  648. final val maxToStringRecursions: Int(50)

    Permalink
    Definition Classes
    TypeToStrings
  649. def memberSignature(s: Symbol): String

    Permalink
    Definition Classes
    MacroUtils
  650. def memberToJava(symbol: Symbol): Option[java.lang.reflect.Member]

    Permalink
    Definition Classes
    SymbolErasures
  651. def merge(src: String, dst: String, sym: Symbol, copyFirstPara: Boolean): String

    Permalink
    Definition Classes
    DocComments
  652. def mergePrefixAndArgs(tps: List[Type], variance: Variance, depth: Depth): Type

    Permalink
    Definition Classes
    Types
  653. def methodToJava(meth: MethodSymbol): Method

    Permalink

    The Java method corresponding to a given Scala method.

    The Java method corresponding to a given Scala method.

    meth

    The Scala method

    Definition Classes
    SymbolErasures
  654. def methodTypesMatch(originalTpe: Type, implicitTpe: Type): Boolean

    Permalink
    Definition Classes
    MacroUtils
  655. final def mexists[A](xss: List[List[A]])(p: (A) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Collections
  656. final def mfind[A](xss: List[List[A]])(p: (A) ⇒ Boolean): Option[A]

    Permalink
    Definition Classes
    Collections
  657. final def mforall[A](xss: List[List[A]])(p: (A) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Collections
  658. final def mforeach[A](xss: Traversable[Traversable[A]])(f: (A) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Collections
  659. final def mforeach[A](xss: List[List[A]])(f: (A) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Collections
  660. var minRunId: Int

    Permalink
    Attributes
    protected[scala.tools.nsc.interactive]
    Definition Classes
    Global
  661. def mirrorThatLoaded(sym: Symbol): Mirror

    Permalink
    Definition Classes
    Global → SymbolTable
  662. val missingAliasException: MissingAliasControl

    Permalink
    Definition Classes
    Types
  663. def missingHook(owner: Symbol, name: Name): Symbol

    Permalink
    Definition Classes
    SymbolTable
  664. def mkImporter(from0: Universe): Importer { val from: from0.type }

    Permalink
    Definition Classes
    Importers
  665. final def mmap[A, B](xss: List[List[A]])(f: (A) ⇒ B): List[List[B]]

    Permalink
    Definition Classes
    Collections
  666. def movePosition(pos: Position, offset: Int): Position

    Permalink
    Definition Classes
    ScexGlobal
  667. def moveToFront(fs: List[SourceFile]): Unit

    Permalink
    Definition Classes
    Global
  668. def moveTree(tree: Tree, offset: Int): Tree

    Permalink
    Definition Classes
    ScexGlobal
  669. final val nameDebug: Boolean(false)

    Permalink
    Definition Classes
    Names
  670. implicit lazy val namePickler: Pickler[Name]

    Permalink
    Definition Classes
    Picklers
  671. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  672. def needsOuterTest(patType: Type, selType: Type, currentOwner: Symbol): Boolean

    Permalink
    Definition Classes
    Types
  673. def nestedMemberType(sym: Symbol, pre: Type, owner: Symbol): Type

    Permalink
    Definition Classes
    Types
  674. def newAsSeenFromMap(pre: Type, clazz: Symbol): AsSeenFromMap

    Permalink
    Definition Classes
    Global → TypeMaps
  675. def newBaseTypeSeq(parents: List[Type], elems: Array[Type]): BaseTypeSeq

    Permalink
    Attributes
    protected
    Definition Classes
    BaseTypeSeqs
  676. def newCodePrinter(writer: PrintWriter, tree: Tree, printRootPkg: Boolean): IGlobal.TreePrinter

    Permalink
    Definition Classes
    Printers → Printers
  677. def newCompactTreePrinter(writer: PrintWriter): CompactTreePrinter

    Permalink
    Definition Classes
    Printers
  678. def newCompilationUnit(code: String, filename: String): CompilationUnit

    Permalink
    Definition Classes
    Global
  679. def newDefDef(sym: Symbol, rhs: Tree)(mods: Modifiers, name: TermName, tparams: List[TypeDef], vparamss: List[List[ValDef]], tpt: Tree): DefDef

    Permalink
    Definition Classes
    Trees
  680. def newExistentialType(quantified: List[Symbol], underlying: Type): Type

    Permalink
    Definition Classes
    Types
  681. def newFreeTermSymbol(name: TermName, value: ⇒ Any, flags: Long, origin: String): FreeTermSymbol

    Permalink
    Definition Classes
    Symbols
  682. def newFreeTypeSymbol(name: TypeName, flags: Long, origin: String): FreeTypeSymbol

    Permalink
    Definition Classes
    Symbols
  683. def newLazyTreeCopier: TreeCopier

    Permalink
    Definition Classes
    Trees → Trees
  684. final def newNestedScope(outer: Scope): Scope

    Permalink
    Definition Classes
    Scopes
  685. def newPackageScope(pkgClass: Symbol): Scope

    Permalink
    Definition Classes
    Scopes
  686. def newRawTreePrinter(writer: PrintWriter): RawTreePrinter

    Permalink
    Definition Classes
    Printers → Printers
  687. def newScope: Scope

    Permalink
    Definition Classes
    Scopes
  688. def newScopeWith(elems: Symbol*): Scope

    Permalink
    Definition Classes
    Scopes
  689. def newSourceFile(code: String, filename: String): BatchSourceFile

    Permalink
    Definition Classes
    Global
  690. def newStandardTreePrinter(writer: PrintWriter): TreePrinter

    Permalink
    Definition Classes
    Printers
  691. def newStrictTreeCopier: TreeCopier

    Permalink
    Definition Classes
    Trees → Trees
  692. def newStubSymbol(owner: Symbol, name: Name, missingMessage: String, isPackage: Boolean): Symbol

    Permalink
    Definition Classes
    Global → Symbols
  693. final def newTermName(bs: Array[Byte], offset: Int, len: Int): TermName

    Permalink
    Definition Classes
    Names
  694. def newTermName(s: String): TermName

    Permalink
    Definition Classes
    Names → Names
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  695. final def newTermName(cs: Array[Char], offset: Int, len0: Int, cachedString: String): TermName

    Permalink
    Definition Classes
    Names
  696. final def newTermName(cs: Array[Char]): TermName

    Permalink
    Definition Classes
    Names
  697. final def newTermName(cs: Array[Char], offset: Int, len: Int): TermName

    Permalink
    Definition Classes
    Names
  698. final def newTermNameCached(s: String): TermName

    Permalink
    Definition Classes
    Names
  699. def newTreePrinter(): TreePrinter

    Permalink
    Definition Classes
    Printers → Printers
  700. def newTreePrinter(stream: OutputStream): TreePrinter

    Permalink
    Definition Classes
    Printers → Printers
  701. def newTreePrinter(writer: PrintWriter): TreePrinter

    Permalink
    Definition Classes
    Printers → Printers → Printers
  702. def newTypeDef(sym: Symbol, rhs: Tree)(mods: Modifiers, name: TypeName, tparams: List[TypeDef]): TypeDef

    Permalink
    Definition Classes
    Trees
  703. final def newTypeName(bs: Array[Byte], offset: Int, len: Int): TypeName

    Permalink
    Definition Classes
    Names
  704. final def newTypeName(cs: Array[Char], offset: Int, len: Int): TypeName

    Permalink
    Definition Classes
    Names
  705. def newTypeName(s: String): TypeName

    Permalink
    Definition Classes
    Names → Names
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  706. final def newTypeName(cs: Array[Char], offset: Int, len: Int, cachedString: String): TypeName

    Permalink
    Definition Classes
    Names
  707. final def newTypeName(cs: Array[Char]): TypeName

    Permalink
    Definition Classes
    Names
  708. final def newTypeNameCached(s: String): TypeName

    Permalink
    Definition Classes
    Names
  709. def newTyperRun(): Unit

    Permalink
    Definition Classes
    Global
  710. def newUnitParser(code: String, filename: String): (syntaxAnalyzer)#UnitParser

    Permalink
    Definition Classes
    Global
  711. def newUnitParser(unit: CompilationUnit): (syntaxAnalyzer)#UnitParser

    Permalink
    Definition Classes
    Global
  712. def newUnitScanner(unit: CompilationUnit): (syntaxAnalyzer)#UnitScanner

    Permalink
    Definition Classes
    Global
  713. def newValDef(sym: Symbol, rhs: Tree)(mods: Modifiers, name: TermName, tpt: Tree): ValDef

    Permalink
    Definition Classes
    Trees
  714. def nextExistentialId(): Int

    Permalink
    Attributes
    protected
    Definition Classes
    Symbols
  715. def nextId(): Int

    Permalink
    Attributes
    protected
    Definition Classes
    Symbols
  716. object nme extends scala.reflect.internal.SymbolTable.TermNames

    Permalink
    Definition Classes
    StdNames
  717. lazy val noPosition: CondPickler[scala.reflect.internal.util.NoPosition.type]

    Permalink
    Definition Classes
    Picklers
  718. val nodeToString: (Tree) ⇒ String

    Permalink
    Definition Classes
    Global
  719. def nonBottomSymbolType(symbol: Symbol): Type

    Permalink
    Definition Classes
    MacroUtils
  720. def nonTrivialMembers(clazz: Symbol): Scope

    Permalink
    Definition Classes
    Types
  721. def normalizePlus(tp: Type): Type

    Permalink
    Definition Classes
    Types
  722. lazy val notValidatedAnnotType: Type

    Permalink
    Definition Classes
    MacroUtils
  723. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  724. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  725. def numericLub(ts: List[Type]): Type

    Permalink
    Definition Classes
    GlbLubs
  726. def objToAny(tp: Type): Type

    Permalink
    Definition Classes
    Types
  727. lazy val offsetPosition: CondPickler[Position]

    Permalink
    Definition Classes
    Picklers
  728. def onCompilerThread: Boolean

    Permalink
    Definition Classes
    CompilerControl
  729. def onUnitOf[T](source: SourceFile)(op: (RichCompilationUnit) ⇒ T): T

    Permalink
    Definition Classes
    CompilerControl
  730. def openPackageModule(pkgClass: Symbol): Unit

    Permalink
    Definition Classes
    SymbolTable
  731. def openPackageModule(container: Symbol, dest: Symbol): Unit

    Permalink
    Definition Classes
    SymbolTable
  732. def overloadedType(pre: Type, alternatives: List[Symbol]): Type

    Permalink
    Definition Classes
    Types
  733. final def packSymbols(hidden: List[Symbol], tp: Type, rawOwner: Symbol): Type

    Permalink
    Definition Classes
    ExistentialsAndSkolems
  734. def paramString(tp: Type): String

    Permalink
    Definition Classes
    TypeDebugging
  735. def paramsOf(tpe: Type): (List[List[Symbol]], List[Symbol])

    Permalink
    Definition Classes
    MacroUtils
  736. def paramsSignature(s: Symbol): String

    Permalink
    Definition Classes
    MacroUtils
  737. def parseExpression(code: String, template: Boolean): Tree

    Permalink
    Definition Classes
    ScexGlobal
  738. def parseTree(source: SourceFile): Tree

    Permalink
    Definition Classes
    CompilerControl
  739. def patch(f: AbstractFile, d: Diff): Array[Char]

    Permalink
    Definition Classes
    Picklers
  740. def path(tree: Tree): String

    Permalink
    Definition Classes
    MacroUtils
  741. def pendingBaseTypes: HashSet[Type]

    Permalink
    Definition Classes
    Types
  742. def pendingSubTypes: HashSet[SubTypePair]

    Permalink
    Definition Classes
    TypeComparers
  743. final def period(rid: RunId, pid: Int): Period

    Permalink
    Definition Classes
    SymbolTable
  744. var phStack: List[Phase]

    Permalink
    Definition Classes
    SymbolTable
  745. final def phase: Phase

    Permalink
    Definition Classes
    SymbolTable
  746. def phaseDescriptions: String

    Permalink
    Definition Classes
    Global
  747. lazy val phaseDescriptors: List[SubComponent]

    Permalink
    Definition Classes
    Global
  748. def phaseFlagDescriptions: String

    Permalink
    Definition Classes
    Global
  749. def phaseHelp(title: String, elliptically: Boolean, describe: (SubComponent) ⇒ String): String

    Permalink
    Definition Classes
    Global
  750. final def phaseId(period: Period): Int

    Permalink
    Definition Classes
    SymbolTable
  751. lazy val phaseNames: List[String]

    Permalink
    Definition Classes
    Global
  752. final def phaseOf(period: Period): Phase

    Permalink
    Definition Classes
    SymbolTable
  753. val phaseWithId: Array[Phase]

    Permalink
    Definition Classes
    Global → SymbolTable
  754. final def phase_=(p: Phase): Unit

    Permalink
    Definition Classes
    SymbolTable
  755. lazy val phasesDescMap: Map[SubComponent, String]

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  756. lazy val phasesSet: HashSet[SubComponent]

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  757. def picklerPhase: Phase

    Permalink
    Definition Classes
    Global → Required
  758. def picklerSubTag(tree: Tree): Int

    Permalink
    Definition Classes
    Translations
  759. def picklerTag(tpe: Type): Int

    Permalink
    Definition Classes
    Translations
  760. def picklerTag(sym: Symbol): Int

    Permalink
    Definition Classes
    Translations
  761. def picklerTag(ref: AnyRef): Int

    Permalink
    Definition Classes
    Translations
  762. lazy val platform: ThisPlatform

    Permalink
    Definition Classes
    Global
  763. def pluginDescriptions: String

    Permalink
    Definition Classes
    Plugins
  764. def pluginOptionsHelp: String

    Permalink
    Definition Classes
    Plugins
  765. lazy val plugins: List[Plugin]

    Permalink
    Definition Classes
    Plugins
  766. final def popPhase(ph: Phase): Unit

    Permalink
    Definition Classes
    SymbolTable
  767. lazy val posAssigner: PosAssigner

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Positions → Positions
  768. implicit lazy val position: Pickler[Position]

    Permalink
    Definition Classes
    Picklers
  769. def printAllUnits(): Unit

    Permalink
    Definition Classes
    Global
  770. var printTypings: Boolean

    Permalink
    Definition Classes
    Global
  771. lazy val profileObjectType: Type

    Permalink
    Definition Classes
    MacroUtils
  772. def propagateCyclicReferences: Boolean

    Permalink
    Definition Classes
    Global
  773. def propagatePackageBoundary(jflags: JavaAccFlags, syms: Symbol*): Unit

    Permalink
    Definition Classes
    PrivateWithin
  774. def propagatePackageBoundary(m: java.lang.reflect.Member, syms: Symbol*): Unit

    Permalink
    Definition Classes
    PrivateWithin
  775. def propagatePackageBoundary(c: Class[_], syms: Symbol*): Unit

    Permalink
    Definition Classes
    PrivateWithin
  776. final def pushPhase(ph: Phase): Phase

    Permalink
    Definition Classes
    SymbolTable
  777. def quotedName(name: String): String

    Permalink
    Definition Classes
    Printers
  778. def quotedName(name: Name): String

    Permalink
    Definition Classes
    Printers
  779. def quotedName(name: Name, decode: Boolean): String

    Permalink
    Definition Classes
    Printers
  780. def rangePos(source: SourceFile, start: Int, point: Int, end: Int): Position

    Permalink
    Definition Classes
    Positions
  781. lazy val rangePosition: CondPickler[Position]

    Permalink
    Definition Classes
    Picklers
  782. def rawDocComment(sym: Symbol): String

    Permalink
    Definition Classes
    DocComments
  783. def rawToExistential: TypeMap

    Permalink
    Definition Classes
    TypeMaps
  784. def recentlyDeleted(): List[Symbol]

    Permalink
    Definition Classes
    CompilerControl
  785. def recursionTable: Map[Symbol, Int]

    Permalink
    Definition Classes
    Symbols
  786. def recursionTable_=(value: Map[Symbol, Int]): Unit

    Permalink
    Definition Classes
    Symbols
  787. def referenceCapturedVariable(vble: Symbol): Tree

    Permalink
    Definition Classes
    CapturedVariables
  788. def refinedType(parents: List[Type], owner: Symbol): Type

    Permalink
    Definition Classes
    Types
  789. def refinedType(parents: List[Type], owner: Symbol, decls: Scope, pos: Position): Type

    Permalink
    Definition Classes
    Types
  790. def registerContext(c: Context): Unit

    Permalink
    Definition Classes
    Global → Global
  791. def registerTopLevelSym(sym: Symbol): Unit

    Permalink
    Definition Classes
    ScexGlobal → Global
  792. macro def reify[T](expr: T): Expr[T]

    Permalink
    Definition Classes
    Universe
  793. def reifyOption[A](opt: Option[A], innerReify: (A) ⇒ Tree): Tree

    Permalink
    Definition Classes
    MacroUtils
  794. implicit def reloadItem: CondPickler[ReloadItem]

    Permalink
    Definition Classes
    Picklers
  795. def removeAllAnnotationCheckers(): Unit

    Permalink
    Definition Classes
    AnnotationCheckers
  796. def removeUnitOf(s: SourceFile): Option[RichCompilationUnit]

    Permalink
    Definition Classes
    CompilerControl
  797. def render(what: Any, mkPrinter: (PrintWriter) ⇒ IGlobal.TreePrinter, printTypes: BooleanFlag, printIds: BooleanFlag, printOwners: BooleanFlag, printKinds: BooleanFlag, printMirrors: BooleanFlag, printPositions: BooleanFlag): String

    Permalink
    Attributes
    protected
    Definition Classes
    Printers
  798. def repackExistential(tp: Type): Type

    Permalink
    Definition Classes
    Types
  799. def replaceInheritDocToInheritdoc(docStr: String): String

    Permalink
    Definition Classes
    DocComments
  800. def reportThrowable(t: Throwable): Unit

    Permalink
    Definition Classes
    Global
  801. var reporter: Reporter

    Permalink
    Definition Classes
    Global → Reporting
  802. final def require(requirement: Boolean): Unit

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  803. final def require(requirement: Boolean, message: ⇒ Any): Unit

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  804. def resetAttrs(x: Tree): Tree

    Permalink
    Definition Classes
    Trees
  805. def respond[T](result: Response[T])(op: ⇒ T): Unit

    Permalink
    Definition Classes
    Global
  806. def respondGradually[T](response: Response[T])(op: ⇒ Stream[T]): Unit

    Permalink
    Definition Classes
    Global
  807. lazy val rootAdapterAnnotType: Type

    Permalink
    Definition Classes
    MacroUtils
  808. lazy val rootMirror: Mirror

    Permalink
    Definition Classes
    Global → Mirrors
  809. lazy val rootValueAnnotType: Type

    Permalink
    Definition Classes
    MacroUtils
  810. lazy val roughPluginsList: List[Plugin]

    Permalink
    Attributes
    protected
    Definition Classes
    Plugins
  811. final def runId(period: Period): RunId

    Permalink
    Definition Classes
    SymbolTable
  812. lazy val safeToString: Symbol

    Permalink
    Definition Classes
    MacroUtils
  813. final def sameLength(xs1: List[_], xs2: List[_]): Boolean

    Permalink
    Definition Classes
    Types
  814. def sameWeakLubAsLub(tps: List[Type]): Boolean

    Permalink
    Definition Classes
    GlbLubs
  815. def saveOriginalOwner(sym: Symbol): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Symbols
  816. def scexClassType(suffix: String): Type

    Permalink
    Definition Classes
    MacroUtils
  817. var scheduler: WorkScheduler

    Permalink
    Attributes
    protected[scala.tools.nsc.interactive]
    Definition Classes
    CompilerControl
  818. def scopeTransform(owner: Symbol)(op: ⇒ Scope): Scope

    Permalink
    Definition Classes
    Scopes
  819. final def sequence[A](as: List[Option[A]]): Option[List[A]]

    Permalink
    Definition Classes
    Collections
  820. def setPackageAccessBoundary(sym: Symbol): Symbol

    Permalink
    Definition Classes
    PrivateWithin
  821. def settings: Settings

    Permalink
    Definition Classes
    Global → Reporting → Required
  822. val shorthands: Set[String]

    Permalink
    Definition Classes
    Types
  823. def shouldLogAtThisPhase: Boolean

    Permalink
    Definition Classes
    Global → SymbolTable
  824. def show(position: Position): String

    Permalink
    Definition Classes
    Printers → Printers
  825. def show(flags: FlagSet): String

    Permalink
    Definition Classes
    Printers → Printers
  826. def show(name: Name): String

    Permalink
    Definition Classes
    Printers → Printers
  827. def show(any: Any, printTypes: BooleanFlag, printIds: BooleanFlag, printOwners: BooleanFlag, printKinds: BooleanFlag, printMirrors: BooleanFlag, printPositions: BooleanFlag): String

    Permalink
    Definition Classes
    Printers
  828. def showCode(tree: Tree, printTypes: BooleanFlag, printIds: BooleanFlag, printOwners: BooleanFlag, printPositions: BooleanFlag, printRootPkg: Boolean): String

    Permalink
    Definition Classes
    Printers
  829. def showDecl(sym: Symbol): String

    Permalink
    Definition Classes
    Printers → Printers
  830. def showDef(fullName: Name, declsOnly: Boolean, ph: Phase): Unit

    Permalink
    Definition Classes
    Global
  831. def showRaw(position: Position): String

    Permalink
    Definition Classes
    Printers
  832. def showRaw(flags: FlagSet): String

    Permalink
    Definition Classes
    Printers
  833. def showRaw(name: Name): String

    Permalink
    Definition Classes
    Printers
  834. def showRaw(any: Any, printTypes: BooleanFlag, printIds: BooleanFlag, printOwners: BooleanFlag, printKinds: BooleanFlag, printMirrors: BooleanFlag, printPositions: BooleanFlag): String

    Permalink
    Definition Classes
    Printers
  835. lazy val shutdownReq: CondPickler[ShutdownReq.type]

    Permalink
    Definition Classes
    Picklers
  836. def signalDone(context: Context, old: Tree, result: Tree): Unit

    Permalink
    Definition Classes
    Global → Global
  837. def signalParseProgress(pos: Position): Unit

    Permalink
    Definition Classes
    Global → Global
  838. def signalParsedDocComment(comment: String, pos: Position): Unit

    Permalink
    Definition Classes
    Global
  839. def singleType(pre: Type, sym: Symbol): Type

    Permalink
    Definition Classes
    Types
  840. def singletonBounds(hi: Type): TypeBounds

    Permalink
    Definition Classes
    Types
  841. def skipPrefixOf(pre: Type, clazz: Symbol): Boolean

    Permalink
    Attributes
    protected[scala.reflect.internal]
    Definition Classes
    TypeMaps
  842. def skolemizationLevel: Int

    Permalink
    Definition Classes
    Types
  843. def skolemizationLevel_=(value: Int): Unit

    Permalink
    Definition Classes
    Types
  844. def slowButSafeEnteringPhase[T](ph: Phase)(op: ⇒ T): T

    Permalink
    Definition Classes
    SymbolTable
  845. def slowButSafeEnteringPhaseNotLaterThan[T](target: Phase)(op: ⇒ T): T

    Permalink
    Definition Classes
    SymbolTable
  846. lazy val sn: SymbolNames

    Permalink
    Definition Classes
    StdNames
  847. def solidDescendants(tree: Tree): List[Tree]

    Permalink
    Definition Classes
    Positions
  848. def solve(tvars: List[TypeVar], tparams: List[Symbol], variances: List[Variance], upper: Boolean, depth: Depth): Boolean

    Permalink
    Definition Classes
    TypeConstraints
  849. implicit lazy val sourceFile: Pickler[SourceFile]

    Permalink
    Definition Classes
    Picklers
  850. def spanningTypes(ts: List[Type]): List[Type]

    Permalink
    Definition Classes
    GlbLubs
  851. def specializesSym(preLo: Type, symLo: Symbol, preHi: Type, symHi: Symbol, depth: Depth): Boolean

    Permalink
    Attributes
    protected[scala.reflect.internal]
    Definition Classes
    Types
  852. def specializesSym(tp: Type, sym: Symbol, depth: Depth): Boolean

    Permalink
    Definition Classes
    Types
  853. lazy val splicerToString: Symbol

    Permalink
    Definition Classes
    MacroUtils
  854. lazy val splicerType: Type

    Permalink
    Definition Classes
    MacroUtils
  855. def stabilizedType(tree: Tree): Type

    Permalink
    Definition Classes
    Global
  856. lazy val standardStringInterpolations: Set[Symbol]

    Permalink
    Definition Classes
    MacroUtils
  857. lazy val stringAddPlus: Symbol

    Permalink
    Definition Classes
    MacroUtils
  858. lazy val stringConcat: Symbol

    Permalink
    Definition Classes
    MacroUtils
  859. lazy val stringTpe: Type

    Permalink
    Definition Classes
    MacroUtils
  860. def stripTypeApply(tree: Tree): Tree

    Permalink
    Definition Classes
    MacroUtils
  861. def subsametypeRecursions: Int

    Permalink
    Definition Classes
    TypeComparers
  862. def subsametypeRecursions_=(value: Int): Unit

    Permalink
    Definition Classes
    TypeComparers
  863. def superComment(sym: Symbol): Option[String]

    Permalink
    Attributes
    protected
    Definition Classes
    DocComments
  864. def supplementErrorMessage(errorMessage: String): String

    Permalink
    Definition Classes
    Reporting
  865. def supplementTyperState(errorMessage: String): String

    Permalink
    Definition Classes
    Global → Reporting
  866. final def suspendingTypeVars[T](tvs: List[TypeVar])(op: ⇒ T): T

    Permalink
    Definition Classes
    Types
    Annotations
    @inline()
  867. def symAlternatives(sym: Symbol): List[Symbol]

    Permalink
    Definition Classes
    MacroUtils
  868. def symName(tree: Tree, name: Name): String

    Permalink
    Definition Classes
    Printers
  869. implicit lazy val symPickler: Pickler[Symbol]

    Permalink
    Definition Classes
    Picklers
  870. def symbolOf[T](implicit arg0: WeakTypeTag[T]): TypeSymbol

    Permalink
    Definition Classes
    Symbols
  871. def symbolType(symbol: Symbol): Type

    Permalink
    Definition Classes
    MacroUtils
  872. def syncTopLevelSyms(unit: RichCompilationUnit): Unit

    Permalink
    Definition Classes
    Global
  873. def synchronizeNames: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Global → Names
  874. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  875. lazy val syntaxAnalyzer: SyntaxAnalyzer { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    Global
  876. lazy val syntheticType: Type

    Permalink
    Definition Classes
    MacroUtils
  877. def takesSingleParameter(symbol: MethodSymbol): Boolean

    Permalink
    Definition Classes
    MacroUtils
  878. lazy val templateInterpolationsType: Type

    Permalink
    Definition Classes
    MacroUtils
  879. lazy val termNames: nme.type

    Permalink
    Definition Classes
    StdNames
  880. implicit lazy val throwable: Pickler[Throwable]

    Permalink
    Definition Classes
    Picklers
  881. def throwableAsString(t: Throwable): String

    Permalink
    Definition Classes
    Global → SymbolTable
  882. def throwableAsString(t: Throwable, maxFrames: Int): String

    Permalink
    Definition Classes
    SymbolTable
  883. val toBeRemoved: Set[AbstractFile]

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  884. val toBeRemovedAfterRun: Set[AbstractFile]

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  885. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  886. def toStringRecursions: Int

    Permalink
    Definition Classes
    TypeToStrings
  887. def toStringRecursions_=(value: Int): Unit

    Permalink
    Definition Classes
    TypeToStrings
  888. def toStringSubjects: HashSet[Type]

    Permalink
    Definition Classes
    TypeToStrings
  889. def toStringSymbol(tpe: Type): Symbol

    Permalink
    Definition Classes
    MacroUtils
  890. lazy val toplevelSymbols: Set[Symbol]

    Permalink
    Definition Classes
    MacroUtils
  891. object tpnme extends scala.reflect.internal.SymbolTable.TypeNames

    Permalink
    Definition Classes
    StdNames
  892. final val traceSymbolActivity: Boolean

    Permalink
    Definition Classes
    SymbolTable
  893. def transformedType(tpe: Type): Type forSome {val _63: PostErasure { val global: IGlobal.this.type }}

    Permalink
    Definition Classes
    Transforms
  894. def transformedType(sym: Symbol): Type forSome {val _93: PostErasure { val global: IGlobal.this.type }}

    Permalink
    Definition Classes
    Transforms
  895. lazy val transparentPosition: CondPickler[Position]

    Permalink
    Definition Classes
    Picklers
  896. def transparentShallowTransform(container: Symbol, tp: Type)(f: (Type) ⇒ Type): Type

    Permalink
    Definition Classes
    Types
  897. final def transposeSafe[A](ass: List[List[A]]): Option[List[List[A]]]

    Permalink
    Definition Classes
    Collections
  898. val treeBrowser: scala.tools.nsc.Global.treeBrowsers.SwingBrowser

    Permalink
    Definition Classes
    Global
  899. lazy val treeBuild: TreeGen

    Permalink
    Definition Classes
    Internals
  900. lazy val treeBuilder: TreeBuilder { val global: IGlobal.this.type }

    Permalink
    Definition Classes
    Global
  901. val treeCopy: TreeCopier

    Permalink
    Definition Classes
    Trees
  902. def treeLine(t: Tree): String

    Permalink
    Attributes
    protected
    Definition Classes
    Trees
  903. val treeNodeCount: View

    Permalink
    Definition Classes
    Trees
  904. def treeStatus(t: Tree, enclosingTree: Tree): String

    Permalink
    Attributes
    protected
    Definition Classes
    Trees
  905. def treeSymStatus(t: Tree): String

    Permalink
    Attributes
    protected
    Definition Classes
    Trees
  906. def treeToAnnotation(tree: Tree): Annotation

    Permalink
    Attributes
    protected[scala]
    Definition Classes
    AnnotationInfos → Annotations
  907. def treeToString(tree: Tree): String

    Permalink
    Attributes
    protected
    Definition Classes
    Printers
  908. def typeCompletionContext(typedTree: Tree, pos: Position): TypeCompletionContext

    Permalink
  909. def typeDepth(tp: Type): Depth

    Permalink
    Definition Classes
    Types
  910. def typeFun(tps: List[Symbol], body: Type): Type

    Permalink
    Definition Classes
    Types
  911. def typeFunAnon(tps: List[Symbol], body: Type): Type

    Permalink
    Definition Classes
    Types
  912. def typeMembers(completionContext: TypeCompletionContext): Vector[ScexTypeMember]

    Permalink

    Reimplementation of scala.tools.interactive.Global.typeMembers method, adjusted to SCEX needs:

    Reimplementation of scala.tools.interactive.Global.typeMembers method, adjusted to SCEX needs:

    • returned completion members contain more information (e.g. implicit view tree instead of just symbol)
    • there is a number of hacks and workarounds for scalac inability to properly handle dynamic invocations
    • all members are returned at once, instead of returning a stream
  913. lazy val typeNames: tpnme.type

    Permalink
    Definition Classes
    StdNames
  914. def typeOf[T](implicit ttag: TypeTag[T]): Type

    Permalink
    Definition Classes
    TypeTags
  915. def typeParamsString(tp: Type): String

    Permalink
    Definition Classes
    TypeDebugging
  916. def typeParamsToExistentials(clazz: Symbol): List[Symbol]

    Permalink
    Definition Classes
    Types
  917. def typeParamsToExistentials(clazz: Symbol, tparams: List[Symbol]): List[Symbol]

    Permalink
    Definition Classes
    Types
  918. def typeRef(pre: Type, sym: Symbol, args: List[Type]): Type

    Permalink
    Definition Classes
    Types
  919. def typeTag[T](implicit ttag: TypeTag[T]): TypeTag[T]

    Permalink
    Definition Classes
    TypeTags
  920. def typeToJavaClass(tpe: Type): Class[_]

    Permalink

    The Java class that corresponds to given Scala type.

    The Java class that corresponds to given Scala type. Pre: Scala type is already transformed to Java level.

    Definition Classes
    SymbolErasures
  921. def typeToString(tpe: Type): String

    Permalink
    Attributes
    protected
    Definition Classes
    TypeToStrings
  922. def typeTreeSymbol(tree: TypeTree): Symbol

    Permalink
    Attributes
    protected
    Definition Classes
    Trees
  923. def typeVarsInType(tp: Type): List[TypeVar]

    Permalink
    Definition Classes
    Types
  924. final def uncheckedBounds(tp: Type): Type

    Permalink
    Definition Classes
    Types
  925. val undetBaseTypeSeq: BaseTypeSeq

    Permalink
    Definition Classes
    BaseTypeSeqs
  926. def undoLog: UndoLog

    Permalink
    Definition Classes
    TypeConstraints
  927. def unique[T <: Type](tp: T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  928. val unitOfFile: LinkedHashMap[AbstractFile, RichCompilationUnit] with SynchronizedMap[AbstractFile, RichCompilationUnit]

    Permalink
    Definition Classes
    Global
  929. lazy val universe: IGlobal.this.type

    Permalink
    Definition Classes
    ScexGlobal → MacroUtils
  930. def useCases(sym: Symbol, site: Symbol): List[(Symbol, String, Position)]

    Permalink
    Definition Classes
    DocComments
  931. val useOffsetPositions: Boolean

    Permalink
    Definition Classes
    Global → Global → Positions
  932. def validateClassInfo(tp: ClassInfoType): Unit

    Permalink
    Definition Classes
    Types
  933. def validatePositions(tree: Tree): Unit

    Permalink
    Definition Classes
    Positions
  934. def varianceInType(tp: Type)(tparam: Symbol): Variance

    Permalink
    Definition Classes
    Variances
  935. def varianceInTypes(tps: List[Type])(tparam: Symbol): Variance

    Permalink
    Definition Classes
    Variances
  936. val verboseIDE: Boolean

    Permalink
    Definition Classes
    Global
  937. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  938. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  939. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  940. val waitLoadedTypeResponses: ResponseMap

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  941. def warning(pos: Position, msg: String): Unit

    Permalink
    Definition Classes
    Reporting
    Annotations
    @deprecatedOverriding( ... , "2.11.2" )
  942. def warning(msg: String): Unit

    Permalink
    Definition Classes
    Reporting
    Annotations
    @deprecatedOverriding( ... , "2.11.2" )
  943. def weakLub(tps: List[Type]): Type

    Permalink
    Definition Classes
    GlbLubs
  944. def weakTypeOf[T](implicit attag: WeakTypeTag[T]): Type

    Permalink
    Definition Classes
    TypeTags
  945. def weakTypeTag[T](implicit attag: WeakTypeTag[T]): WeakTypeTag[T]

    Permalink
    Definition Classes
    TypeTags
  946. def withInfoLevel[T](infolevel: scala.tools.nsc.ast.NodePrinters.InfoLevel.Value)(op: ⇒ T): T

    Permalink
    Definition Classes
    Global
  947. def withOverrides(s: Symbol): List[Symbol]

    Permalink
    Definition Classes
    MacroUtils
  948. final def withPropagateCyclicReferences[T](t: ⇒ T): T

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  949. def withTypesExplained[A](op: ⇒ A): A

    Permalink
    Definition Classes
    Types
  950. implicit def workEvent: Pickler[WorkEvent]

    Permalink
    Definition Classes
    Picklers
  951. def wrappingIntoTerm(tree0: Tree)(op: (Tree) ⇒ Tree): Tree

    Permalink
    Definition Classes
    Trees
  952. def wrappingPos(trees: List[Tree]): Position

    Permalink
    Definition Classes
    Positions → Positions
  953. def wrappingPos(default: Position, trees: List[Tree], focus: Boolean): Position

    Permalink
    Definition Classes
    Positions
  954. def wrappingPos(default: Position, trees: List[Tree]): Position

    Permalink
    Definition Classes
    Positions → Positions
  955. def xprintTree(treePrinter: IGlobal.TreePrinter, tree: Tree): Unit

    Permalink
    Definition Classes
    Printers → Printers
  956. def xtransform(transformer: IGlobal.Transformer, tree: Tree): Tree

    Permalink
    Attributes
    protected
    Definition Classes
    Trees → Trees
  957. def xtraverse(traverser: Traverser, tree: Tree): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Trees → Trees

Deprecated Value Members

  1. def askDocComment(sym: Symbol, site: Symbol, source: SourceFile, response: Response[(String, String, Position)]): Unit

    Permalink
    Definition Classes
    CompilerControl
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.2) Use method that accepts fragments

  2. def askType(source: SourceFile, forceReload: Boolean, response: Response[Tree]): Unit

    Permalink
    Definition Classes
    CompilerControl
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.1) Use askLoadedTyped instead to avoid race conditions in the typechecker

  3. final def atPhase[T](ph: Phase)(op: ⇒ T): T

    Permalink
    Definition Classes
    SymbolTable
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.10.0) Use enteringPhase

  4. def debugwarn(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    SymbolTable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use devWarning if this is really a warning; otherwise use log

  5. lazy val emptyValDef: noSelfType.type

    Permalink
    Definition Classes
    Trees → Trees
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use noSelfType instead

  6. def forScaladoc: Boolean

    Permalink
    Definition Classes
    Required
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Scaladoc is implemented with a custom Global; this flag is ignored

  7. def isRaw(sym: Symbol, args: List[Type]): Boolean

    Permalink
    Definition Classes
    Types
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.1) Use isRawType

  8. def logThrowable(t: Throwable): Unit

    Permalink
    Definition Classes
    Global
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.1) Renamed to reportThrowable

  9. def polyType(params: List[Symbol], tpe: Type): Type

    Permalink
    Definition Classes
    Types
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use genPolyType(...) instead

  10. implicit def stringToTermName(s: String): TermName

    Permalink
    Definition Classes
    Names
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use explicit TermName(s) instead

  11. implicit def stringToTypeName(s: String): TypeName

    Permalink
    Definition Classes
    Names
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use explicit TypeName(s) instead

Inherited from ScexGlobal

Inherited from SymbolErasures

Inherited from MacroUtils

Inherited from Global

Inherited from Picklers

Inherited from RichCompilationUnits

Inherited from ContextTrees

Inherited from CompilerControl

Inherited from Global

Inherited from Parsing

Inherited from Reporting

Inherited from Positions

Inherited from DocComments

Inherited from Printers

Inherited from Trees

Inherited from PhaseAssembly

Inherited from Plugins

Inherited from CompilationUnits

Inherited from SymbolTable

Inherited from SymbolTable

Inherited from Reporting

Inherited from Internals

Inherited from FreshNames

Inherited from Translations

Inherited from PrivateWithin

Inherited from ReificationSupport

Inherited from StdCreators

Inherited from StdAttachments

Inherited from CapturedVariables

Inherited from Required

Inherited from Importers

Inherited from TypeDebugging

Inherited from Positions

Inherited from Printers

Inherited from Trees

Inherited from AnnotationCheckers

Inherited from AnnotationInfos

Inherited from StdNames

Inherited from Transforms

Inherited from InfoTransformers

Inherited from BaseTypeSeqs

Inherited from Constants

Inherited from Definitions

Inherited from Mirrors

Inherited from Scopes

Inherited from FlagSets

Inherited from ExistentialsAndSkolems

Inherited from Kinds

Inherited from Variances

Inherited from Types

Inherited from scala.reflect.internal.tpe.FindMembers

Inherited from TypeConstraints

Inherited from TypeMaps

Inherited from GlbLubs

Inherited from CommonOwners

Inherited from TypeToStrings

Inherited from TypeComparers

Inherited from Symbols

Inherited from Names

Inherited from Collections

Inherited from Universe

Inherited from Universe

Inherited from Internals

Inherited from Quasiquotes

Inherited from Liftables

Inherited from Printers

Inherited from Mirrors

Inherited from StandardLiftables

Inherited from StandardNames

Inherited from StandardDefinitions

Inherited from ImplicitTags

Inherited from TypeTags

Inherited from Exprs

Inherited from Positions

Inherited from Annotations

Inherited from Constants

Inherited from Trees

Inherited from Names

Inherited from Scopes

Inherited from FlagSets

Inherited from Types

Inherited from Symbols

Inherited from AnyRef

Inherited from Any

Ungrouped