Class

org.ensime.core

RichPresentationCompiler

Related Doc: package core

Permalink

class RichPresentationCompiler extends Global with ModelBuilders with RichCompilerControl with RefactoringImpl with Completion with Helpers with PresentationCompilerBackCompat with PositionBackCompat with StructureViewBuilder with SymbolToFqn with FqnToSymbol with TypeToScalaName

Linear Supertypes
TypeToScalaName, FqnToSymbol, SymbolToFqn, StructureViewBuilder, PositionBackCompat, PresentationCompilerBackCompat, Helpers, Completion, RefactoringImpl, RichCompilerControl, DocFinding, CompletionControl, RefactoringControl, ModelBuilders, 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. RichPresentationCompiler
  2. TypeToScalaName
  3. FqnToSymbol
  4. SymbolToFqn
  5. StructureViewBuilder
  6. PositionBackCompat
  7. PresentationCompilerBackCompat
  8. Helpers
  9. Completion
  10. RefactoringImpl
  11. RichCompilerControl
  12. DocFinding
  13. CompletionControl
  14. RefactoringControl
  15. ModelBuilders
  16. Global
  17. Picklers
  18. RichCompilationUnits
  19. ContextTrees
  20. CompilerControl
  21. Global
  22. Parsing
  23. Reporting
  24. Positions
  25. DocComments
  26. Printers
  27. Trees
  28. PhaseAssembly
  29. Plugins
  30. CompilationUnits
  31. SymbolTable
  32. SymbolTable
  33. Reporting
  34. Internals
  35. FreshNames
  36. Translations
  37. PrivateWithin
  38. ReificationSupport
  39. StdCreators
  40. StdAttachments
  41. CapturedVariables
  42. Required
  43. Importers
  44. TypeDebugging
  45. Positions
  46. Printers
  47. Trees
  48. AnnotationCheckers
  49. AnnotationInfos
  50. StdNames
  51. Transforms
  52. InfoTransformers
  53. BaseTypeSeqs
  54. Constants
  55. Definitions
  56. Mirrors
  57. Scopes
  58. FlagSets
  59. ExistentialsAndSkolems
  60. Kinds
  61. Variances
  62. Types
  63. FindMembers
  64. TypeConstraints
  65. TypeMaps
  66. GlbLubs
  67. CommonOwners
  68. TypeToStrings
  69. TypeComparers
  70. Symbols
  71. Names
  72. Collections
  73. Universe
  74. Universe
  75. Internals
  76. Quasiquotes
  77. Liftables
  78. Printers
  79. Mirrors
  80. StandardLiftables
  81. StandardNames
  82. StandardDefinitions
  83. ImplicitTags
  84. TypeTags
  85. Exprs
  86. Positions
  87. Annotations
  88. Constants
  89. Trees
  90. Names
  91. Scopes
  92. FlagSets
  93. Types
  94. Symbols
  95. AnyRef
  96. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichPresentationCompiler(config: EnsimeConfig, settings: Settings, richReporter: Reporter, parent: ActorRef, indexer: ActorRef, search: SearchService)(implicit vfs: EnsimeVFS)

    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 trait CompletionContext extends AnyRef

    Permalink
    Definition Classes
    CompletionControl
  93. sealed abstract class CompletionResult extends AnyRef

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

    Permalink
    Definition Classes
    Types
  95. trait CompoundTypeApi extends AnyRef

    Permalink
    Definition Classes
    Types
  96. 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
  97. trait CompoundTypeTreeApi extends scala.reflect.api.Universe.TypTreeApi

    Permalink
    Definition Classes
    Trees
  98. abstract class CompoundTypeTreeExtractor extends AnyRef

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

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

    Permalink
    Definition Classes
    Constants
  101. abstract class ConstantApi extends AnyRef

    Permalink
    Definition Classes
    Constants
  102. abstract class ConstantExtractor extends AnyRef

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

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

    Permalink
    Definition Classes
    Types
  105. abstract class ConstantTypeExtractor extends AnyRef

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

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

    Permalink
    Definition Classes
    ContextTrees
  108. class ContextTree extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    Trees
  113. abstract class DefDefExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  114. 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
  115. trait DefTreeApi extends scala.reflect.api.Universe.SymTreeApi with scala.reflect.api.Universe.NameTreeApi

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

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

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

    Permalink
    Definition Classes
    Definitions
  119. case class DefsBuilder(keyword: String, name: String, pos: SourcePosition, members: ListBuffer[RichPresentationCompiler.DefsBuilder]) extends Product with Serializable

    Permalink
    Definition Classes
    StructureViewBuilder
  120. type Diff = (Int, Int, String)

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

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

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

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

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

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

    Permalink
    Definition Classes
    TypeMaps
  127. 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
  128. trait ExistentialTypeApi extends scala.reflect.api.Universe.TypeApi

    Permalink
    Definition Classes
    Types
  129. abstract class ExistentialTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  130. 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
  131. trait ExistentialTypeTreeApi extends scala.reflect.api.Universe.TypTreeApi

    Permalink
    Definition Classes
    Trees
  132. abstract class ExistentialTypeTreeExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  133. class ExpansionLimitExceeded extends Exception

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

    Permalink
    Definition Classes
    Exprs
  135. trait FieldMirror extends AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Types
  145. trait FlagOps extends Any

    Permalink
    Definition Classes
    FlagSets
  146. type FlagSet = Long

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Internals
  156. class FreshNameExtractor extends AnyRef

    Permalink
    Definition Classes
    FreshNames
  157. 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
  158. trait FunctionApi extends scala.reflect.api.Universe.TermTreeApi with scala.reflect.api.Universe.SymTreeApi

    Permalink
    Definition Classes
    Trees
  159. abstract class FunctionExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  160. 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
  161. trait GenericApplyApi extends scala.reflect.api.Universe.TermTreeApi

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

    Permalink
    Definition Classes
    Global
  163. abstract class GlobalPhase extends Phase

    Permalink
    Definition Classes
    Global
  164. class GlobalPlatform extends JavaPlatform

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

    Permalink
    Definition Classes
    Types
  166. 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
  167. trait IdentApi extends scala.reflect.api.Universe.RefTreeApi

    Permalink
    Definition Classes
    Trees
  168. abstract class IdentExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  169. 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
  170. trait IfApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  171. abstract class IfExtractor extends AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    Trees
  177. abstract class ImportExtractor extends AnyRef

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

    Permalink
    Definition Classes
    Trees
  179. trait ImportSelectorApi extends AnyRef

    Permalink
    Definition Classes
    Trees
  180. abstract class ImportSelectorExtractor extends AnyRef

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

    Permalink
    Definition Classes
    Types
  182. trait ImportableAttachment extends AnyRef

    Permalink
    Definition Classes
    StdAttachments
  183. trait Importer extends AnyRef

    Permalink
    Definition Classes
    Internals
  184. abstract class InfoTransformer extends AnyRef

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

    Permalink
    Definition Classes
    Trees
  186. trait InstanceMirror extends AnyRef

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

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

    Permalink
    Definition Classes
    Global
  189. type Internal = MacroInternalApi

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

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

    Permalink
    Definition Classes
    Trees
  192. type JavaArgument = ClassfileAnnotArg

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

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

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

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

    Permalink
    Definition Classes
    StdNames
  197. abstract class Kind extends AnyRef

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

    Permalink
    Definition Classes
    Kinds
  199. 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
  200. trait LabelDefApi extends scala.reflect.api.Universe.DefTreeApi with scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  201. abstract class LabelDefExtractor extends AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    Liftables
  207. 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
  208. case class LiteralAnnotArg extends scala.reflect.internal.SymbolTable.ClassfileAnnotArg with scala.reflect.internal.SymbolTable.LiteralArgumentApi with Product with Serializable

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

    Permalink
    Definition Classes
    Trees
  210. type LiteralArgument = LiteralAnnotArg

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

    Permalink
    Definition Classes
    Trees
  212. class Locator extends scala.reflect.internal.SymbolTable.Traverser

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BaseTypeSeqs
  220. 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
  221. trait MatchApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  222. abstract class MatchExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  223. abstract class Member extends AnyRef

    Permalink
    Definition Classes
    CompilerControl
  224. case class MemberContext(source: SourceFile, offset: Int, prefix: String, constructing: Boolean) extends RichPresentationCompiler.CompletionContext with Product with Serializable

    Permalink
    Definition Classes
    CompletionControl
  225. abstract class MemberDef extends scala.reflect.internal.SymbolTable.DefTree with scala.reflect.internal.SymbolTable.MemberDefApi

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

    Permalink
    Definition Classes
    Trees
  227. type MemberScope = Scope

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

    Permalink
    Definition Classes
    Scopes
  229. trait MethodMirror extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    Types
  234. abstract class MethodTypeExtractor extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    Trees
  239. abstract class ModifiersApi extends AnyRef

    Permalink
    Definition Classes
    Trees
  240. abstract class ModifiersExtractor extends AnyRef

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

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

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

    Permalink
    Definition Classes
    Trees
  244. abstract class ModuleDefExtractor extends AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    Names
  250. abstract class NameApi extends AnyRef

    Permalink
    Definition Classes
    Names
  251. sealed trait NameLookup extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    Types
  256. trait NamesApi extends AnyRef

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

    Permalink
    Definition Classes
    AnnotationInfos
  258. type NestedArgument = NestedAnnotArg

    Permalink
    Definition Classes
    AnnotationInfos → Annotations
  259. 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
  260. trait NewApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  261. abstract class NewExtractor extends AnyRef

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

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

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

    Permalink
    Definition Classes
    Symbols
  265. class NoWorkScheduler extends WorkScheduler

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

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

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

    Permalink
    Definition Classes
    Types
  269. abstract class NullaryMethodTypeExtractor extends AnyRef

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Trees
  277. abstract class PackageDefExtractor extends AnyRef

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

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

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

    Permalink
    Definition Classes
    Trees
  281. class PerRunParsing extends AnyRef

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

    Permalink
    Definition Classes
    Reporting
  283. abstract class PerRunReportingBase extends AnyRef

    Permalink
    Definition Classes
    Reporting
  284. type Period = Int

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

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

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

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

    Permalink
    Definition Classes
    Types
  289. abstract class PolyTypeExtractor extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    Kinds
  294. implicit class Quasiquote extends AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    Trees
  300. abstract class RefTreeExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  301. 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
  302. trait ReferenceToBoxedApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Internals
  303. abstract class ReferenceToBoxedExtractor extends AnyRef

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

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

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

    Permalink
    Definition Classes
    Types
  307. abstract class RefinedTypeExtractor extends AnyRef

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

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

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

    Permalink
    Definition Classes
    Mirrors
  311. trait ReificationSupportApi extends AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    Global
  317. 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
  318. trait ReturnApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  319. abstract class ReturnExtractor extends AnyRef

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

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

    Permalink
    Definition Classes
    RichCompilationUnits
  322. implicit class RichPosition extends AnyRef

    Permalink
    Definition Classes
    PositionBackCompat
  323. trait RootSymbol extends scala.reflect.internal.SymbolTable.Symbol

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

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

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

    Permalink
    Definition Classes
    Global
  327. type RunId = Int

    Permalink
    Definition Classes
    SymbolTable
  328. trait RunParsing extends AnyRef

    Permalink
    Definition Classes
    Parsing
  329. trait RunReporting extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    AnnotationInfos
  334. class Scope extends scala.reflect.internal.SymbolTable.ScopeApi with scala.reflect.internal.SymbolTable.MemberScopeApi

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

    Permalink
    Definition Classes
    Scopes
  336. case class ScopeContext(source: SourceFile, offset: Int, prefix: String, constructing: Boolean) extends RichPresentationCompiler.CompletionContext with Product with Serializable

    Permalink
    Definition Classes
    CompletionControl
  337. class ScopeEntry extends AnyRef

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

    Permalink
    Definition Classes
    CompilerControl
  339. 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
  340. trait SelectApi extends scala.reflect.api.Universe.RefTreeApi

    Permalink
    Definition Classes
    Trees
  341. abstract class SelectExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  342. 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
  343. 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
  344. trait SelectFromTypeTreeApi extends scala.reflect.api.Universe.TypTreeApi with scala.reflect.api.Universe.RefTreeApi

    Permalink
    Definition Classes
    Trees
  345. abstract class SelectFromTypeTreeExtractor extends AnyRef

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

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

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

    Permalink
    Definition Classes
    Types
  349. abstract class SingleTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  350. 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
  351. trait SingletonTypeApi extends AnyRef

    Permalink
    Definition Classes
    Types
  352. 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
  353. trait SingletonTypeTreeApi extends scala.reflect.api.Universe.TypTreeApi

    Permalink
    Definition Classes
    Trees
  354. abstract class SingletonTypeTreeExtractor extends AnyRef

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

    Permalink
    Definition Classes
    Importers
  356. trait StandardLiftableInstances extends AnyRef

    Permalink
    Definition Classes
    StandardLiftables
  357. trait StandardTypes extends AnyRef

    Permalink
    Definition Classes
    StandardDefinitions
  358. trait StandardUnliftableInstances extends AnyRef

    Permalink
    Definition Classes
    StandardLiftables
  359. 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
  360. trait StarApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  361. abstract class StarExtractor extends AnyRef

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

    Permalink
    Definition Classes
    Trees
  363. class StructureTraverser extends RichPresentationCompiler.Traverser

    Permalink
    Definition Classes
    StructureViewBuilder
  364. class StubClassSymbol extends scala.reflect.internal.SymbolTable.ClassSymbol with scala.reflect.internal.SymbolTable.StubSymbol

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TypeMaps
  376. 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
  377. trait SuperApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  378. abstract class SuperExtractor extends AnyRef

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

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

    Permalink
    Definition Classes
    Types
  381. abstract class SuperTypeExtractor extends AnyRef

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

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

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

    Permalink
    Definition Classes
    Trees
  385. 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
  386. trait SymbolApi extends AnyRef

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Trees
  395. abstract class TemplateExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  396. trait TemplateMirror extends AnyRef

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

    Permalink
    Definition Classes
    Names
  398. trait TermNameApi extends AnyRef

    Permalink
    Definition Classes
    Names
  399. abstract class TermNameExtractor extends AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    Trees
  406. 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
  407. trait ThisApi extends scala.reflect.api.Universe.TermTreeApi with scala.reflect.api.Universe.SymTreeApi

    Permalink
    Definition Classes
    Trees
  408. abstract class ThisExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  409. type ThisPlatform = JavaPlatform { val global: RichPresentationCompiler.this.type }

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

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

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

    Permalink
    Definition Classes
    Types
  413. abstract class ThisTypeExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  414. 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
  415. trait ThrowApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  416. abstract class ThrowExtractor extends AnyRef

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

    Permalink
    Definition Classes
    Trees
  418. class Traverser extends AnyRef

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

    Permalink
    Definition Classes
    Trees
  420. trait TreeApi extends Product

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

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

    Permalink
    Definition Classes
    Trees
  423. abstract class TreeCopierOps extends AnyRef

    Permalink
    Definition Classes
    Trees
  424. trait TreeGen extends AnyRef

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Trees
  432. 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
  433. trait TryApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  434. abstract class TryExtractor extends AnyRef

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

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

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

    Permalink
    Definition Classes
    Types
  438. abstract class TypeApi extends AnyRef

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

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

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

    Permalink
    Definition Classes
    Trees
  442. abstract class TypeApplyExtractor extends AnyRef

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

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

    Permalink
    Definition Classes
    Types
  445. abstract class TypeBoundsExtractor extends AnyRef

    Permalink
    Definition Classes
    Types
  446. 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
  447. trait TypeBoundsTreeApi extends scala.reflect.api.Universe.TypTreeApi

    Permalink
    Definition Classes
    Trees
  448. abstract class TypeBoundsTreeExtractor extends AnyRef

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

    Permalink
    Definition Classes
    TypeMaps
  450. class TypeConKind extends scala.reflect.internal.SymbolTable.Kind

    Permalink
    Definition Classes
    Kinds
  451. class TypeConstraint extends AnyRef

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

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

    Permalink
    Definition Classes
    Trees
  454. abstract class TypeDefExtractor extends AnyRef

    Permalink
    Definition Classes
    Trees
  455. class TypeError extends Throwable

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

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

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

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

    Permalink
    Definition Classes
    Names
  460. trait TypeNameApi extends AnyRef

    Permalink
    Definition Classes
    Names
  461. abstract class TypeNameExtractor extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    Types
  466. abstract class TypeRefExtractor extends AnyRef

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

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

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

    Permalink
    Definition Classes
    Symbols
  470. 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}" )
  471. abstract class TypeTraverser extends scala.reflect.internal.SymbolTable.TypeMap

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

    Permalink
    Definition Classes
    TypeMaps
  473. 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
  474. trait TypeTreeApi extends scala.reflect.api.Universe.TypTreeApi

    Permalink
    Definition Classes
    Trees
  475. abstract class TypeTreeExtractor extends AnyRef

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

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

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

    Permalink
    Definition Classes
    Types
  479. 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
  480. trait TypedApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  481. abstract class TypedExtractor extends AnyRef

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

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

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

    Permalink
    Definition Classes
    Global
  485. 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
  486. trait UnApplyApi extends scala.reflect.api.Universe.TermTreeApi

    Permalink
    Definition Classes
    Trees
  487. abstract class UnApplyExtractor extends AnyRef

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

    Permalink
    Definition Classes
    Trees
  489. class UndoLog extends Clearable

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Trees
  502. abstract class ValDefExtractor extends AnyRef

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

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

    Permalink
    Definition Classes
    Trees
  505. class ValidateException extends Exception

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

    Permalink
    Definition Classes
    Positions
  507. trait ValueClassDefinitions extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    CompilerControl
  512. trait ArrayArgumentApi extends AnyRef

    Permalink
    Definition Classes
    Annotations
    Annotations
    @deprecated
    Deprecated

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

  513. abstract class ArrayArgumentExtractor extends AnyRef

    Permalink
    Definition Classes
    Annotations
    Annotations
    @deprecated
    Deprecated

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

  514. type BuildApi = ReificationSupportApi

    Permalink
    Definition Classes
    Internals
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use internal.ReificationSupportApi instead

  515. 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

  516. trait JavaArgumentApi extends AnyRef

    Permalink
    Definition Classes
    Annotations
    Annotations
    @deprecated
    Deprecated

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

  517. trait LiteralArgumentApi extends AnyRef

    Permalink
    Definition Classes
    Annotations
    Annotations
    @deprecated
    Deprecated

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

  518. abstract class LiteralArgumentExtractor extends AnyRef

    Permalink
    Definition Classes
    Annotations
    Annotations
    @deprecated
    Deprecated

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

  519. type ModifiersCreator = ModifiersExtractor

    Permalink
    Definition Classes
    Trees
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) Use ModifiersExtractor instead

  520. trait NestedArgumentApi extends AnyRef

    Permalink
    Definition Classes
    Annotations
    Annotations
    @deprecated
    Deprecated

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

  521. abstract class NestedArgumentExtractor extends AnyRef

    Permalink
    Definition Classes
    Annotations
    Annotations
    @deprecated
    Deprecated

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

  522. 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. val AllOps: SymbolOps

    Permalink
    Definition Classes
    Symbols
  5. implicit val AlternativeTag: ClassTag[Alternative]

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

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

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

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

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

    Permalink
    Definition Classes
    Names
  11. implicit val AppliedTypeTreeTag: ClassTag[AppliedTypeTree]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnnotationInfos
  18. object ArrowTypeInfoBuilder

    Permalink
    Definition Classes
    ModelBuilders
  19. implicit val AssignOrNamedArgTag: ClassTag[AssignOrNamedArg]

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

    Permalink
    Definition Classes
    Trees
  21. def Bind(sym: Symbol, body: Tree): Bind

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

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

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

    Permalink
    Definition Classes
    Trees
  25. object BooleanFlag extends Serializable

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Constants
  37. object CompletionInfoBuilder

    Permalink
    Definition Classes
    ModelBuilders
  38. implicit val CompoundTypeTag: ClassTag[CompoundType]

    Permalink
    Definition Classes
    Types
  39. implicit val CompoundTypeTreeTag: ClassTag[CompoundTypeTree]

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

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

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

    Permalink
    Definition Classes
    Types
  43. val CyclicInheritance: Throwable

    Permalink
    Definition Classes
    BaseTypeSeqs
  44. implicit val DefDefTag: ClassTag[DefDef]

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

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

    Permalink
    Definition Classes
    Constants
  47. def EmptyPackageClass: ClassSymbol

    Permalink
    Definition Classes
    Global
  48. lazy val EmptyTreeTypeSubstituter: TreeTypeSubstituter

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

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

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

    Permalink
    Definition Classes
    Types
  52. implicit val ExistentialTypeTreeTag: ClassTag[ExistentialTypeTree]

    Permalink
    Definition Classes
    Trees
  53. def FlagOps(mask: Long): SymbolOps

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

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

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

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

    Permalink
    Definition Classes
    Symbols
  58. implicit val FunctionTag: ClassTag[Function]

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

    Permalink
    Definition Classes
    Trees
  60. val GlbFailure: Throwable

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

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

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

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

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

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

    Permalink
    Definition Classes
    Trees
  67. object Import extends scala.reflect.internal.SymbolTable.ImportExtractor with Serializable

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

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

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

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

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

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

    Permalink
    Definition Classes
    RichCompilationUnits
  74. implicit val LabelDefTag: ClassTag[LabelDef]

    Permalink
    Definition Classes
    Trees
  75. object Literal extends scala.reflect.internal.SymbolTable.LiteralExtractor with Serializable

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

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

    Permalink
    Definition Classes
    AnnotationInfos
  78. implicit val LiteralTag: ClassTag[Literal]

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

    Permalink
    Definition Classes
    Constants
  80. implicit val MatchTag: ClassTag[Match]

    Permalink
    Definition Classes
    Trees
  81. val MaxPhases: Int

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

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

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

    Permalink
    Definition Classes
    Symbols
  85. implicit val MethodTypeTag: ClassTag[MethodType]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Trees
  94. object NamedTypeMemberInfo

    Permalink
    Definition Classes
    ModelBuilders
  95. val NestedArgument: NestedAnnotArg.type

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContextTrees
  105. val NoFlags: FlagSet

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

    Permalink
    Definition Classes
    Kinds
  107. lazy val NoMods: Modifiers

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

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

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

    Permalink
    Definition Classes
    SymbolTable
  111. lazy val NoSymbol: NoSymbol

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

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

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

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

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

    Permalink
    Definition Classes
    Types
  117. implicit val PackageDefTag: ClassTag[PackageDef]

    Permalink
    Definition Classes
    Trees
  118. object PackageInfo

    Permalink
    Definition Classes
    ModelBuilders
  119. object ParamSectionInfoBuilder

    Permalink
    Definition Classes
    ModelBuilders
  120. final val PartiallyChecked: Int(0)

    Permalink
    Definition Classes
    RichCompilationUnits
  121. def PerRunReporting: PerRunReporting

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

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

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

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

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

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

    Permalink
    Definition Classes
    Types
  128. implicit val ReturnTag: ClassTag[Return]

    Permalink
    Definition Classes
    Trees
  129. def RootClass: ClassSymbol

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

    Permalink
    Definition Classes
    Global → ImplicitTags
  131. implicit val ScopeTag: ClassTag[Scope]

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

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

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

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

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

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

    Permalink
    Definition Classes
    Constants
  138. implicit val SingleTypeTag: ClassTag[SingleType]

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

    Permalink
    Definition Classes
    Types
  140. implicit val SingletonTypeTreeTag: ClassTag[SingletonTypeTree]

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

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

    Permalink
    Definition Classes
    SymbolTable
  143. final val StringTag: Int(10)

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

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

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

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

    Permalink
    Definition Classes
    Trees
  148. object SymbolInfo

    Permalink
    Definition Classes
    ModelBuilders
  149. implicit val SymbolTag: ClassTag[Symbol]

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

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

    Permalink
    Definition Classes
    Trees
  152. implicit def TermNameOps(name: TermName): NameOps[TermName]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Trees
  173. object TypeInfo

    Permalink
    Definition Classes
    ModelBuilders
  174. implicit def TypeNameOps(name: TypeName): NameOps[TypeName]

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

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

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

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

    Permalink
    Definition Classes
    Symbols
  179. implicit val TypeTagg: ClassTag[Type]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Trees
  189. def _locateSymbolPos(sym: Symbol, needPos: PosNeeded): Option[SourcePosition]

    Permalink
    Definition Classes
    ModelBuilders
  190. def abort(msg: String): Nothing

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

    Permalink
    Definition Classes
    Picklers
  192. implicit def action: Pickler[() ⇒ Unit]

    Permalink
    Definition Classes
    Picklers
  193. def activeUnits(): List[CompilationUnit]

    Permalink
  194. def adaptAnnotations(tree: Tree, mode: Mode, pt: Type): Tree

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

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

    Permalink
    Definition Classes
    AnnotationCheckers
  197. def addAnnotationChecker(checker: AnnotationChecker): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[scala]
    Definition Classes
    AnnotationInfos → Annotations
  212. def annotationsConform(tp1: Type, tp2: Type): Boolean

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

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

    Permalink
    Definition Classes
    AnnotationCheckers
  215. def appliedType(tyconSym: Symbol, args: Type*): Type

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

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

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

    Permalink
    Definition Classes
    Types → Types
  219. def applySynonyms(sym: Symbol): List[Symbol]

    Permalink
    Definition Classes
    Helpers
  220. def arrayToRepeated(tp: Type): Type

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

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

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

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

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

    Permalink
    Definition Classes
    CompilerControl
  226. def askCompletePackageMember(path: String, prefix: String): List[CompletionInfo]

    Permalink
    Definition Classes
    RichCompilerControl
  227. def askCompletionsAt(p: Position, maxResults: Int, caseSens: Boolean): CompletionInfoList

    Permalink
    Definition Classes
    RichCompilerControl
  228. def askDoRefactor(procId: Int, refactor: RefactorDesc): Either[RefactorFailure, RefactorDiffEffect]

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

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

    Permalink
    Definition Classes
    Picklers
  231. def askDocSignatureAtPoint(p: Position): Option[DocSigPair]

    Permalink
    Definition Classes
    RichCompilerControl
  232. def askDocSignatureForSymbol(typeFullName: String, memberName: Option[String], signatureString: Option[String]): Option[DocSigPair]

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

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

    Permalink
    Definition Classes
    CompilerControl
  235. def askImplicitInfoInRegion(p: Position): ImplicitInfos

    Permalink
    Definition Classes
    RichCompilerControl
  236. def askInspectTypeAt(p: Position): Option[TypeInspectInfo]

    Permalink
    Definition Classes
    RichCompilerControl
  237. def askInspectTypeByName(name: String): Option[TypeInspectInfo]

    Permalink
    Definition Classes
    RichCompilerControl
  238. def askLinkPos(sym: Symbol, path: AbstractFile): Option[Position]

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

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

    Permalink
    Definition Classes
    Picklers
  241. def askLoadedTyped(f: SourceFile): Either[Tree, Throwable]

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

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

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

    Permalink
    Definition Classes
    Picklers
  245. def askNotifyWhenReady(): Unit

    Permalink
    Definition Classes
    RichCompilerControl
  246. def askOption[A](op: ⇒ A): Option[A]

    Permalink
    Definition Classes
    RichCompilerControl
  247. def askPackageByPath(path: String): Option[PackageInfo]

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

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

    Permalink
    Definition Classes
    Picklers
  250. def askRaw(any: Any): String

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

    Permalink
    Definition Classes
    CompilerControl
  252. def askReloadAllFiles(): Either[Unit, Throwable]

    Permalink
    Definition Classes
    RichCompilerControl
  253. def askReloadAndTypeFiles(files: Iterable[SourceFile]): Option[Unit]

    Permalink
    Definition Classes
    RichCompilerControl
  254. def askReloadExistingFiles(): Either[Unit, Throwable]

    Permalink
    Definition Classes
    RichCompilerControl
  255. def askReloadFile(f: SourceFile): Unit

    Permalink
    Definition Classes
    RichCompilerControl
  256. def askReloadFiles(files: Iterable[SourceFile]): Either[Unit, Throwable]

    Permalink
    Definition Classes
    RichCompilerControl
  257. def askRemoveAllDeleted(): Option[Unit]

    Permalink
    Definition Classes
    RichCompilerControl
  258. def askRemoveDeleted(f: File): Option[Unit]

    Permalink
    Definition Classes
    RichCompilerControl
  259. def askReset(): Unit

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

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

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

    Permalink
    Definition Classes
    RichPresentationCompiler → CompilerControl
  263. def askStructure(fileInfo: SourceFile): List[StructureViewMember]

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

    Permalink
    Definition Classes
    CompilerControl
  265. def askSymbolAt(p: Position): Option[Symbol]

    Permalink
    Definition Classes
    RichCompilerControl
  266. def askSymbolByFqn(fqn: FullyQualifiedName): Option[Symbol]

    Permalink
    Definition Classes
    RichCompilerControl
  267. def askSymbolByName(fqn: String, memberName: Option[String], signatureString: Option[String]): Option[SymbolInfo]

    Permalink
    Definition Classes
    RichCompilerControl
  268. def askSymbolByScalaName(name: String): Option[Symbol]

    Permalink
    Definition Classes
    RichCompilerControl
  269. def askSymbolDesignationsInRegion(p: RangePosition, tpes: List[SourceSymbol]): SymbolDesignations

    Permalink
    Definition Classes
    RichCompilerControl
  270. def askSymbolFqn(p: Position): Option[FullyQualifiedName]

    Permalink
    Definition Classes
    RichCompilerControl
  271. def askSymbolInfoAt(p: Position): Option[SymbolInfo]

    Permalink
    Definition Classes
    RichCompilerControl
  272. def askToDoFirst(source: SourceFile): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    Picklers
  278. def askTypeFqn(p: Position): Option[FullyQualifiedName]

    Permalink
    Definition Classes
    RichCompilerControl
  279. def askTypeInfoAt(p: Position): Option[TypeInfo]

    Permalink
    Definition Classes
    RichCompilerControl
  280. def askTypeInfoByName(name: String): Option[TypeInfo]

    Permalink
    Definition Classes
    RichCompilerControl
  281. def askTypeInfoByNameAt(name: String, p: Position): Option[TypeInfo]

    Permalink
    Definition Classes
    RichCompilerControl
  282. implicit def askTypeItem: CondPickler[AskTypeItem]

    Permalink
    Definition Classes
    Picklers
  283. def askTypeSymbolAt(p: Position): Option[Symbol]

    Permalink
    Definition Classes
    RichCompilerControl
  284. def askUnloadAllFiles(): Unit

    Permalink
    Definition Classes
    RichCompilerControl
  285. def askUsesOfSymAtPoint(p: Position): List[RangePosition]

    Permalink
    Definition Classes
    RichCompilerControl
  286. final def assert(assertion: Boolean): Unit

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

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

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

    Permalink
    Definition Classes
    SymbolTable
  290. def atPhaseStackMessage: String

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

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

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

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

    Permalink
    Definition Classes
    BaseTypeSeqs
  295. def basetypeRecursions: Int

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

    Permalink
    Definition Classes
    Types
  297. def brutallyResetAttrs(x: Tree, leaveAlone: (Tree) ⇒ Boolean): Tree

    Permalink
    Definition Classes
    Trees
  298. val build: ReificationSupportImpl

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

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

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

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

    Permalink
    Definition Classes
    CapturedVariables
  303. def charset: Charset

    Permalink
    Definition Classes
    RichCompilerControl
  304. def checkForMoreWork(pos: Position): Unit

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

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

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

    Permalink
    Definition Classes
    Names
  308. def classPath: ClassFileLookup[AbstractFile]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    CommonOwners
  322. def companionTypeOf(tpe: Type): Option[Type]

    Permalink
    Definition Classes
    Helpers
  323. final def compareLengths(xs1: List[_], xs2: List[_]): Int

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

    Permalink
    Definition Classes
    Internals → Internals
  325. def completePackageMember(path: String, prefix: String): List[CompletionInfo]

    Permalink
    Definition Classes
    Completion
  326. def completionSignatureForType(tpe: Type): CompletionSignature

    Permalink
    Definition Classes
    ModelBuilders
  327. def completionsAt(inputP: Position, maxResultsArg: Int, caseSens: Boolean): CompletionInfoList

    Permalink
    Definition Classes
    CompletionControl
  328. final def completionsAt(pos: Position): CompletionResult

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Plugins
  336. val config: EnsimeConfig

    Permalink
  337. def connectModuleToClass(m: ModuleSymbol, moduleClass: ClassSymbol): ModuleSymbol

    Permalink
    Definition Classes
    Symbols
  338. def constructorSynonyms(sym: Symbol): List[Symbol]

    Permalink
    Definition Classes
    Helpers
  339. def containsExistential(tpe: Type): Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Trees
  350. 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()
  351. def createFromClonedSymbols[T](syms: List[Symbol], tpe: Type)(creator: (List[Symbol], Type) ⇒ T): T

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

    Permalink
    Definition Classes
    Symbols
  353. def createJavadoc: Boolean

    Permalink
    Definition Classes
    Global
  354. def createSourceFile(file: SourceFileInfo): BatchSourceFile

    Permalink
    Definition Classes
    RichCompilerControl
  355. def createSourceFile(file: AbstractFile): BatchSourceFile

    Permalink
    Definition Classes
    RichCompilerControl
  356. def createSourceFile(path: String): BatchSourceFile

    Permalink
    Definition Classes
    RichCompilerControl
  357. def createSourceFile(file: File): BatchSourceFile

    Permalink
    Definition Classes
    RichCompilerControl
  358. implicit def cs: Charset

    Permalink
    Definition Classes
    RefactoringImpl
  359. def currentFreshNameCreator: FreshNameCreator

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

    Permalink
    Definition Classes
    SymbolTable
  361. def currentRun: Run

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

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

    Permalink
    Definition Classes
    Global
  364. def currentSource: SourceFile

    Permalink
    Definition Classes
    Global
  365. def currentUnit: CompilationUnit

    Permalink
    Definition Classes
    Global
  366. val debugIDE: Boolean

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

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

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

    Permalink
    Definition Classes
    TypeDebugging
  370. final def debuglog(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Global → SymbolTable
    Annotations
    @inline()
  371. def declaredAs(sym: Symbol): DeclaredAs

    Permalink
    Definition Classes
    Helpers
  372. def decodedSymName(tree: Tree, name: Name): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Collections
  402. def doAddImport(procId: Int, tpe: RefactorType, qualName: String, file: File): Product with Serializable with Either[RefactorFailure, RefactorDiffEffect]

    Permalink
    Attributes
    protected
    Definition Classes
    RefactoringImpl
  403. def doExtractLocal(procId: Int, tpe: RefactorType, name: String, file: File, start: Int, end: Int): Either[RefactorFailure, RefactorDiffEffect]

    Permalink
    Attributes
    protected
    Definition Classes
    RefactoringImpl
  404. def doExtractMethod(procId: Int, tpe: RefactorType, name: String, file: File, start: Int, end: Int): Either[RefactorFailure, RefactorDiffEffect]

    Permalink
    Attributes
    protected
    Definition Classes
    RefactoringImpl
  405. def doInlineLocal(procId: Int, tpe: RefactorType, file: File, start: Int, end: Int): Either[RefactorFailure, RefactorDiffEffect]

    Permalink
    Attributes
    protected
    Definition Classes
    RefactoringImpl
  406. def doLocateContext(pos: Position): Context

    Permalink
    Definition Classes
    CompilerControl
  407. def doOrganizeImports(procId: Int, tpe: RefactorType, file: File): Either[RefactorFailure, RefactorDiffEffect]

    Permalink
    Attributes
    protected
    Definition Classes
    RefactoringImpl
  408. def doRefactor(procId: Int, refactor: RefactorDesc): Either[RefactorFailure, RefactorDiffEffect]

    Permalink
    Attributes
    protected
    Definition Classes
    RefactoringImpl
  409. def doRename(procId: Int, tpe: RefactorType, name: String, file: File, start: Int, end: Int): Either[RefactorFailure, RefactorDiffEffect]

    Permalink
    Attributes
    protected
    Definition Classes
    RefactoringImpl
  410. def docCommentPos(sym: Symbol): Position

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

    Permalink
    Definition Classes
    DocComments
  412. def docSignature(sym: Symbol, pos: Option[Position]): Option[DocSigPair]

    Permalink
    Definition Classes
    DocFinding
  413. def duplicateAndKeepPositions(tree: Tree): Tree

    Permalink
    Definition Classes
    Trees
  414. def echoPhaseSummary(ph: Phase): Unit

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Global
  423. val enableTypeVarExperimentals: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  443. def erasurePhase: Phase

    Permalink
    Definition Classes
    Global → Required
  444. def error(msg: String): Unit

    Permalink
    Definition Classes
    Reporting
  445. val etaExpandKeepsStar: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Global → TypeMaps
  446. def existentialAbstraction(tparams: List[Symbol], tpe0: Type): Type

    Permalink
    Definition Classes
    Types
  447. final def existentialTransform[T](rawSyms: List[Symbol], tp: Type, rawOwner: Symbol)(creator: (List[Symbol], Type) ⇒ T): T

    Permalink
    Definition Classes
    ExistentialsAndSkolems
  448. def existentialsInType(tpe: Type): List[Symbol]

    Permalink
    Definition Classes
    Types
  449. def existingSymbols(syms: List[Symbol]): List[Symbol]

    Permalink
    Definition Classes
    Symbols
  450. final def exists2[A, B](xs1: List[A], xs2: List[B])(f: (A, B) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Collections
  451. 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
  452. final def exitingDelambdafy[T](op: ⇒ T): T

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  464. def expandInheritdoc(parent: String, child: String, sym: Symbol): String

    Permalink
    Definition Classes
    DocComments
  465. def expandVariables(initialStr: String, sym: Symbol, site: Symbol): String

    Permalink
    Attributes
    protected
    Definition Classes
    DocComments
  466. def expandWiki(str: String): String

    Permalink
    Definition Classes
    DocComments
  467. def expandedDocComment(sym: Symbol, site: Symbol, docStr: String): String

    Permalink
    Definition Classes
    DocComments
  468. def explain[T](op: String, p: (Type, T) ⇒ Boolean, tp1: Type, arg2: T): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  469. def explainTypes(op: (Type, Type) ⇒ Any, found: Type, required: Type): Unit

    Permalink
    Definition Classes
    Types
  470. def explainTypes(found: Type, required: Type): Unit

    Permalink
    Definition Classes
    Types
  471. def extendCompilerClassPath(urls: URL*): Unit

    Permalink
    Definition Classes
    Global
  472. def fillDocComment(sym: Symbol, comment: DocComment): Unit

    Permalink
    Definition Classes
    DocComments
  473. def filterMembersByPrefix(members: List[Member], prefix: String, matchEntire: Boolean, caseSens: Boolean): List[Member]

    Permalink
    Attributes
    protected
  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. final def flatCollect[A, B](elems: List[A])(pf: PartialFunction[A, Traversable[B]]): List[B]

    Permalink
    Definition Classes
    Collections
  482. final def flatMap2[A, B, C](xs1: List[A], xs2: List[B])(f: (A, B) ⇒ List[C]): List[C]

    Permalink
    Definition Classes
    Collections
  483. final def flattensToEmpty(xss: Seq[Seq[_]]): Boolean

    Permalink
    Definition Classes
    Collections
    Annotations
    @tailrec()
  484. def forInteractive: Boolean

    Permalink
    Definition Classes
    Global → Required
  485. 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
  486. def forceSymbolsUsedByParser(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  487. final def foreach2[A, B](xs1: List[A], xs2: List[B])(f: (A, B) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Collections
  488. 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
  489. final def foreachWithIndex[A, B](xs: List[A])(f: (A, Int) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Collections
  490. def freshExistentialName(suffix: String): TypeName

    Permalink
    Attributes
    protected
    Definition Classes
    Symbols
  491. lazy val freshRunReq: CondPickler[FreshRunReq]

    Permalink
    Definition Classes
    Picklers
  492. def freshTermName(prefix: String)(implicit creator: FreshNameCreator): TermName

    Permalink
    Definition Classes
    FreshNames
  493. def freshTypeName(prefix: String)(implicit creator: FreshNameCreator): TypeName

    Permalink
    Definition Classes
    FreshNames
  494. def fullName(tpe: Type): ScalaName

    Permalink
    Definition Classes
    TypeToScalaName
  495. def genPolyType(params: List[Symbol], tpe: Type): Type

    Permalink
    Definition Classes
    Types
  496. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  497. def getFile(clazz: Symbol, suffix: String): File

    Permalink
    Definition Classes
    Global
  498. def getFile(source: AbstractFile, segments: Array[String], suffix: String): File

    Permalink
    Definition Classes
    Global
  499. def getMembersForTypeAt(tpe: Type, p: Position): Iterable[Member]

    Permalink
    Attributes
    protected
  500. def getOrCreateUnitOf(source: SourceFile): RichCompilationUnit

    Permalink
    Attributes
    protected[scala.tools.nsc.interactive]
    Definition Classes
    Global
  501. var getParsedEnteredResponses: ResponseMap

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  502. def getSourceFile(name: String): SourceFile

    Permalink
    Definition Classes
    Global
  503. def getSourceFile(f: AbstractFile): BatchSourceFile

    Permalink
    Definition Classes
    Global
  504. def getUnit(s: SourceFile): Option[RichCompilationUnit]

    Permalink
    Attributes
    protected[scala.tools.nsc.interactive]
    Definition Classes
    Global
  505. def getUnitOf(s: SourceFile): Option[RichCompilationUnit]

    Permalink
    Definition Classes
    CompilerControl
  506. def glb(ts: List[Type], depth: Depth): Type

    Permalink
    Attributes
    protected[scala.reflect.internal]
    Definition Classes
    GlbLubs
  507. def glb(ts: List[Type]): Type

    Permalink
    Definition Classes
    GlbLubs
  508. def glbNorm(ts: List[Type], depth: Depth): Type

    Permalink
    Attributes
    protected
    Definition Classes
    GlbLubs
  509. def glbResults: HashMap[(Depth, List[Type]), Type]

    Permalink
    Definition Classes
    GlbLubs
  510. def globalError(pos: Position, msg: String): Unit

    Permalink
    Definition Classes
    Reporting
    Annotations
    @deprecatedOverriding( ... , "2.11.2" )
  511. def globalError(msg: String): Unit

    Permalink
    Definition Classes
    Reporting
    Annotations
    @deprecatedOverriding( ... , "2.11.2" )
  512. val globalFreshNameCreator: FreshNameCreator

    Permalink
    Definition Classes
    FreshNames
  513. var globalPhase: Phase

    Permalink
    Definition Classes
    Global
  514. final def hasLength(xs: List[_], len: Int): Boolean

    Permalink
    Definition Classes
    Types
  515. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  516. var ids: Int

    Permalink
    Attributes
    protected
    Definition Classes
    Symbols
  517. final def ifDebug(body: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  518. def importableMembers(pre: Type): Scope

    Permalink
    Definition Classes
    Types
  519. def indent: String

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  520. def indent_=(value: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  521. val indexer: ActorRef

    Permalink
  522. var infoTransformers: InfoTransformer

    Permalink
    Definition Classes
    SymbolTable
  523. def inform(pos: Position, msg: String): Unit

    Permalink
    Definition Classes
    Reporting
    Annotations
    @deprecatedOverriding( ... , "2.11.2" )
  524. def inform(msg: String): Unit

    Permalink
    Definition Classes
    Reporting
    Annotations
    @deprecatedOverriding( ... , "2.11.2" )
  525. final def informIDE(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  526. def informProgress(msg: String): Unit

    Permalink
    Definition Classes
    SymbolTable
  527. def informTime(msg: String, start: Long): Unit

    Permalink
    Definition Classes
    SymbolTable
  528. def inheritsJavaVarArgsMethod(clazz: Symbol): Boolean

    Permalink
    Definition Classes
    Types
  529. def inspectType(tpe: Type): TypeInspectInfo

    Permalink
    Attributes
    protected
  530. def inspectTypeAt(p: Position): Option[TypeInspectInfo]

    Permalink
    Attributes
    protected
  531. def instantiatedBounds(pre: Type, owner: Symbol, tparams: List[Symbol], targs: List[Type]): List[TypeBounds]

    Permalink
    Definition Classes
    Types
  532. lazy val internal: Internal

    Permalink
    Definition Classes
    Internals → Internals
  533. implicit def interruptReq: Pickler[InterruptReq]

    Permalink
    Definition Classes
    Picklers
  534. def intersectionType(tps: List[Type]): Type

    Permalink
    Definition Classes
    Types
  535. def intersectionType(tps: List[Type], owner: Symbol): Type

    Permalink
    Definition Classes
    Types
  536. def intersectionWitness: WeakHashMap[List[Type], WeakReference[Type]]

    Permalink
    Definition Classes
    Types
  537. def invalidateClassPathEntries(paths: String*): Unit

    Permalink
    Definition Classes
    Global
  538. def isArrowType(tpe: Type): Boolean

    Permalink
    Definition Classes
    Helpers
  539. final def isAtPhaseAfter(p: Phase): Boolean

    Permalink
    Definition Classes
    SymbolTable
  540. def isBoundedGeneric(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  541. def isCompilerUniverse: Boolean

    Permalink
    Definition Classes
    Global → SymbolTable
  542. def isConstantType(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  543. def isDeveloper: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Global → SymbolTable
  544. def isDifferentType(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    TypeComparers
  545. def isDifferentTypeConstructor(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    TypeComparers
  546. def isDummyAppliedType(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  547. def isEligibleForPrefixUnification(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  548. def isErrorOrWildcard(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  549. def isExistentialType(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  550. def isGlobalInitialized: Boolean

    Permalink
    Definition Classes
    Global
  551. def isHKSubType(tp1: Type, tp2: Type, depth: Depth): Boolean

    Permalink
    Definition Classes
    TypeComparers
  552. def isImplicitMethodType(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  553. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  554. def isJavaVarargsAncestor(clazz: Symbol): Boolean

    Permalink
    Definition Classes
    Types
  555. def isNoParamArrowType(tpe: Type): Boolean

    Permalink
    Definition Classes
    Helpers
  556. def isNonRefinementClassType(tpe: Type): Boolean

    Permalink
    Definition Classes
    Types
  557. def isNumericSubType(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    TypeComparers
  558. def isOutOfDate: Boolean

    Permalink
    Definition Classes
    RichPresentationCompiler → Global
  559. def isPastTyper: Boolean

    Permalink
    Definition Classes
    Global → SymbolTable
  560. def isPopulated(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    Types
  561. def isPossiblePrefix(clazz: Symbol): Boolean

    Permalink
    Definition Classes
    TypeMaps
  562. def isRawIfWithoutArgs(sym: Symbol): Boolean

    Permalink
    Definition Classes
    Types
  563. def isRawParameter(sym: Symbol): Boolean

    Permalink
    Definition Classes
    ExistentialsAndSkolems
  564. def isRawType(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  565. def isReferenceToPredef(t: Tree): Boolean

    Permalink
    Definition Classes
    Trees
  566. def isReferenceToScalaMember(t: Tree, Id: Name): Boolean

    Permalink
    Definition Classes
    Trees
  567. def isSameType(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    TypeComparers
  568. def isSameType2(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    TypeComparers
  569. def isSameTypes(tps1: List[Type], tps2: List[Type]): Boolean

    Permalink
    Definition Classes
    Types
  570. def isSingleType(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  571. def isSubArgs(tps1: List[Type], tps2: List[Type], tparams: List[Symbol], depth: Depth): Boolean

    Permalink
    Definition Classes
    Types
  572. def isSubType(tp1: Type, tp2: Type, depth: Depth): Boolean

    Permalink
    Definition Classes
    TypeComparers
  573. def isTreeSymbolPickled(tree: Tree): Boolean

    Permalink
    Definition Classes
    Translations
  574. def isTreeSymbolPickled(code: Int): Boolean

    Permalink
    Definition Classes
    Translations
  575. def isUnboundedGeneric(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  576. def isUseableAsTypeArg(tp: Type): Boolean

    Permalink
    Definition Classes
    Types
  577. final def isUseableAsTypeArgs(tps: List[Type]): Boolean

    Permalink
    Definition Classes
    Types
    Annotations
    @tailrec()
  578. final def isValid(period: Period): Boolean

    Permalink
    Definition Classes
    SymbolTable
  579. final def isValidForBaseClasses(period: Period): Boolean

    Permalink
    Definition Classes
    SymbolTable
  580. def isWeakSubType(tp1: Type, tp2: Type): Boolean

    Permalink
    Definition Classes
    TypeComparers
  581. def isWithinBounds(pre: Type, owner: Symbol, tparams: List[Symbol], targs: List[Type]): Boolean

    Permalink
    Definition Classes
    Types
  582. def itransform(transformer: RichPresentationCompiler.Transformer, tree: Tree): Tree

    Permalink
    Attributes
    protected
    Definition Classes
    Trees → Trees
  583. def itraverse(traverser: Traverser, tree: Tree): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Trees → Trees
  584. val javanme: JavaKeywords

    Permalink
    Definition Classes
    StdNames
  585. def kindsConform(tparams: List[Symbol], targs: List[Type], pre: Type, owner: Symbol): Boolean

    Permalink
    Definition Classes
    Kinds
  586. var lastSeenContext: (analyzer)#Context

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  587. var lastSeenSourceFile: SourceFile

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  588. def linkPos(sym: Symbol, source: SourceFile): Position

    Permalink
    Attributes
    protected
  589. final def linkedMapFrom[A, A1 >: A, B](xs: List[A])(f: (A) ⇒ B): LinkedHashMap[A1, B]

    Permalink
    Definition Classes
    Collections
  590. def loadPlugins(): List[Plugin]

    Permalink
    Attributes
    protected
    Definition Classes
    Plugins
  591. def loadRoughPluginsList(): List[Plugin]

    Permalink
    Attributes
    protected
    Definition Classes
    Plugins
  592. def loadedFiles: List[SourceFile]

    Permalink
    Definition Classes
    RichCompilerControl
  593. lazy val loaders: SymbolLoadersInInteractive

    Permalink
    Definition Classes
    Global → Global
  594. def locateContext(contexts: Contexts, pos: Position): Option[Context]

    Permalink
    Definition Classes
    ContextTrees
  595. def locateContext(pos: Position): Option[Context]

    Permalink
    Definition Classes
    CompilerControl
  596. def locateContextTree(contexts: Contexts, pos: Position): Option[ContextTree]

    Permalink
    Definition Classes
    ContextTrees
  597. def locateSymbolPos(sym: Symbol, needPos: PosNeeded): Option[SourcePosition]

    Permalink
    Definition Classes
    ModelBuilders
  598. def locateTree(pos: Position): Tree

    Permalink
    Definition Classes
    CompilerControl
  599. final def log(msg: ⇒ AnyRef): Unit

    Permalink
    Definition Classes
    Global → SymbolTable
    Annotations
    @inline()
  600. val log: LogReplay

    Permalink
    Definition Classes
    Global
  601. def logError(msg: String, t: Throwable): Unit

    Permalink
    Definition Classes
    Global
  602. val logger: Logger

    Permalink
  603. final def lookupTypeName(cs: Array[Char]): TypeName

    Permalink
    Definition Classes
    Names
  604. def lookupVariable(vble: String, site: Symbol): Option[String]

    Permalink
    Definition Classes
    DocComments
  605. implicit def lowPriorityNameOrdering[T <: Name]: Ordering[T]

    Permalink
    Definition Classes
    SymbolTable
  606. def lub(ts: List[Type], depth: Depth): Type

    Permalink
    Attributes
    protected[scala.reflect.internal]
    Definition Classes
    GlbLubs
  607. def lub(ts: List[Type]): Type

    Permalink
    Definition Classes
    GlbLubs
  608. def lubDepth(ts: List[Type]): Depth

    Permalink
    Definition Classes
    Types
  609. def lubList(ts: List[Type], depth: Depth): List[Type]

    Permalink
    Definition Classes
    GlbLubs
  610. def lubResults: HashMap[(Depth, List[Type]), Type]

    Permalink
    Definition Classes
    GlbLubs
  611. def makeAll(context: CompletionContext, maxResults: Int, caseSens: Boolean): List[CompletionInfo]

    Permalink
    Definition Classes
    CompletionControl
  612. def makeNoSymbol: NoSymbol

    Permalink
    Attributes
    protected
    Definition Classes
    Symbols
  613. final def map2[A, B, C](xs1: List[A], xs2: List[B])(f: (A, B) ⇒ C): List[C]

    Permalink
    Definition Classes
    Collections
  614. final def map2Conserve[A <: AnyRef, B](xs: List[A], ys: List[B])(f: (A, B) ⇒ A): List[A]

    Permalink
    Definition Classes
    Collections
  615. 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
  616. final def mapFrom[A, A1 >: A, B](xs: List[A])(f: (A) ⇒ B): Map[A1, B]

    Permalink
    Definition Classes
    Collections
  617. final def mapList[A, B](as: List[A])(f: (A) ⇒ B): List[B]

    Permalink
    Definition Classes
    Collections
  618. def mapParamss[T](sym: Symbol)(f: (Symbol) ⇒ T): List[List[T]]

    Permalink
    Definition Classes
    Symbols
  619. final def mapWithIndex[A, B](xs: List[A])(f: (A, Int) ⇒ B): List[B]

    Permalink
    Definition Classes
    Collections
  620. def markAllCompleted(syms: Symbol*): Unit

    Permalink
    Definition Classes
    Symbols
  621. def markFlagsCompleted(syms: Symbol*)(mask: Long): Unit

    Permalink
    Definition Classes
    Symbols
  622. final def matchesType(tp1: Type, tp2: Type, alwaysMatchSimple: Boolean): Boolean

    Permalink
    Definition Classes
    Types
  623. def matchingParams(syms1: List[Symbol], syms2: List[Symbol], syms1isJava: Boolean, syms2isJava: Boolean): Boolean

    Permalink
    Attributes
    protected[scala.reflect.internal]
    Definition Classes
    Types
  624. final val maxToStringRecursions: Int(50)

    Permalink
    Definition Classes
    TypeToStrings
  625. def merge(src: String, dst: String, sym: Symbol, copyFirstPara: Boolean): String

    Permalink
    Definition Classes
    DocComments
  626. def mergePrefixAndArgs(tps: List[Type], variance: Variance, depth: Depth): Type

    Permalink
    Definition Classes
    Types
  627. final def mexists[A](xss: List[List[A]])(p: (A) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Collections
  628. final def mfind[A](xss: List[List[A]])(p: (A) ⇒ Boolean): Option[A]

    Permalink
    Definition Classes
    Collections
  629. final def mforall[A](xss: List[List[A]])(p: (A) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Collections
  630. final def mforeach[A](xss: Traversable[Traversable[A]])(f: (A) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Collections
  631. final def mforeach[A](xss: List[List[A]])(f: (A) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Collections
  632. var minRunId: Int

    Permalink
    Attributes
    protected[scala.tools.nsc.interactive]
    Definition Classes
    Global
  633. def mirrorThatLoaded(sym: Symbol): Mirror

    Permalink
    Definition Classes
    Global → SymbolTable
  634. val missingAliasException: MissingAliasControl

    Permalink
    Definition Classes
    Types
  635. def missingHook(owner: Symbol, name: Name): Symbol

    Permalink
    Definition Classes
    SymbolTable
  636. def mkImporter(from0: Universe): Importer { val from: from0.type }

    Permalink
    Definition Classes
    Importers
  637. final def mmap[A, B](xss: List[List[A]])(f: (A) ⇒ B): List[List[B]]

    Permalink
    Definition Classes
    Collections
  638. def moveToFront(fs: List[SourceFile]): Unit

    Permalink
    Definition Classes
    Global
  639. final val nameDebug: Boolean(false)

    Permalink
    Definition Classes
    Names
  640. implicit lazy val namePickler: Pickler[Name]

    Permalink
    Definition Classes
    Picklers
  641. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  642. def needsOuterTest(patType: Type, selType: Type, currentOwner: Symbol): Boolean

    Permalink
    Definition Classes
    Types
  643. def nestedMemberType(sym: Symbol, pre: Type, owner: Symbol): Type

    Permalink
    Definition Classes
    Types
  644. def newAsSeenFromMap(pre: Type, clazz: Symbol): AsSeenFromMap

    Permalink
    Definition Classes
    Global → TypeMaps
  645. def newBaseTypeSeq(parents: List[Type], elems: Array[Type]): BaseTypeSeq

    Permalink
    Attributes
    protected
    Definition Classes
    BaseTypeSeqs
  646. def newCodePrinter(writer: PrintWriter, tree: Tree, printRootPkg: Boolean): RichPresentationCompiler.TreePrinter

    Permalink
    Definition Classes
    Printers → Printers
  647. def newCompactTreePrinter(writer: PrintWriter): CompactTreePrinter

    Permalink
    Definition Classes
    Printers
  648. def newCompilationUnit(code: String, filename: String): CompilationUnit

    Permalink
    Definition Classes
    Global
  649. def newDefDef(sym: Symbol, rhs: Tree)(mods: Modifiers, name: TermName, tparams: List[TypeDef], vparamss: List[List[ValDef]], tpt: Tree): DefDef

    Permalink
    Definition Classes
    Trees
  650. def newExistentialType(quantified: List[Symbol], underlying: Type): Type

    Permalink
    Definition Classes
    Types
  651. def newFreeTermSymbol(name: TermName, value: ⇒ Any, flags: Long, origin: String): FreeTermSymbol

    Permalink
    Definition Classes
    Symbols
  652. def newFreeTypeSymbol(name: TypeName, flags: Long, origin: String): FreeTypeSymbol

    Permalink
    Definition Classes
    Symbols
  653. def newLazyTreeCopier: TreeCopier

    Permalink
    Definition Classes
    Trees → Trees
  654. final def newNestedScope(outer: Scope): Scope

    Permalink
    Definition Classes
    Scopes
  655. def newPackageScope(pkgClass: Symbol): Scope

    Permalink
    Definition Classes
    Scopes
  656. def newRawTreePrinter(writer: PrintWriter): RawTreePrinter

    Permalink
    Definition Classes
    Printers → Printers
  657. def newScope: Scope

    Permalink
    Definition Classes
    Scopes
  658. def newScopeWith(elems: Symbol*): Scope

    Permalink
    Definition Classes
    Scopes
  659. def newSourceFile(code: String, filename: String): BatchSourceFile

    Permalink
    Definition Classes
    Global
  660. def newStandardTreePrinter(writer: PrintWriter): TreePrinter

    Permalink
    Definition Classes
    Printers
  661. def newStrictTreeCopier: TreeCopier

    Permalink
    Definition Classes
    Trees → Trees
  662. final def newTermName(bs: Array[Byte], offset: Int, len: Int): TermName

    Permalink
    Definition Classes
    Names
  663. def newTermName(s: String): TermName

    Permalink
    Definition Classes
    Names → Names
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  664. final def newTermName(cs: Array[Char], offset: Int, len0: Int, cachedString: String): TermName

    Permalink
    Definition Classes
    Names
  665. final def newTermName(cs: Array[Char]): TermName

    Permalink
    Definition Classes
    Names
  666. final def newTermName(cs: Array[Char], offset: Int, len: Int): TermName

    Permalink
    Definition Classes
    Names
  667. final def newTermNameCached(s: String): TermName

    Permalink
    Definition Classes
    Names
  668. def newTreePrinter(): TreePrinter

    Permalink
    Definition Classes
    Printers → Printers
  669. def newTreePrinter(stream: OutputStream): TreePrinter

    Permalink
    Definition Classes
    Printers → Printers
  670. def newTreePrinter(writer: PrintWriter): TreePrinter

    Permalink
    Definition Classes
    Printers → Printers → Printers
  671. def newTypeDef(sym: Symbol, rhs: Tree)(mods: Modifiers, name: TypeName, tparams: List[TypeDef]): TypeDef

    Permalink
    Definition Classes
    Trees
  672. final def newTypeName(bs: Array[Byte], offset: Int, len: Int): TypeName

    Permalink
    Definition Classes
    Names
  673. final def newTypeName(cs: Array[Char], offset: Int, len: Int): TypeName

    Permalink
    Definition Classes
    Names
  674. def newTypeName(s: String): TypeName

    Permalink
    Definition Classes
    Names → Names
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  675. final def newTypeName(cs: Array[Char], offset: Int, len: Int, cachedString: String): TypeName

    Permalink
    Definition Classes
    Names
  676. final def newTypeName(cs: Array[Char]): TypeName

    Permalink
    Definition Classes
    Names
  677. final def newTypeNameCached(s: String): TypeName

    Permalink
    Definition Classes
    Names
  678. def newTyperRun(): Unit

    Permalink
    Definition Classes
    Global
  679. def newUnitParser(code: String, filename: String): (syntaxAnalyzer)#UnitParser

    Permalink
    Definition Classes
    Global
  680. def newUnitParser(unit: CompilationUnit): (syntaxAnalyzer)#UnitParser

    Permalink
    Definition Classes
    Global
  681. def newUnitScanner(unit: CompilationUnit): (syntaxAnalyzer)#UnitScanner

    Permalink
    Definition Classes
    Global
  682. def newValDef(sym: Symbol, rhs: Tree)(mods: Modifiers, name: TermName, tpt: Tree): ValDef

    Permalink
    Definition Classes
    Trees
  683. def nextExistentialId(): Int

    Permalink
    Attributes
    protected
    Definition Classes
    Symbols
  684. def nextId(): Int

    Permalink
    Attributes
    protected
    Definition Classes
    Symbols
  685. object nme extends scala.reflect.internal.SymbolTable.TermNames

    Permalink
    Definition Classes
    StdNames
  686. lazy val noPosition: CondPickler[scala.reflect.internal.util.NoPosition.type]

    Permalink
    Definition Classes
    Picklers
  687. val nodeToString: (Tree) ⇒ String

    Permalink
    Definition Classes
    Global
  688. def nonTrivialMembers(clazz: Symbol): Scope

    Permalink
    Definition Classes
    Types
  689. def normalizePlus(tp: Type): Type

    Permalink
    Definition Classes
    Types
  690. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  691. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  692. def numericLub(ts: List[Type]): Type

    Permalink
    Definition Classes
    GlbLubs
  693. def objToAny(tp: Type): Type

    Permalink
    Definition Classes
    Types
  694. lazy val offsetPosition: CondPickler[Position]

    Permalink
    Definition Classes
    Picklers
  695. def onCompilerThread: Boolean

    Permalink
    Definition Classes
    CompilerControl
  696. def onUnitOf[T](source: SourceFile)(op: (RichCompilationUnit) ⇒ T): T

    Permalink
    Definition Classes
    CompilerControl
  697. def openPackageModule(pkgClass: Symbol): Unit

    Permalink
    Definition Classes
    SymbolTable
  698. def openPackageModule(container: Symbol, dest: Symbol): Unit

    Permalink
    Definition Classes
    SymbolTable
  699. def outerClass(typeSym: Symbol): Option[Symbol]

    Permalink
    Definition Classes
    Helpers
  700. def overloadedType(pre: Type, alternatives: List[Symbol]): Type

    Permalink
    Definition Classes
    Types
  701. final def packSymbols(hidden: List[Symbol], tp: Type, rawOwner: Symbol): Type

    Permalink
    Definition Classes
    ExistentialsAndSkolems
  702. def packageMembers(parent: Symbol): Iterable[Symbol]

    Permalink
    Definition Classes
    Helpers
  703. def paramString(tp: Type): String

    Permalink
    Definition Classes
    TypeDebugging
  704. val parent: ActorRef

    Permalink
  705. def parseTree(source: SourceFile): Tree

    Permalink
    Definition Classes
    CompilerControl
  706. def patch(f: AbstractFile, d: Diff): Array[Char]

    Permalink
    Definition Classes
    Picklers
  707. def pendingBaseTypes: HashSet[Type]

    Permalink
    Definition Classes
    Types
  708. def pendingSubTypes: HashSet[SubTypePair]

    Permalink
    Definition Classes
    TypeComparers
  709. final def period(rid: RunId, pid: Int): Period

    Permalink
    Definition Classes
    SymbolTable
  710. var phStack: List[Phase]

    Permalink
    Definition Classes
    SymbolTable
  711. final def phase: Phase

    Permalink
    Definition Classes
    SymbolTable
  712. def phaseDescriptions: String

    Permalink
    Definition Classes
    Global
  713. lazy val phaseDescriptors: List[SubComponent]

    Permalink
    Definition Classes
    Global
  714. def phaseFlagDescriptions: String

    Permalink
    Definition Classes
    Global
  715. def phaseHelp(title: String, elliptically: Boolean, describe: (SubComponent) ⇒ String): String

    Permalink
    Definition Classes
    Global
  716. final def phaseId(period: Period): Int

    Permalink
    Definition Classes
    SymbolTable
  717. lazy val phaseNames: List[String]

    Permalink
    Definition Classes
    Global
  718. final def phaseOf(period: Period): Phase

    Permalink
    Definition Classes
    SymbolTable
  719. val phaseWithId: Array[Phase]

    Permalink
    Definition Classes
    Global → SymbolTable
  720. final def phase_=(p: Phase): Unit

    Permalink
    Definition Classes
    SymbolTable
  721. lazy val phasesDescMap: Map[SubComponent, String]

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  722. lazy val phasesSet: HashSet[SubComponent]

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  723. def picklerPhase: Phase

    Permalink
    Definition Classes
    Global → Required
  724. def picklerSubTag(tree: Tree): Int

    Permalink
    Definition Classes
    Translations
  725. def picklerTag(tpe: Type): Int

    Permalink
    Definition Classes
    Translations
  726. def picklerTag(sym: Symbol): Int

    Permalink
    Definition Classes
    Translations
  727. def picklerTag(ref: AnyRef): Int

    Permalink
    Definition Classes
    Translations
  728. lazy val platform: ThisPlatform

    Permalink
    Definition Classes
    Global
  729. def pluginDescriptions: String

    Permalink
    Definition Classes
    Plugins
  730. def pluginOptionsHelp: String

    Permalink
    Definition Classes
    Plugins
  731. lazy val plugins: List[Plugin]

    Permalink
    Definition Classes
    Plugins
  732. final def popPhase(ph: Phase): Unit

    Permalink
    Definition Classes
    SymbolTable
  733. lazy val posAssigner: PosAssigner

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Positions → Positions
  734. implicit lazy val position: Pickler[Position]

    Permalink
    Definition Classes
    Picklers
  735. def prepareSortedInterfaceInfo(members: Iterable[Member], parents: Iterable[Type]): Iterable[InterfaceInfo]

    Permalink
    Definition Classes
    ModelBuilders
  736. def printAllUnits(): Unit

    Permalink
    Definition Classes
    Global
  737. var printTypings: Boolean

    Permalink
    Definition Classes
    Global
  738. def propagatePackageBoundary(jflags: JavaAccFlags, syms: Symbol*): Unit

    Permalink
    Definition Classes
    PrivateWithin
  739. def propagatePackageBoundary(m: java.lang.reflect.Member, syms: Symbol*): Unit

    Permalink
    Definition Classes
    PrivateWithin
  740. def propagatePackageBoundary(c: Class[_], syms: Symbol*): Unit

    Permalink
    Definition Classes
    PrivateWithin
  741. final def pushPhase(ph: Phase): Phase

    Permalink
    Definition Classes
    SymbolTable
  742. def quotedName(name: String): String

    Permalink
    Definition Classes
    Printers
  743. def quotedName(name: Name): String

    Permalink
    Definition Classes
    Printers
  744. def quotedName(name: Name, decode: Boolean): String

    Permalink
    Definition Classes
    Printers
  745. def rangePos(source: SourceFile, start: Int, point: Int, end: Int): Position

    Permalink
    Definition Classes
    Positions
  746. lazy val rangePosition: CondPickler[Position]

    Permalink
    Definition Classes
    Picklers
  747. def rawDocComment(sym: Symbol): String

    Permalink
    Definition Classes
    DocComments
  748. def rawToExistential: TypeMap

    Permalink
    Definition Classes
    TypeMaps
  749. def recentlyDeleted(): List[Symbol]

    Permalink
    Definition Classes
    CompilerControl
  750. def recursionTable: Map[Symbol, Int]

    Permalink
    Definition Classes
    Symbols
  751. def recursionTable_=(value: Map[Symbol, Int]): Unit

    Permalink
    Definition Classes
    Symbols
  752. def referenceCapturedVariable(vble: Symbol): Tree

    Permalink
    Definition Classes
    CapturedVariables
  753. def refinedType(parents: List[Type], owner: Symbol): Type

    Permalink
    Definition Classes
    Types
  754. def refinedType(parents: List[Type], owner: Symbol, decls: Scope, pos: Position): Type

    Permalink
    Definition Classes
    Types
  755. def registerContext(c: Context): Unit

    Permalink
    Definition Classes
    Global → Global
  756. def registerTopLevelSym(sym: Symbol): Unit

    Permalink

    Called from typechecker every time a top-level class or object is entered.

    Called from typechecker every time a top-level class or object is entered.

    Definition Classes
    RichPresentationCompiler → Global → Global
  757. macro def reify[T](expr: T): Expr[T]

    Permalink
    Definition Classes
    Universe
  758. def reloadAndType(f: File): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RefactoringImpl
  759. def reloadAndTypeFiles(sources: Iterable[SourceFile]): Unit

    Permalink
    Attributes
    protected
  760. implicit def reloadItem: CondPickler[ReloadItem]

    Permalink
    Definition Classes
    Picklers
  761. def removeAllAnnotationCheckers(): Unit

    Permalink
    Definition Classes
    AnnotationCheckers
  762. def removeAllDeleted(): Unit

    Permalink

    Remove symbols defined by files that no longer exist.

    Remove symbols defined by files that no longer exist. Note that these symbols will not be collected by syncTopLevelSyms, since the units in question will never be reloaded again.

  763. def removeDeleted(f: AbstractFile): Unit

    Permalink

    Remove symbols defined by file that no longer exist.

  764. def removeUnitOf(s: SourceFile): Option[RichCompilationUnit]

    Permalink
    Definition Classes
    CompilerControl
  765. def render(what: Any, mkPrinter: (PrintWriter) ⇒ RichPresentationCompiler.TreePrinter, printTypes: BooleanFlag, printIds: BooleanFlag, printOwners: BooleanFlag, printKinds: BooleanFlag, printMirrors: BooleanFlag, printPositions: BooleanFlag): String

    Permalink
    Attributes
    protected
    Definition Classes
    Printers
  766. def repackExistential(tp: Type): Type

    Permalink
    Definition Classes
    Types
  767. def replaceInheritDocToInheritdoc(docStr: String): String

    Permalink
    Definition Classes
    DocComments
  768. def reportThrowable(t: Throwable): Unit

    Permalink
    Definition Classes
    Global
  769. var reporter: Reporter

    Permalink
    Definition Classes
    Global → Reporting
  770. final def require(requirement: Boolean): Unit

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  771. final def require(requirement: Boolean, message: ⇒ Any): Unit

    Permalink
    Definition Classes
    Global
    Annotations
    @inline()
  772. def resetAttrs(x: Tree): Tree

    Permalink
    Definition Classes
    Trees
  773. def respond[T](result: Response[T])(op: ⇒ T): Unit

    Permalink
    Definition Classes
    Global
  774. def respondGradually[T](response: Response[T])(op: ⇒ Stream[T]): Unit

    Permalink
    Definition Classes
    Global
  775. val richReporter: Reporter

    Permalink
  776. lazy val rootMirror: Mirror

    Permalink
    Definition Classes
    Global → Mirrors
  777. lazy val roughPluginsList: List[Plugin]

    Permalink
    Attributes
    protected
    Definition Classes
    Plugins
  778. final def runId(period: Period): RunId

    Permalink
    Definition Classes
    SymbolTable
  779. final def sameLength(xs1: List[_], xs2: List[_]): Boolean

    Permalink
    Definition Classes
    Types
  780. def sameWeakLubAsLub(tps: List[Type]): Boolean

    Permalink
    Definition Classes
    GlbLubs
  781. def saveOriginalOwner(sym: Symbol): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Symbols
  782. def scalaName(tpe: Type, full: Boolean): ScalaName

    Permalink
    Definition Classes
    TypeToScalaName
  783. var scheduler: WorkScheduler

    Permalink
    Attributes
    protected[scala.tools.nsc.interactive]
    Definition Classes
    CompilerControl
  784. def scopeTransform(owner: Symbol)(op: ⇒ Scope): Scope

    Permalink
    Definition Classes
    Scopes
  785. val search: SearchService

    Permalink
  786. final def sequence[A](as: List[Option[A]]): Option[List[A]]

    Permalink
    Definition Classes
    Collections
  787. def setNotifyWhenReady(): Unit

    Permalink
    Attributes
    protected
  788. def setPackageAccessBoundary(sym: Symbol): Symbol

    Permalink
    Definition Classes
    PrivateWithin
  789. val settings: Settings

    Permalink
    Definition Classes
    RichPresentationCompiler → Global → Reporting → Required
  790. def shortName(sym: Symbol): ScalaName

    Permalink
    Definition Classes
    TypeToScalaName
  791. def shortName(tpe: Type): ScalaName

    Permalink
    Definition Classes
    TypeToScalaName
  792. val shorthands: Set[String]

    Permalink
    Definition Classes
    Types
  793. def shouldLogAtThisPhase: Boolean

    Permalink
    Definition Classes
    Global → SymbolTable
  794. def show(position: Position): String

    Permalink
    Definition Classes
    Printers → Printers
  795. def show(flags: FlagSet): String

    Permalink
    Definition Classes
    Printers → Printers
  796. def show(name: Name): String

    Permalink
    Definition Classes
    Printers → Printers
  797. def show(any: Any, printTypes: BooleanFlag, printIds: BooleanFlag, printOwners: BooleanFlag, printKinds: BooleanFlag, printMirrors: BooleanFlag, printPositions: BooleanFlag): String

    Permalink
    Definition Classes
    Printers
  798. def showCode(tree: Tree, printTypes: BooleanFlag, printIds: BooleanFlag, printOwners: BooleanFlag, printPositions: BooleanFlag, printRootPkg: Boolean): String

    Permalink
    Definition Classes
    Printers
  799. def showDecl(sym: Symbol): String

    Permalink
    Definition Classes
    Printers → Printers
  800. def showDef(fullName: Name, declsOnly: Boolean, ph: Phase): Unit

    Permalink
    Definition Classes
    Global
  801. def showRaw(position: Position): String

    Permalink
    Definition Classes
    Printers
  802. def showRaw(flags: FlagSet): String

    Permalink
    Definition Classes
    Printers
  803. def showRaw(name: Name): String

    Permalink
    Definition Classes
    Printers
  804. def showRaw(any: Any, printTypes: BooleanFlag, printIds: BooleanFlag, printOwners: BooleanFlag, printKinds: BooleanFlag, printMirrors: BooleanFlag, printPositions: BooleanFlag): String

    Permalink
    Definition Classes
    Printers
  805. lazy val shutdownReq: CondPickler[ShutdownReq.type]

    Permalink
    Definition Classes
    Picklers
  806. def signalDone(context: Context, old: Tree, result: Tree): Unit

    Permalink
    Definition Classes
    Global → Global
  807. def signalParseProgress(pos: Position): Unit

    Permalink
    Definition Classes
    Global → Global
  808. def signalParsedDocComment(comment: String, pos: Position): Unit

    Permalink
    Definition Classes
    Global
  809. def singleType(pre: Type, sym: Symbol): Type

    Permalink
    Definition Classes
    Types
  810. def singletonBounds(hi: Type): TypeBounds

    Permalink
    Definition Classes
    Types
  811. def skipPrefixOf(pre: Type, clazz: Symbol): Boolean

    Permalink
    Attributes
    protected[scala.reflect.internal]
    Definition Classes
    TypeMaps
  812. def skolemizationLevel: Int

    Permalink
    Definition Classes
    Types
  813. def skolemizationLevel_=(value: Int): Unit

    Permalink
    Definition Classes
    Types
  814. def slowButSafeEnteringPhase[T](ph: Phase)(op: ⇒ T): T

    Permalink
    Definition Classes
    SymbolTable
  815. def slowButSafeEnteringPhaseNotLaterThan[T](target: Phase)(op: ⇒ T): T

    Permalink
    Definition Classes
    SymbolTable
  816. lazy val sn: SymbolNames

    Permalink
    Definition Classes
    StdNames
  817. def solidDescendants(tree: Tree): List[Tree]

    Permalink
    Definition Classes
    Positions
  818. def solve(tvars: List[TypeVar], tparams: List[Symbol], variances: List[Variance], upper: Boolean, depth: Depth): Boolean

    Permalink
    Definition Classes
    TypeConstraints
  819. implicit lazy val sourceFile: Pickler[SourceFile]

    Permalink
    Definition Classes
    Picklers
  820. def spanningTypes(ts: List[Type]): List[Type]

    Permalink
    Definition Classes
    GlbLubs
  821. def specializesSym(preLo: Type, symLo: Symbol, preHi: Type, symHi: Symbol, depth: Depth): Boolean

    Permalink
    Attributes
    protected[scala.reflect.internal]
    Definition Classes
    Types
  822. def specializesSym(tp: Type, sym: Symbol, depth: Depth): Boolean

    Permalink
    Definition Classes
    Types
  823. def specificOwnerOfSymbolAt(pos: Position): Option[Symbol]

    Permalink
    Attributes
    protected
  824. def stabilizedType(tree: Tree): Type

    Permalink
    Definition Classes
    Global
  825. def structureView(fileInfo: SourceFile): List[StructureViewMember]

    Permalink
    Definition Classes
    StructureViewBuilder
  826. def subsametypeRecursions: Int

    Permalink
    Definition Classes
    TypeComparers
  827. def subsametypeRecursions_=(value: Int): Unit

    Permalink
    Definition Classes
    TypeComparers
  828. def superComment(sym: Symbol): Option[String]

    Permalink
    Attributes
    protected
    Definition Classes
    DocComments
  829. def supplementErrorMessage(errorMessage: String): String

    Permalink
    Definition Classes
    Reporting
  830. def supplementTyperState(errorMessage: String): String

    Permalink
    Definition Classes
    Global → Reporting
  831. final def suspendingTypeVars[T](tvs: List[TypeVar])(op: ⇒ T): T

    Permalink
    Definition Classes
    Types
    Annotations
    @inline()
  832. def symName(tree: Tree, name: Name): String

    Permalink
    Definition Classes
    Printers
  833. implicit lazy val symPickler: Pickler[Symbol]

    Permalink
    Definition Classes
    Picklers
  834. def symbolAt(pos: Position): Option[Symbol]

    Permalink
    Attributes
    protected
  835. def symbolMemberByName(name: String, member: Option[String], descriptor: Option[String]): Symbol

    Permalink
    Attributes
    protected
  836. def symbolOf[T](implicit arg0: WeakTypeTag[T]): TypeSymbol

    Permalink
    Definition Classes
    Symbols
  837. def syncTopLevelSyms(unit: RichCompilationUnit): Unit

    Permalink
    Definition Classes
    Global
  838. def synchronizeNames: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Global → Names
  839. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  840. lazy val syntaxAnalyzer: SyntaxAnalyzer { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    Global
  841. lazy val termNames: nme.type

    Permalink
    Definition Classes
    StdNames
  842. implicit lazy val throwable: Pickler[Throwable]

    Permalink
    Definition Classes
    Picklers
  843. def throwableAsString(t: Throwable): String

    Permalink
    Definition Classes
    Global → SymbolTable
  844. def throwableAsString(t: Throwable, maxFrames: Int): String

    Permalink
    Definition Classes
    SymbolTable
  845. val toBeRemoved: Set[AbstractFile]

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  846. val toBeRemovedAfterRun: Set[AbstractFile]

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  847. def toFqn(sym: Symbol): FullyQualifiedName

    Permalink
    Definition Classes
    SymbolToFqn
  848. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  849. def toStringRecursions: Int

    Permalink
    Definition Classes
    TypeToStrings
  850. def toStringRecursions_=(value: Int): Unit

    Permalink
    Definition Classes
    TypeToStrings
  851. def toStringSubjects: HashSet[Type]

    Permalink
    Definition Classes
    TypeToStrings
  852. def toSymbol(fqn: FullyQualifiedName): Symbol

    Permalink
    Definition Classes
    FqnToSymbol
  853. def toSymbol(scalaName: String, rootSymbol: Symbol = RootClass): Symbol

    Permalink
    Definition Classes
    FqnToSymbol
  854. final val traceSymbolActivity: Boolean

    Permalink
    Definition Classes
    SymbolTable
  855. def transformedType(tpe: Type): Type forSome {val _63: PostErasure { val global: RichPresentationCompiler.this.type }}

    Permalink
    Definition Classes
    Transforms
  856. def transformedType(sym: Symbol): Type forSome {val _93: PostErasure { val global: RichPresentationCompiler.this.type }}

    Permalink
    Definition Classes
    Transforms
  857. lazy val transparentPosition: CondPickler[Position]

    Permalink
    Definition Classes
    Picklers
  858. def transparentShallowTransform(container: Symbol, tp: Type)(f: (Type) ⇒ Type): Type

    Permalink
    Definition Classes
    Types
  859. final def transposeSafe[A](ass: List[List[A]]): Option[List[List[A]]]

    Permalink
    Definition Classes
    Collections
  860. val treeBrowser: scala.tools.nsc.Global.treeBrowsers.SwingBrowser

    Permalink
    Definition Classes
    Global
  861. lazy val treeBuild: TreeGen

    Permalink
    Definition Classes
    Internals
  862. lazy val treeBuilder: TreeBuilder { val global: RichPresentationCompiler.this.type }

    Permalink
    Definition Classes
    Global
  863. val treeCopy: TreeCopier

    Permalink
    Definition Classes
    Trees
  864. def treeLine(t: Tree): String

    Permalink
    Attributes
    protected
    Definition Classes
    Trees
  865. val treeNodeCount: View

    Permalink
    Definition Classes
    Trees
  866. def treeStatus(t: Tree, enclosingTree: Tree): String

    Permalink
    Attributes
    protected
    Definition Classes
    Trees
  867. def treeSymStatus(t: Tree): String

    Permalink
    Attributes
    protected
    Definition Classes
    Trees
  868. def treeToAnnotation(tree: Tree): Annotation

    Permalink
    Attributes
    protected[scala]
    Definition Classes
    AnnotationInfos → Annotations
  869. def treeToString(tree: Tree): String

    Permalink
    Attributes
    protected
    Definition Classes
    Printers
  870. def typeAt(p: Position): Option[Type]

    Permalink
    Attributes
    protected
  871. def typeDepth(tp: Type): Depth

    Permalink
    Definition Classes
    Types
  872. def typeFun(tps: List[Symbol], body: Type): Type

    Permalink
    Definition Classes
    Types
  873. def typeFunAnon(tps: List[Symbol], body: Type): Type

    Permalink
    Definition Classes
    Types
  874. lazy val typeNames: tpnme.type

    Permalink
    Definition Classes
    StdNames
  875. def typeOf[T](implicit ttag: TypeTag[T]): Type

    Permalink
    Definition Classes
    TypeTags
  876. def typeOrArrowTypeResult(tpe: Type): Type

    Permalink
    Definition Classes
    Helpers
  877. def typeParamsString(tp: Type): String

    Permalink
    Definition Classes
    TypeDebugging
  878. def typeParamsToExistentials(clazz: Symbol): List[Symbol]

    Permalink
    Definition Classes
    Types
  879. def typeParamsToExistentials(clazz: Symbol, tparams: List[Symbol]): List[Symbol]

    Permalink
    Definition Classes
    Types
  880. def typeRef(pre: Type, sym: Symbol, args: List[Type]): Type

    Permalink
    Definition Classes
    Types
  881. def typeTag[T](implicit ttag: TypeTag[T]): TypeTag[T]

    Permalink
    Definition Classes
    TypeTags
  882. def typeToString(tpe: Type): String

    Permalink
    Attributes
    protected
    Definition Classes
    TypeToStrings
  883. def typeTreeSymbol(tree: TypeTree): Symbol

    Permalink
    Attributes
    protected
    Definition Classes
    Trees
  884. def typeVarsInType(tp: Type): List[TypeVar]

    Permalink
    Definition Classes
    Types
  885. final def uncheckedBounds(tp: Type): Type

    Permalink
    Definition Classes
    Types
  886. val undetBaseTypeSeq: BaseTypeSeq

    Permalink
    Definition Classes
    BaseTypeSeqs
  887. def undoLog: UndoLog

    Permalink
    Definition Classes
    TypeConstraints
  888. def unique[T <: Type](tp: T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Types
  889. val unitOfFile: LinkedHashMap[AbstractFile, RichCompilationUnit] with SynchronizedMap[AbstractFile, RichCompilationUnit]

    Permalink
    Definition Classes
    Global
  890. def unloadAllFiles(): Unit

    Permalink
  891. def useCases(sym: Symbol, site: Symbol): List[(Symbol, String, Position)]

    Permalink
    Definition Classes
    DocComments
  892. val useOffsetPositions: Boolean

    Permalink
    Definition Classes
    Global → Global → Positions
  893. def usesOfSymbolAtPoint(point: Position): Iterable[RangePosition]

    Permalink
    Attributes
    protected
  894. def validateClassInfo(tp: ClassInfoType): Unit

    Permalink
    Definition Classes
    Types
  895. def validatePositions(tree: Tree): Unit

    Permalink
    Definition Classes
    Positions
  896. def varianceInType(tp: Type)(tparam: Symbol): Variance

    Permalink
    Definition Classes
    Variances
  897. def varianceInTypes(tps: List[Type])(tparam: Symbol): Variance

    Permalink
    Definition Classes
    Variances
  898. val verboseIDE: Boolean

    Permalink
    Definition Classes
    Global
  899. implicit val vfs: EnsimeVFS

    Permalink
  900. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  901. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  902. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  903. val waitLoadedTypeResponses: ResponseMap

    Permalink
    Attributes
    protected
    Definition Classes
    Global
  904. def warning(pos: Position, msg: String): Unit

    Permalink
    Definition Classes
    Reporting
    Annotations
    @deprecatedOverriding( ... , "2.11.2" )
  905. def warning(msg: String): Unit

    Permalink
    Definition Classes
    Reporting
    Annotations
    @deprecatedOverriding( ... , "2.11.2" )
  906. def weakLub(tps: List[Type]): Type

    Permalink
    Definition Classes
    GlbLubs
  907. def weakTypeOf[T](implicit attag: WeakTypeTag[T]): Type

    Permalink
    Definition Classes
    TypeTags
  908. def weakTypeTag[T](implicit attag: WeakTypeTag[T]): WeakTypeTag[T]

    Permalink
    Definition Classes
    TypeTags
  909. def withInfoLevel[T](infolevel: scala.tools.nsc.ast.NodePrinters.InfoLevel.Value)(op: ⇒ T): T

    Permalink
    Definition Classes
    Global
  910. def withTypesExplained[A](op: ⇒ A): A

    Permalink
    Definition Classes
    Types
  911. implicit def workEvent: Pickler[WorkEvent]

    Permalink
    Definition Classes
    Picklers
  912. def wrap[A](compute: (Response[A]) ⇒ Unit, handle: (Throwable) ⇒ A): A

    Permalink
  913. def wrapLinkPos(sym: Symbol, source: SourceFile): Position

    Permalink
  914. def wrapReloadPosition(p: Position): Unit

    Permalink
  915. def wrapReloadSource(source: SourceFile): Unit

    Permalink
  916. def wrapReloadSources(sources: List[SourceFile]): Unit

    Permalink
  917. def wrapTypeMembers(p: Position): List[Member]

    Permalink
  918. def wrapTypedTree(source: SourceFile, forceReload: Boolean): Tree

    Permalink
  919. def wrapTypedTreeAt(position: Position): Tree

    Permalink
  920. def wrappingIntoTerm(tree0: Tree)(op: (Tree) ⇒ Tree): Tree

    Permalink
    Definition Classes
    Trees
  921. def wrappingPos(trees: List[Tree]): Position

    Permalink
    Definition Classes
    Positions → Positions
  922. def wrappingPos(default: Position, trees: List[Tree], focus: Boolean): Position

    Permalink
    Definition Classes
    Positions
  923. def wrappingPos(default: Position, trees: List[Tree]): Position

    Permalink
    Definition Classes
    Positions → Positions
  924. def xprintTree(treePrinter: RichPresentationCompiler.TreePrinter, tree: Tree): Unit

    Permalink
    Definition Classes
    Printers → Printers
  925. def xtransform(transformer: RichPresentationCompiler.Transformer, tree: Tree): Tree

    Permalink
    Attributes
    protected
    Definition Classes
    Trees → Trees
  926. 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 TypeToScalaName

Inherited from FqnToSymbol

Inherited from SymbolToFqn

Inherited from StructureViewBuilder

Inherited from PositionBackCompat

Inherited from Helpers

Inherited from Completion

Inherited from RefactoringImpl

Inherited from RichCompilerControl

Inherited from DocFinding

Inherited from CompletionControl

Inherited from RefactoringControl

Inherited from ModelBuilders

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