Class

scala.meta.internal.pc.MetalsGlobal

MetalsInteractiveAnalyzer

Related Doc: package MetalsGlobal

Permalink

class MetalsInteractiveAnalyzer extends InteractiveAnalyzer

Linear Supertypes
InteractiveAnalyzer, Analyzer, AnalyzerPlugins, StdAttachments, ContextErrors, TypeDiagnostics, NamesDefaults, Macros, Helpers, Traces, MacroRuntimes, JavaReflectionRuntimes, Unapplies, SyntheticMethods, TreeDSL, EtaExpansion, Implicits, Infer, Checkable, Typers, PatternTypers, TypersTracking, Tags, Adaptations, Namers, MethodSynthesis, tools.nsc.typechecker.Contexts, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetalsInteractiveAnalyzer
  2. InteractiveAnalyzer
  3. Analyzer
  4. AnalyzerPlugins
  5. StdAttachments
  6. ContextErrors
  7. TypeDiagnostics
  8. NamesDefaults
  9. Macros
  10. Helpers
  11. Traces
  12. MacroRuntimes
  13. JavaReflectionRuntimes
  14. Unapplies
  15. SyntheticMethods
  16. TreeDSL
  17. EtaExpansion
  18. Implicits
  19. Infer
  20. Checkable
  21. Typers
  22. PatternTypers
  23. TypersTracking
  24. Tags
  25. Adaptations
  26. Namers
  27. MethodSynthesis
  28. Contexts
  29. AnyRef
  30. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MetalsInteractiveAnalyzer(global: MetalsGlobal.this.type)

    Permalink

Type Members

  1. abstract class AbsAmbiguousTypeError extends tools.nsc.typechecker.Analyzer.AbsTypeError

    Permalink
    Definition Classes
    ContextErrors
  2. sealed abstract class AbsTypeError extends Throwable

    Permalink
    Definition Classes
    ContextErrors
  3. case class AccessTypeError extends tools.nsc.typechecker.Analyzer.TreeTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  4. trait Adaptation extends AnyRef

    Permalink
    Definition Classes
    Adaptations
  5. case class AmbiguousImplicitTypeError extends tools.nsc.typechecker.Analyzer.AbsAmbiguousTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  6. case class AmbiguousTypeError extends tools.nsc.typechecker.Analyzer.AbsAmbiguousTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  7. trait AnalyzerPlugin extends AnyRef

    Permalink
    Definition Classes
    AnalyzerPlugins
  8. class ClassForCaseCompanionAttachment extends AnyRef

    Permalink
    Definition Classes
    Unapplies
  9. class ClassMethodSynthesis extends AnyRef

    Permalink
    Definition Classes
    MethodSynthesis
  10. class ConstructorDefaultsAttachment extends AnyRef

    Permalink
    Definition Classes
    NamesDefaults
  11. class Context extends AnyRef

    Permalink
    Definition Classes
    Contexts
  12. abstract class ContextReporter extends Reporter

    Permalink
    Definition Classes
    Contexts
  13. class DefMacroExpander extends tools.nsc.typechecker.Analyzer.MacroExpander

    Permalink
    Definition Classes
    Macros
  14. class DefaultsOfLocalMethodAttachment extends AnyRef

    Permalink
    Definition Classes
    NamesDefaults
  15. case class Delayed extends tools.nsc.typechecker.Analyzer.MacroStatus with Product with Serializable

    Permalink
    Definition Classes
    Macros
  16. case class DivergentImplicitTypeError extends tools.nsc.typechecker.Analyzer.TreeTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  17. case class Failure extends tools.nsc.typechecker.Analyzer.MacroStatus with Product with Serializable

    Permalink
    Definition Classes
    Macros
  18. case class Fallback extends tools.nsc.typechecker.Analyzer.MacroStatus with Product with Serializable

    Permalink
    Definition Classes
    Macros
  19. class ImplicitInfo extends AnyRef

    Permalink
    Definition Classes
    Implicits
  20. class ImplicitSearch extends tools.nsc.typechecker.Analyzer.Typer with tools.nsc.typechecker.Analyzer.ImplicitsContextErrors

    Permalink
    Definition Classes
    Implicits
  21. trait ImplicitsContextErrors extends AnyRef

    Permalink
    Definition Classes
    ContextErrors
  22. trait ImportContext extends tools.nsc.typechecker.Analyzer.Context

    Permalink
    Definition Classes
    Contexts
  23. class ImportInfo extends AnyRef

    Permalink
    Definition Classes
    Contexts
  24. type ImportType = MetalsGlobal.ImportType

    Permalink
    Definition Classes
    Contexts
  25. trait InferCheckable extends AnyRef

    Permalink
    Definition Classes
    Checkable
  26. abstract class Inferencer extends tools.nsc.typechecker.Analyzer.InferencerContextErrors with tools.nsc.typechecker.Analyzer.InferCheckable

    Permalink
    Definition Classes
    Infer
  27. trait InferencerContextErrors extends AnyRef

    Permalink
    Definition Classes
    ContextErrors
  28. trait InteractiveNamer extends tools.nsc.interactive.InteractiveAnalyzer.Namer

    Permalink
    Definition Classes
    InteractiveAnalyzer
  29. trait InteractiveTyper extends tools.nsc.interactive.InteractiveAnalyzer.Typer

    Permalink
    Definition Classes
    InteractiveAnalyzer
  30. trait JavaReflectionResolvers extends AnyRef

    Permalink
    Definition Classes
    JavaReflectionRuntimes
  31. trait LockingTypeCompleter extends tools.nsc.typechecker.Analyzer.TypeCompleter

    Permalink
    Definition Classes
    Namers
  32. case class MacroArgs extends Product with Serializable

    Permalink
    Definition Classes
    Macros
  33. type MacroContext = UnaffiliatedMacroContext { val universe: MetalsInteractiveAnalyzer.this.global.type }

    Permalink
    Definition Classes
    StdAttachments
  34. abstract class MacroExpander extends AnyRef

    Permalink
    Definition Classes
    Macros
  35. case class MacroExpanderAttachment extends Product with Serializable

    Permalink
    Definition Classes
    StdAttachments
  36. case class MacroExpansionAttachment extends Product with Serializable

    Permalink
    Definition Classes
    StdAttachments
  37. case class MacroImplBinding extends Product with Serializable

    Permalink
    Definition Classes
    Macros
  38. trait MacroPlugin extends AnyRef

    Permalink
    Definition Classes
    AnalyzerPlugins
  39. type MacroRuntime = (MacroArgs) ⇒ Any

    Permalink
    Definition Classes
    MacroRuntimes
  40. case class MacroRuntimeAttachment extends Product with Serializable

    Permalink
    Definition Classes
    StdAttachments
  41. class MacroRuntimeResolver extends tools.nsc.typechecker.Analyzer.JavaReflectionResolvers

    Permalink
    Definition Classes
    MacroRuntimes
  42. sealed abstract class MacroStatus extends AnyRef

    Permalink
    Definition Classes
    Macros
  43. trait MethodSynth extends AnyRef

    Permalink
    Definition Classes
    MethodSynthesis
  44. case class NamedApplyInfo extends Product with Serializable

    Permalink
    Definition Classes
    NamesDefaults
  45. abstract class Namer extends tools.nsc.typechecker.Analyzer.MethodSynth with tools.nsc.typechecker.Analyzer.NamerContextErrors

    Permalink
    Definition Classes
    Namers
  46. trait NamerContextErrors extends AnyRef

    Permalink
    Definition Classes
    ContextErrors
  47. class NoInstance extends Throwable with ControlThrowable

    Permalink
    Definition Classes
    Infer
  48. case class NormalTypeError extends tools.nsc.typechecker.Analyzer.TreeTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  49. class NormalTypeErrorFromCyclicReference extends tools.nsc.typechecker.Analyzer.NormalTypeError

    Permalink
    Definition Classes
    ContextErrors
  50. case class OpenImplicit extends Product with Serializable

    Permalink
    Definition Classes
    Implicits
  51. trait PatternTyper extends AnyRef

    Permalink
    Definition Classes
    PatternTypers
  52. class PolyTypeCompleter extends tools.nsc.typechecker.Analyzer.TypeCompleter with tools.nsc.typechecker.Analyzer.LockingTypeCompleter with tools.nsc.Global.FlagAgnosticCompleter

    Permalink
    Definition Classes
    Namers
  53. case class PosAndMsgTypeError extends tools.nsc.typechecker.Analyzer.AbsTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  54. class SearchResult extends AnyRef

    Permalink
    Definition Classes
    Implicits
  55. sealed abstract class SilentResult[+T] extends AnyRef

    Permalink
    Definition Classes
    Typers
  56. case class SilentResultValue[+T] extends tools.nsc.typechecker.Analyzer.SilentResult[T] with Product with Serializable

    Permalink
    Definition Classes
    Typers
  57. class SilentTypeError extends tools.nsc.typechecker.Analyzer.SilentResult[Nothing]

    Permalink
    Definition Classes
    Typers
  58. case class Skipped extends tools.nsc.typechecker.Analyzer.MacroStatus with Product with Serializable

    Permalink
    Definition Classes
    Macros
  59. case class Success extends tools.nsc.typechecker.Analyzer.MacroStatus with Product with Serializable

    Permalink
    Definition Classes
    Macros
  60. case class SuperArgsAttachment extends Product with Serializable

    Permalink
    Definition Classes
    StdAttachments
  61. case class SymbolTypeError extends tools.nsc.typechecker.Analyzer.AbsTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  62. trait Tag extends AnyRef

    Permalink
    Definition Classes
    Tags
  63. sealed abstract class TreeTypeError extends tools.nsc.typechecker.Analyzer.AbsTypeError

    Permalink
    Definition Classes
    ContextErrors
  64. abstract class TypeCompleter extends tools.nsc.Global.LazyType

    Permalink
    Definition Classes
    Namers
  65. case class TypeDiag extends Ordered[tools.nsc.typechecker.Analyzer.TypeDiag] with Product with Serializable

    Permalink
    Definition Classes
    TypeDiagnostics
  66. case class TypeErrorWithUnderlyingTree extends tools.nsc.typechecker.Analyzer.AbsTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  67. case class TypeErrorWrapper extends tools.nsc.typechecker.Analyzer.AbsTypeError with Product with Serializable

    Permalink
    Definition Classes
    ContextErrors
  68. abstract class Typer extends tools.nsc.typechecker.Analyzer.TyperDiagnostics with tools.nsc.typechecker.Analyzer.Adaptation with tools.nsc.typechecker.Analyzer.Tag with tools.nsc.typechecker.Analyzer.PatternTyper with tools.nsc.typechecker.Analyzer.TyperContextErrors

    Permalink
    Definition Classes
    Typers
  69. trait TyperContextErrors extends AnyRef

    Permalink
    Definition Classes
    ContextErrors
  70. trait TyperDiagnostics extends AnyRef

    Permalink
    Definition Classes
    TypeDiagnostics
  71. type UnaffiliatedMacroContext = reflect.macros.contexts.Context

    Permalink
    Definition Classes
    StdAttachments

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val AmbiguousSearchFailure: SearchResult

    Permalink
    Definition Classes
    Implicits
  5. def Delay(expanded: MetalsGlobal.Tree): Delayed

    Permalink
    Definition Classes
    Macros
  6. lazy val DivergentSearchFailure: SearchResult

    Permalink
    Definition Classes
    Implicits
  7. val ImportType: MetalsGlobal.ImportType.type

    Permalink
    Definition Classes
    Contexts
  8. def MacroCantExpand210xMacrosError(internalMessage: String): Nothing

    Permalink
    Definition Classes
    ContextErrors
  9. def MacroCantExpandIncompatibleMacrosError(internalMessage: String): Nothing

    Permalink
    Definition Classes
    ContextErrors
  10. object NoContext extends tools.nsc.typechecker.Analyzer.Context

    Permalink
    Definition Classes
    Contexts
  11. def NoImplicitFoundError(tree: MetalsGlobal.Tree, param: MetalsGlobal.Symbol)(implicit context: Context): Unit

    Permalink
    Definition Classes
    ContextErrors
  12. val NoImplicitInfo: ImplicitInfo

    Permalink
    Definition Classes
    Implicits
  13. lazy val SearchFailure: SearchResult

    Permalink
    Definition Classes
    Implicits
  14. def Skip(expanded: MetalsGlobal.Tree): Skipped

    Permalink
    Definition Classes
    Macros
  15. var _lockedCount: Int

    Permalink
    Definition Classes
    Namers
  16. var _openMacros: collection.immutable.List[reflect.macros.contexts.Context { val universe: MetalsInteractiveAnalyzer.this.global.type }]

    Permalink
    Definition Classes
    Macros
  17. def abstractVarMessage(sym: MetalsGlobal.Symbol): String

    Permalink
    Definition Classes
    TypeDiagnostics
  18. def adaptAnnotations(tree: MetalsGlobal.Tree, typer: Typer, mode: Mode, pt: MetalsGlobal.Type): MetalsGlobal.Tree

    Permalink
    Definition Classes
    AnalyzerPlugins
  19. def addAnalyzerPlugin(plugin: AnalyzerPlugin): Unit

    Permalink
    Definition Classes
    AnalyzerPlugins
  20. def addDefaults(givenArgs: List[MetalsGlobal.Tree], qual: Option[MetalsGlobal.Tree], targs: List[MetalsGlobal.Tree], previousArgss: List[List[MetalsGlobal.Tree]], params: List[MetalsGlobal.Symbol], pos: reflect.internal.util.Position, context: Context): (List[MetalsGlobal.Tree], List[MetalsGlobal.Symbol])

    Permalink
    Definition Classes
    NamesDefaults
  21. def addMacroPlugin(plugin: MacroPlugin): Unit

    Permalink
    Definition Classes
    AnalyzerPlugins
  22. def addSyntheticMethods(templ: MetalsGlobal.Template, clazz0: MetalsGlobal.Symbol, context: Context): MetalsGlobal.Template

    Permalink
    Definition Classes
    SyntheticMethods
  23. def allArgsArePositional(a: Array[Int]): Boolean

    Permalink
    Definition Classes
    NamesDefaults
  24. def allViewsFrom(tp: MetalsGlobal.Type, context: Context, tpars: List[MetalsGlobal.Symbol]): List[(SearchResult, List[MetalsGlobal.TypeConstraint])]

    Permalink
    Definition Classes
    Implicits
  25. def alternatives(tree: MetalsGlobal.Tree): List[MetalsGlobal.Type]

    Permalink
    Definition Classes
    TypeDiagnostics
  26. def alternativesString(tree: MetalsGlobal.Tree): String

    Permalink
    Definition Classes
    TypeDiagnostics
  27. def ambiguousDefnAndImport(owner: MetalsGlobal.Symbol, imp: ImportInfo): MetalsGlobal.LookupAmbiguous

    Permalink
    Definition Classes
    Contexts
  28. def ambiguousImports(imp1: ImportInfo, imp2: ImportInfo): MetalsGlobal.LookupAmbiguous

    Permalink
    Definition Classes
    Contexts
  29. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  30. def bindMacroImpl(macroDef: MetalsGlobal.Symbol, macroImplRef: MetalsGlobal.Tree): Unit

    Permalink
    Definition Classes
    Macros
  31. def canAdaptAnnotations(tree: MetalsGlobal.Tree, typer: Typer, mode: Mode, pt: MetalsGlobal.Type): Boolean

    Permalink
    Definition Classes
    AnalyzerPlugins
  32. final def caseAccessorName(caseclazz: MetalsGlobal.Symbol, paramName: MetalsGlobal.TermName): MetalsGlobal.TermName

    Permalink
    Definition Classes
    SyntheticMethods
  33. def caseClassCopyMeth(cdef: MetalsGlobal.ClassDef): Option[MetalsGlobal.DefDef]

    Permalink
    Definition Classes
    Unapplies
  34. def caseModuleApplyMeth(cdef: MetalsGlobal.ClassDef): MetalsGlobal.DefDef

    Permalink
    Definition Classes
    Unapplies
  35. def caseModuleDef(cdef: MetalsGlobal.ClassDef): MetalsGlobal.ModuleDef

    Permalink
    Definition Classes
    Unapplies
  36. def caseModuleUnapplyMeth(cdef: MetalsGlobal.ClassDef): MetalsGlobal.DefDef

    Permalink
    Definition Classes
    Unapplies
  37. final def clearRenamedCaseAccessors(caseclazz: MetalsGlobal.Symbol): Unit

    Permalink
    Definition Classes
    SyntheticMethods
  38. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def companionModuleDef(cdef: MetalsGlobal.ClassDef, parents: List[MetalsGlobal.Tree], body: List[MetalsGlobal.Tree]): MetalsGlobal.ModuleDef

    Permalink
    Definition Classes
    Unapplies
  40. def companionSymbolOf(original: MetalsGlobal.Symbol, ctx: Context): MetalsGlobal.Symbol

    Permalink
    Definition Classes
    Namers
  41. def computeMacroDefTypeFromMacroImplRef(macroDdef: MetalsGlobal.DefDef, macroImplRef: MetalsGlobal.Tree): MetalsGlobal.Type

    Permalink
    Definition Classes
    Macros
  42. def decodeWithKind(name: MetalsGlobal.Name, owner: MetalsGlobal.Symbol): String

    Permalink
    Definition Classes
    TypeDiagnostics
  43. def decreaseMetalevel(tp: MetalsGlobal.Type): MetalsGlobal.Type

    Permalink
    Definition Classes
    Helpers
  44. def defaultGetter(param: MetalsGlobal.Symbol, context: Context): MetalsGlobal.Symbol

    Permalink
    Definition Classes
    NamesDefaults
  45. lazy val defaultMacroClassloader: ClassLoader

    Permalink
    Definition Classes
    MacroRuntimes
  46. def deriveAnnotations(initial: List[MetalsGlobal.AnnotationInfo], category: MetalsGlobal.Symbol, keepClean: Boolean): List[MetalsGlobal.AnnotationInfo]

    Permalink
    Definition Classes
    MethodSynthesis
  47. def directUnapplyMember(tp: MetalsGlobal.Type): MetalsGlobal.Symbol

    Permalink
    Definition Classes
    Unapplies
  48. def disambiguate(ss: List[String]): collection.immutable.List[String]

    Permalink
    Definition Classes
    TypeDiagnostics
  49. def enclosingMacroPosition: reflect.internal.util.Position

    Permalink
    Definition Classes
    Macros
  50. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  52. def etaExpand(unit: MetalsGlobal.CompilationUnit, tree: MetalsGlobal.Tree, typer: Typer): MetalsGlobal.Tree

    Permalink
    Definition Classes
    EtaExpansion
  53. final def exampleTuplePattern(names: List[MetalsGlobal.Name]): String

    Permalink
    Definition Classes
    TypeDiagnostics
  54. def existentialContext(tp: MetalsGlobal.Type): String

    Permalink
    Definition Classes
    TypeDiagnostics
  55. def explainAlias(tp: MetalsGlobal.Type): String

    Permalink
    Definition Classes
    TypeDiagnostics
  56. def explainAnyVsAnyRef(found: MetalsGlobal.Type, req: MetalsGlobal.Type): String

    Permalink
    Definition Classes
    TypeDiagnostics
  57. def explainVariance(found: MetalsGlobal.Type, req: MetalsGlobal.Type): String

    Permalink
    Definition Classes
    TypeDiagnostics
  58. def factoryMeth(mods: MetalsGlobal.Modifiers, name: MetalsGlobal.TermName, cdef: MetalsGlobal.ClassDef): MetalsGlobal.DefDef

    Permalink
    Definition Classes
    Unapplies
  59. final def falseIfNoInstance(body: ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Infer
    Annotations
    @inline()
  60. lazy val fastTrack: FastTrack[MetalsInteractiveAnalyzer.this.type]

    Permalink
    Definition Classes
    Macros
  61. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  62. def findMacroClassLoader(): ClassLoader

    Permalink
    Attributes
    protected
    Definition Classes
    Macros
  63. final def forArgMode(fun: MetalsGlobal.Tree, mode: Mode): Mode

    Permalink
    Definition Classes
    Typers
  64. def formalTypes(formals: List[MetalsGlobal.Type], numArgs: Int, removeByName: Boolean, removeRepeated: Boolean): List[MetalsGlobal.Type]

    Permalink
    Definition Classes
    Infer
  65. def foundReqMsg(found: MetalsGlobal.Type, req: MetalsGlobal.Type): String

    Permalink
    Definition Classes
    TypeDiagnostics
  66. def freshVar(tparam: MetalsGlobal.Symbol): MetalsGlobal.TypeVar

    Permalink
    Definition Classes
    Infer
  67. def fullSiteString(context: Context): String

    Permalink
    Definition Classes
    TypersTracking
  68. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  69. val global: MetalsGlobal.this.type

    Permalink
    Definition Classes
    MetalsInteractiveAnalyzer → InteractiveAnalyzer → Analyzer → TreeDSL
  70. def globalSettings: Settings

    Permalink
    Definition Classes
    Macros → Traces
  71. def hasMacroExpansionAttachment(any: Any): Boolean

    Permalink
    Definition Classes
    StdAttachments
  72. var hasPendingMacroExpansions: Boolean

    Permalink
    Definition Classes
    Macros
  73. def hasSuperArgs(tree: MetalsGlobal.Tree): Boolean

    Permalink
    Definition Classes
    StdAttachments
  74. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  75. def increaseMetalevel(pre: MetalsGlobal.Type, tp: MetalsGlobal.Type): MetalsGlobal.Type

    Permalink
    Definition Classes
    Helpers
  76. def inferImplicit(tree: MetalsGlobal.Tree, pt: MetalsGlobal.Type, isView: Boolean, context: Context, silent: Boolean, withMacrosDisabled: Boolean, pos: MetalsGlobal.Position, onError: (MetalsGlobal.Position, String) ⇒ Unit): MetalsGlobal.Tree

    Permalink
    Definition Classes
    Implicits
  77. def inferImplicit(tree: MetalsGlobal.Tree, pt: MetalsGlobal.Type, reportAmbiguous: Boolean, isView: Boolean, context: Context, saveAmbiguousDivergent: Boolean, pos: MetalsGlobal.Position): SearchResult

    Permalink
    Definition Classes
    Implicits
  78. def inferImplicit(tree: MetalsGlobal.Tree, pt: MetalsGlobal.Type, reportAmbiguous: Boolean, isView: Boolean, context: Context, saveAmbiguousDivergent: Boolean): SearchResult

    Permalink
    Definition Classes
    Implicits
  79. def inferImplicit(tree: MetalsGlobal.Tree, pt: MetalsGlobal.Type, reportAmbiguous: Boolean, isView: Boolean, context: Context): SearchResult

    Permalink
    Definition Classes
    Implicits
  80. def isBlackbox(macroDef: MetalsGlobal.Symbol): Boolean

    Permalink
    Definition Classes
    Macros
  81. def isBlackbox(expandee: MetalsGlobal.Tree): Boolean

    Permalink
    Definition Classes
    Macros
  82. def isDynamicRewrite(tree: MetalsGlobal.Tree): Boolean

    Permalink
    Definition Classes
    StdAttachments
  83. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  84. def isMacroExpansionSuppressed(tree: MetalsGlobal.Tree): Boolean

    Permalink
    Definition Classes
    StdAttachments
  85. def isMacroImplRef(tree: MetalsGlobal.Tree): Boolean

    Permalink
    Definition Classes
    StdAttachments
  86. def isNamedArg(arg: MetalsGlobal.Tree): Boolean

    Permalink
    Definition Classes
    NamesDefaults
  87. var lastAccessCheckDetails: String

    Permalink
    Definition Classes
    Contexts
  88. var lastTreeToTyper: MetalsGlobal.Tree

    Permalink
    Definition Classes
    TypersTracking
  89. def linePrecedes(t1: MetalsGlobal.Tree, t2: MetalsGlobal.Tree): Boolean

    Permalink
    Definition Classes
    TypeDiagnostics
  90. def linkExpandeeAndDesugared(expandee: MetalsGlobal.Tree, desugared: MetalsGlobal.Tree): Unit

    Permalink
    Definition Classes
    StdAttachments
  91. def linkExpandeeAndExpanded(expandee: MetalsGlobal.Tree, expanded: Any): Unit

    Permalink
    Definition Classes
    StdAttachments
  92. final def linkedClassOfClassOf(original: MetalsGlobal.Symbol, ctx: Context): MetalsGlobal.Symbol

    Permalink
    Definition Classes
    Namers
  93. def loadMacroImplBinding(macroDef: MetalsGlobal.Symbol): Option[MacroImplBinding]

    Permalink
    Definition Classes
    Macros
  94. def lockedCount: Int

    Permalink
    Definition Classes
    Namers
  95. def macroArgs(typer: Typer, expandee: MetalsGlobal.Tree): MacroArgs

    Permalink
    Definition Classes
    Macros
  96. def macroContext(typer: Typer, prefixTree: MetalsGlobal.Tree, expandeeTree: MetalsGlobal.Tree): MacroContext

    Permalink
    Definition Classes
    Macros
  97. val macroDebugLite: Boolean

    Permalink
    Definition Classes
    Traces
  98. val macroDebugVerbose: Boolean

    Permalink
    Definition Classes
    Traces
  99. def macroEngine: String

    Permalink
    Definition Classes
    Macros
  100. def macroExpand(typer: Typer, expandee: MetalsGlobal.Tree, mode: Mode, pt: MetalsGlobal.Type): MetalsGlobal.Tree

    Permalink
    Definition Classes
    Macros
  101. def macroExpandAll(typer: Typer, expandee: MetalsGlobal.Tree): MetalsGlobal.Tree

    Permalink
    Definition Classes
    Macros
  102. def macroExpandWithRuntime(typer: Typer, expandee: MetalsGlobal.Tree, runtime: MacroRuntime): MacroStatus

    Permalink
    Definition Classes
    Macros
  103. def macroExpandWithoutRuntime(typer: Typer, expandee: MetalsGlobal.Tree): MacroStatus

    Permalink
    Definition Classes
    Macros
  104. def macroExpandee(tree: MetalsGlobal.Tree): MetalsGlobal.Tree

    Permalink
    Definition Classes
    StdAttachments
  105. def macroExpanderAttachment(tree: MetalsGlobal.Tree): MacroExpanderAttachment

    Permalink
    Definition Classes
    StdAttachments
  106. final def macroLogLite(msg: ⇒ Any): Unit

    Permalink
    Definition Classes
    Traces
    Annotations
    @inline()
  107. final def macroLogVerbose(msg: ⇒ Any): Unit

    Permalink
    Definition Classes
    Traces
    Annotations
    @inline()
  108. def macroRuntime(expandee: MetalsGlobal.Tree): MacroRuntime

    Permalink
    Definition Classes
    MacroRuntimes
  109. def makeNamedTypes(syms: List[MetalsGlobal.Symbol]): collection.immutable.List[MetalsGlobal.NamedType]

    Permalink
    Definition Classes
    NamesDefaults
  110. def markDynamicRewrite(tree: MetalsGlobal.Tree): MetalsGlobal.Tree

    Permalink
    Definition Classes
    StdAttachments
  111. def markMacroImplRef(tree: MetalsGlobal.Tree): MetalsGlobal.Tree

    Permalink
    Definition Classes
    StdAttachments
  112. def memberWildcardType(name: MetalsGlobal.Name, tp: MetalsGlobal.Type): MetalsGlobal.Type

    Permalink
    Definition Classes
    Implicits
  113. def missingParams[T](args: List[T], params: List[MetalsGlobal.Symbol], argName: (T) ⇒ Option[MetalsGlobal.Name]): (List[MetalsGlobal.Symbol], Boolean)

    Permalink
    Definition Classes
    NamesDefaults
  114. def mkTypeCompleter(t: MetalsGlobal.Tree)(c: (MetalsGlobal.Symbol) ⇒ Unit): TypeCompleter with LockingTypeCompleter with MetalsGlobal.FlagAgnosticCompleter

    Permalink
    Definition Classes
    Namers
  115. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  116. def newNamer(context: Context): InteractiveNamer

    Permalink
    Definition Classes
    InteractiveAnalyzer → Namers
  117. def newTyper(context: Context): InteractiveTyper

    Permalink
    Definition Classes
    InteractiveAnalyzer → Typers
  118. def noPrintAdapt(tree1: MetalsGlobal.Tree, tree2: MetalsGlobal.Tree): Boolean

    Permalink
    Definition Classes
    TypersTracking
  119. def noPrintTyping(t: MetalsGlobal.Tree): Boolean

    Permalink
    Definition Classes
    TypersTracking
  120. def normalize(tp: MetalsGlobal.Type): MetalsGlobal.Type

    Permalink
    Definition Classes
    Infer
  121. def notAnyRefMessage(found: MetalsGlobal.Type): String

    Permalink
    Definition Classes
    ContextErrors
  122. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  123. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  124. def notifyUndetparamsAdded(newUndets: List[MetalsGlobal.Symbol]): Unit

    Permalink
    Definition Classes
    Macros
  125. def notifyUndetparamsInferred(undetNoMore: List[MetalsGlobal.Symbol], inferreds: List[MetalsGlobal.Type]): Unit

    Permalink
    Definition Classes
    Macros
  126. def onTreeCheckerError(pos: MetalsGlobal.Position, msg: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Contexts
  127. def openMacros: collection.immutable.List[reflect.macros.contexts.Context { val universe: MetalsInteractiveAnalyzer.this.global.type }]

    Permalink
    Definition Classes
    Macros
  128. def pluginsEnsureCompanionObject(namer: Namer, cdef: MetalsGlobal.ClassDef, creator: (MetalsGlobal.ClassDef) ⇒ MetalsGlobal.Tree): MetalsGlobal.Symbol

    Permalink
    Definition Classes
    AnalyzerPlugins
  129. def pluginsEnterStats(typer: Typer, stats: List[MetalsGlobal.Tree]): List[MetalsGlobal.Tree]

    Permalink
    Definition Classes
    AnalyzerPlugins
  130. def pluginsEnterSym(namer: Namer, tree: MetalsGlobal.Tree): Context

    Permalink
    Definition Classes
    AnalyzerPlugins
  131. def pluginsIsBlackbox(macroDef: MetalsGlobal.Symbol): Boolean

    Permalink
    Definition Classes
    AnalyzerPlugins
  132. def pluginsMacroArgs(typer: Typer, expandee: MetalsGlobal.Tree): MacroArgs

    Permalink
    Definition Classes
    AnalyzerPlugins
  133. def pluginsMacroExpand(typer: Typer, expandee: MetalsGlobal.Tree, mode: Mode, pt: MetalsGlobal.Type): MetalsGlobal.Tree

    Permalink

    Disable blackbox macro expansion for better reliability and performance.

    Disable blackbox macro expansion for better reliability and performance.

    The benefits of disabling blackbox macros are - we insure ourselves from misbehaving macro library that mess up with compiler APIs - we avoid potentially expensive computation during macro expansion It's safe to disable blackbox macros because they don't affect typing, meaning they cannot change the results from completions/signatureHelp/hover.

    Here are basic benchmark numbers running completions in Exprs.scala from fastparse, a 150 line source file where a scope completion triggers 80 macros.

    // expand 80 blackbox like normal
    [info] CachedSearchAndCompilerCompletionBench.complete  scopeFastparse    ss   60  118.484 ± 56.395  ms/op
    // disable all blackbox macros
    [info] CachedSearchAndCompilerCompletionBench.complete  scopeFastparse    ss   60  60.489 ± 9.197  ms/op

    We don't use analyser.addMacroPlugin() to disable blackbox macros because benchmarks show that macro plugins add ~10ms overhead compared to overriding this method directly.

    Definition Classes
    MetalsInteractiveAnalyzer → AnalyzerPlugins
  134. def pluginsMacroRuntime(expandee: MetalsGlobal.Tree): MacroRuntime

    Permalink
    Definition Classes
    AnalyzerPlugins
  135. def pluginsPt(pt: MetalsGlobal.Type, typer: Typer, tree: MetalsGlobal.Tree, mode: Mode): MetalsGlobal.Type

    Permalink
    Definition Classes
    AnalyzerPlugins
  136. def pluginsTypeSig(tpe: MetalsGlobal.Type, typer: Typer, defTree: MetalsGlobal.Tree, pt: MetalsGlobal.Type): MetalsGlobal.Type

    Permalink
    Definition Classes
    AnalyzerPlugins
  137. def pluginsTypeSigAccessor(tpe: MetalsGlobal.Type, typer: Typer, tree: MetalsGlobal.ValDef, sym: MetalsGlobal.Symbol): MetalsGlobal.Type

    Permalink
    Definition Classes
    AnalyzerPlugins
  138. def pluginsTyped(tpe: MetalsGlobal.Type, typer: Typer, tree: MetalsGlobal.Tree, mode: Mode, pt: MetalsGlobal.Type): MetalsGlobal.Type

    Permalink
    Definition Classes
    AnalyzerPlugins
  139. def pluginsTypedMacroBody(typer: Typer, ddef: MetalsGlobal.DefDef): MetalsGlobal.Tree

    Permalink
    Definition Classes
    AnalyzerPlugins
  140. def pluginsTypedReturn(tpe: MetalsGlobal.Type, typer: Typer, tree: MetalsGlobal.Return, pt: MetalsGlobal.Type): MetalsGlobal.Type

    Permalink
    Definition Classes
    AnalyzerPlugins
  141. def popMacroContext(): Unit

    Permalink
    Definition Classes
    Macros
  142. def posPrecedes(p1: MetalsGlobal.Position, p2: MetalsGlobal.Position): Boolean

    Permalink
    Definition Classes
    TypeDiagnostics
  143. def printingOk(t: MetalsGlobal.Tree): Boolean

    Permalink
    Definition Classes
    TypersTracking
  144. def propagateKnownTypes(from: MetalsGlobal.Type, to: MetalsGlobal.Symbol): MetalsGlobal.Type

    Permalink
    Definition Classes
    Checkable
  145. def pushMacroContext(c: MacroContext): Unit

    Permalink
    Definition Classes
    Macros
  146. def removeNames(typer: Typer)(args: List[MetalsGlobal.Tree], params: List[MetalsGlobal.Symbol]): (List[MetalsGlobal.Tree], Array[Int])

    Permalink
    Definition Classes
    NamesDefaults
  147. def reorderArgs[T](args: List[T], pos: (Int) ⇒ Int)(implicit arg0: ClassTag[T]): List[T]

    Permalink
    Definition Classes
    NamesDefaults
  148. def resetContexts(): Unit

    Permalink
    Definition Classes
    Contexts
  149. def resetDocComments(): Unit

    Permalink
    Definition Classes
    Typers
  150. def resetImplicits(): Unit

    Permalink
    Definition Classes
    Implicits
  151. def resetTyper(): Unit

    Permalink
    Definition Classes
    Typers
  152. def restrictionError(pos: MetalsGlobal.Position, unit: MetalsGlobal.CompilationUnit, msg: String): Unit

    Permalink
    Definition Classes
    TypeDiagnostics
  153. def restrictionWarning(pos: MetalsGlobal.Position, unit: MetalsGlobal.CompilationUnit, msg: String): Unit

    Permalink
    Definition Classes
    TypeDiagnostics
  154. def rootContext(unit: MetalsGlobal.CompilationUnit, tree: MetalsGlobal.Tree, throwing: Boolean, checking: Boolean): Context

    Permalink
    Definition Classes
    Contexts
  155. def rootContextPostTyper(unit: MetalsGlobal.CompilationUnit, tree: MetalsGlobal.Tree): Context

    Permalink
    Definition Classes
    Contexts
  156. def rootImports(unit: MetalsGlobal.CompilationUnit): List[MetalsGlobal.Symbol]

    Permalink
    Attributes
    protected
    Definition Classes
    Contexts
  157. def setAddendum(pos: MetalsGlobal.Position, msg: () ⇒ String): Unit

    Permalink
    Definition Classes
    TypeDiagnostics
  158. final val shortenImports: Boolean(false)

    Permalink
    Definition Classes
    Typers
  159. def skipImplicit(tp: MetalsGlobal.Type): MetalsGlobal.Type

    Permalink
    Definition Classes
    Infer
  160. def solvedTypes(tvars: List[MetalsGlobal.TypeVar], tparams: List[MetalsGlobal.Symbol], variances: List[Variance], upper: Boolean, depth: Depth): List[MetalsGlobal.Type]

    Permalink
    Definition Classes
    Infer
  161. def standardIsBlackbox(macroDef: MetalsGlobal.Symbol): Boolean

    Permalink
    Definition Classes
    Macros
  162. def standardMacroArgs(typer: Typer, expandee: MetalsGlobal.Tree): MacroArgs

    Permalink
    Definition Classes
    Macros
  163. def standardMacroExpand(typer: Typer, expandee: MetalsGlobal.Tree, mode: Mode, pt: MetalsGlobal.Type): MetalsGlobal.Tree

    Permalink
    Definition Classes
    Macros
  164. def standardMacroRuntime(expandee: MetalsGlobal.Tree): MacroRuntime

    Permalink
    Definition Classes
    MacroRuntimes
  165. def standardTypedMacroBody(typer: Typer, macroDdef: MetalsGlobal.DefDef): MetalsGlobal.Tree

    Permalink
    Definition Classes
    Macros
  166. def superArgs(tree: MetalsGlobal.Tree): Option[List[List[MetalsGlobal.Tree]]]

    Permalink
    Definition Classes
    StdAttachments
  167. def suppressMacroExpansion(tree: MetalsGlobal.Tree): MetalsGlobal.Tree

    Permalink
    Definition Classes
    StdAttachments
  168. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  169. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  170. def tpe_s(tp: MetalsGlobal.Type, colorize: (String) ⇒ String): String

    Permalink
    Definition Classes
    TypersTracking
  171. def transformNamedApplication(typer: Typer, mode: Mode, pt: MetalsGlobal.Type)(tree: MetalsGlobal.Tree, argPos: (Int) ⇒ Int): MetalsGlobal.Tree

    Permalink
    Definition Classes
    NamesDefaults
  172. def transformTypeTagEvidenceParams(macroImplRef: MetalsGlobal.Tree, transform: (MetalsGlobal.Symbol, MetalsGlobal.Symbol) ⇒ MetalsGlobal.Symbol): List[List[MetalsGlobal.Symbol]]

    Permalink
    Definition Classes
    Helpers
  173. val transformed: AnyRefMap[MetalsGlobal.Tree, MetalsGlobal.Tree]

    Permalink
    Definition Classes
    Typers
  174. def treeSymTypeMsg(tree: MetalsGlobal.Tree): String

    Permalink
    Definition Classes
    TypeDiagnostics
  175. def typePatternAdvice(sym: MetalsGlobal.Symbol, ptSym: MetalsGlobal.Symbol): String

    Permalink
    Definition Classes
    TypeDiagnostics
  176. def typedMacroBody(typer: Typer, macroDdef: MetalsGlobal.DefDef): MetalsGlobal.Tree

    Permalink
    Definition Classes
    Macros
  177. def typingInPattern[T](body: ⇒ T): T

    Permalink
    Definition Classes
    TypeDiagnostics
  178. def unapplyMember(tp: MetalsGlobal.Type): MetalsGlobal.Symbol

    Permalink
    Definition Classes
    Unapplies
  179. def underlyingSymbol(member: MetalsGlobal.Symbol): MetalsGlobal.Symbol

    Permalink
    Definition Classes
    TypeDiagnostics
  180. def unmarkDynamicRewrite(tree: MetalsGlobal.Tree): MetalsGlobal.Tree

    Permalink
    Definition Classes
    StdAttachments
  181. def unmarkMacroImplRef(tree: MetalsGlobal.Tree): MetalsGlobal.Tree

    Permalink
    Definition Classes
    StdAttachments
  182. def unsuppressMacroExpansion(tree: MetalsGlobal.Tree): MetalsGlobal.Tree

    Permalink
    Definition Classes
    StdAttachments
  183. def untypeMetalevel(tp: MetalsGlobal.Type): MetalsGlobal.Type

    Permalink
    Definition Classes
    Helpers
  184. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  185. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  186. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  187. def warnUnusedImports(unit: MetalsGlobal.CompilationUnit): Unit

    Permalink
    Definition Classes
    Contexts
  188. def withAddendum(pos: MetalsGlobal.Position): (String) ⇒ String

    Permalink
    Definition Classes
    TypeDiagnostics
  189. def withDisambiguation[T](locals: List[MetalsGlobal.Symbol], types: MetalsGlobal.Type*)(op: ⇒ T): T

    Permalink
    Definition Classes
    TypeDiagnostics

Inherited from InteractiveAnalyzer

Inherited from Analyzer

Inherited from AnalyzerPlugins

Inherited from StdAttachments

Inherited from ContextErrors

Inherited from TypeDiagnostics

Inherited from NamesDefaults

Inherited from Macros

Inherited from Helpers

Inherited from Traces

Inherited from MacroRuntimes

Inherited from JavaReflectionRuntimes

Inherited from Unapplies

Inherited from SyntheticMethods

Inherited from TreeDSL

Inherited from EtaExpansion

Inherited from Implicits

Inherited from Infer

Inherited from Checkable

Inherited from Typers

Inherited from PatternTypers

Inherited from TypersTracking

Inherited from Tags

Inherited from Adaptations

Inherited from Namers

Inherited from MethodSynthesis

Inherited from tools.nsc.typechecker.Contexts

Inherited from AnyRef

Inherited from Any

Ungrouped