Trait

scala.meta.internal

HijackAnalyzer

Related Doc: package internal

Permalink

trait HijackAnalyzer extends SemanticdbAnalyzer

Self Type
SemanticdbPlugin
Linear Supertypes
SemanticdbAnalyzer, ReflectionToolkit, 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, Contexts, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HijackAnalyzer
  2. SemanticdbAnalyzer
  3. ReflectionToolkit
  4. Analyzer
  5. AnalyzerPlugins
  6. StdAttachments
  7. ContextErrors
  8. TypeDiagnostics
  9. NamesDefaults
  10. Macros
  11. Helpers
  12. Traces
  13. MacroRuntimes
  14. JavaReflectionRuntimes
  15. Unapplies
  16. SyntheticMethods
  17. TreeDSL
  18. EtaExpansion
  19. Implicits
  20. Infer
  21. Checkable
  22. Typers
  23. PatternTypers
  24. TypersTracking
  25. Tags
  26. Adaptations
  27. Namers
  28. MethodSynthesis
  29. Contexts
  30. AnyRef
  31. Any
Implicitly
  1. by XtensionTokenizeInputLike
  2. by XtensionShow
  3. by XtensionParseInputLike
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. trait Attachable[-T] extends AnyRef

    Permalink
    Definition Classes
    ReflectionToolkit
  9. class ClassForCaseCompanionAttachment extends AnyRef

    Permalink
    Definition Classes
    Unapplies
  10. class ClassMethodSynthesis extends AnyRef

    Permalink
    Definition Classes
    MethodSynthesis
  11. class CompilationUnitCache extends AnyRef

    Permalink
    Definition Classes
    ReflectionToolkit
  12. class ConstructorDefaultsAttachment extends AnyRef

    Permalink
    Definition Classes
    NamesDefaults
  13. class Context extends AnyRef

    Permalink
    Definition Classes
    Contexts
  14. abstract class ContextReporter extends Reporter

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

    Permalink
    Definition Classes
    Macros
  16. class DefaultsOfLocalMethodAttachment extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    Macros
  21. class ImplicitInfo extends AnyRef

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

    Permalink
    Definition Classes
    Implicits
  23. trait ImplicitsContextErrors extends AnyRef

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

    Permalink
    Definition Classes
    Contexts
  25. class ImportInfo extends AnyRef

    Permalink
    Definition Classes
    Contexts
  26. type ImportType = tools.nsc.Global.ImportType

    Permalink
    Definition Classes
    Contexts
  27. trait InferCheckable extends AnyRef

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

    Permalink
    Definition Classes
    Infer
  29. trait InferencerContextErrors extends AnyRef

    Permalink
    Definition Classes
    ContextErrors
  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 = SemanticdbPlugin.UnaffiliatedMacroContext { val universe: HijackAnalyzer.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 = (SemanticdbPlugin.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. class Metadata[T] extends AnyRef

    Permalink
    Definition Classes
    ReflectionToolkit
  44. trait MethodSynth extends AnyRef

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

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

    Permalink
    Definition Classes
    Namers
  47. trait NamerContextErrors extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    Implicits
  52. trait PatternTyper extends AnyRef

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

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

    Permalink
    Definition Classes
    ContextErrors
  55. class SearchResult extends AnyRef

    Permalink
    Definition Classes
    Implicits
  56. class SemanticdbNamer extends Namer

    Permalink
    Definition Classes
    SemanticdbAnalyzer
  57. class SemanticdbTyper extends Typer

    Permalink
    Definition Classes
    SemanticdbAnalyzer
  58. sealed abstract class SilentResult[+T] extends AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContextErrors
  65. trait Tag extends AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    ContextErrors
  71. 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
  72. trait TyperContextErrors extends AnyRef

    Permalink
    Definition Classes
    ContextErrors
  73. trait TyperDiagnostics extends AnyRef

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

    Permalink
    Definition Classes
    StdAttachments
  75. implicit class XtensionAttachable[T] extends AnyRef

    Permalink
    Definition Classes
    ReflectionToolkit
  76. implicit class XtensionCompilationUnitCache extends AnyRef

    Permalink
    Definition Classes
    ReflectionToolkit
  77. implicit class XtensionDesugarings[T] extends AnyRef

    Permalink
    Definition Classes
    ReflectionToolkit
  78. implicit class XtensionMetadataAttachable[T] extends AnyRef

    Permalink
    Definition Classes
    ReflectionToolkit

Abstract Value Members

  1. abstract val global: Global

    Permalink
    Definition Classes
    ReflectionToolkit

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from HijackAnalyzer to any2stringadd[HijackAnalyzer] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (HijackAnalyzer, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from HijackAnalyzer to ArrowAssoc[HijackAnalyzer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Implicits
  7. object AnnotatedOf

    Permalink
    Definition Classes
    ReflectionToolkit
  8. object Attachable

    Permalink
    Definition Classes
    ReflectionToolkit
  9. object ClassOf

    Permalink
    Definition Classes
    ReflectionToolkit
  10. object CompoundTypeTreeOf

    Permalink
    Definition Classes
    ReflectionToolkit
  11. object ConstfoldOf

    Permalink
    Definition Classes
    ReflectionToolkit
  12. def Delay(expanded: tools.nsc.Global.Tree): SemanticdbPlugin.Delayed

    Permalink
    Definition Classes
    Macros
  13. lazy val DivergentSearchFailure: SemanticdbPlugin.SearchResult

    Permalink
    Definition Classes
    Implicits
  14. object ExistentialTypeTreeOf

    Permalink
    Definition Classes
    ReflectionToolkit
  15. val ImportType: tools.nsc.Global.ImportType.type

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

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

    Permalink
    Definition Classes
    ContextErrors
  18. object NewArrayOf

    Permalink
    Definition Classes
    ReflectionToolkit
  19. def NoImplicitFoundError(tree: tools.nsc.Global.Tree, param: tools.nsc.Global.Symbol)(implicit context: SemanticdbPlugin.Context): Unit

    Permalink
    Definition Classes
    ContextErrors
  20. val NoImplicitInfo: SemanticdbPlugin.ImplicitInfo

    Permalink
    Definition Classes
    Implicits
  21. lazy val SearchFailure: SemanticdbPlugin.SearchResult

    Permalink
    Definition Classes
    Implicits
  22. object SelectOf

    Permalink
    Definition Classes
    ReflectionToolkit
  23. object SelfTypeOf

    Permalink
    Definition Classes
    ReflectionToolkit
  24. object SilentTypeError

    Permalink
    Definition Classes
    Typers
  25. object SingletonTypeTreeOf

    Permalink
    Definition Classes
    ReflectionToolkit
  26. def Skip(expanded: tools.nsc.Global.Tree): SemanticdbPlugin.Skipped

    Permalink
    Definition Classes
    Macros
  27. var _lockedCount: Int

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

    Permalink
    Definition Classes
    Macros
  29. def abstractVarMessage(sym: tools.nsc.Global.Symbol): String

    Permalink
    Definition Classes
    TypeDiagnostics
  30. def adaptAnnotations(tree: tools.nsc.Global.Tree, typer: SemanticdbPlugin.Typer, mode: Mode, pt: tools.nsc.Global.Type): tools.nsc.Global.Tree

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

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

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

    Permalink
    Definition Classes
    AnalyzerPlugins
  34. def addSyntheticMethods(templ: tools.nsc.Global.Template, clazz0: tools.nsc.Global.Symbol, context: SemanticdbPlugin.Context): tools.nsc.Global.Template

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

    Permalink
    Definition Classes
    NamesDefaults
  36. def allViewsFrom(tp: tools.nsc.Global.Type, context: SemanticdbPlugin.Context, tpars: List[tools.nsc.Global.Symbol]): List[(SemanticdbPlugin.SearchResult, List[tools.nsc.Global.TypeConstraint])]

    Permalink
    Definition Classes
    Implicits
  37. def alternatives(tree: tools.nsc.Global.Tree): List[tools.nsc.Global.Type]

    Permalink
    Definition Classes
    TypeDiagnostics
  38. def alternativesString(tree: tools.nsc.Global.Tree): String

    Permalink
    Definition Classes
    TypeDiagnostics
  39. def ambiguousDefnAndImport(owner: tools.nsc.Global.Symbol, imp: SemanticdbPlugin.ImportInfo): tools.nsc.Global.LookupAmbiguous

    Permalink
    Definition Classes
    Contexts
  40. def ambiguousImports(imp1: SemanticdbPlugin.ImportInfo, imp2: SemanticdbPlugin.ImportInfo): tools.nsc.Global.LookupAmbiguous

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

    Permalink
    Definition Classes
    Any
  42. def bindMacroImpl(macroDef: tools.nsc.Global.Symbol, macroImplRef: tools.nsc.Global.Tree): Unit

    Permalink
    Definition Classes
    Macros
  43. def canAdaptAnnotations(tree: tools.nsc.Global.Tree, typer: SemanticdbPlugin.Typer, mode: Mode, pt: tools.nsc.Global.Type): Boolean

    Permalink
    Definition Classes
    AnalyzerPlugins
  44. final def caseAccessorName(caseclazz: tools.nsc.Global.Symbol, paramName: tools.nsc.Global.TermName): tools.nsc.Global.TermName

    Permalink
    Definition Classes
    SyntheticMethods
  45. def caseClassCopyMeth(cdef: tools.nsc.Global.ClassDef): Option[tools.nsc.Global.DefDef]

    Permalink
    Definition Classes
    Unapplies
  46. def caseModuleApplyMeth(cdef: tools.nsc.Global.ClassDef): tools.nsc.Global.DefDef

    Permalink
    Definition Classes
    Unapplies
  47. def caseModuleDef(cdef: tools.nsc.Global.ClassDef): tools.nsc.Global.ModuleDef

    Permalink
    Definition Classes
    Unapplies
  48. def caseModuleUnapplyMeth(cdef: tools.nsc.Global.ClassDef): tools.nsc.Global.DefDef

    Permalink
    Definition Classes
    Unapplies
  49. final def clearRenamedCaseAccessors(caseclazz: tools.nsc.Global.Symbol): Unit

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

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

    Permalink
    Definition Classes
    Unapplies
  52. def companionSymbolOf(original: tools.nsc.Global.Symbol, ctx: SemanticdbPlugin.Context): tools.nsc.Global.Symbol

    Permalink
    Definition Classes
    Namers
  53. def computeMacroDefTypeFromMacroImplRef(macroDdef: tools.nsc.Global.DefDef, macroImplRef: tools.nsc.Global.Tree): tools.nsc.Global.Type

    Permalink
    Definition Classes
    Macros
  54. def decodeWithKind(name: tools.nsc.Global.Name, owner: tools.nsc.Global.Symbol): String

    Permalink
    Definition Classes
    TypeDiagnostics
  55. def decreaseMetalevel(tp: tools.nsc.Global.Type): tools.nsc.Global.Type

    Permalink
    Definition Classes
    Helpers
  56. def defaultGetter(param: tools.nsc.Global.Symbol, context: SemanticdbPlugin.Context): tools.nsc.Global.Symbol

    Permalink
    Definition Classes
    NamesDefaults
  57. lazy val defaultMacroClassloader: ClassLoader

    Permalink
    Definition Classes
    MacroRuntimes
  58. def deriveAnnotations(initial: List[tools.nsc.Global.AnnotationInfo], category: tools.nsc.Global.Symbol, keepClean: Boolean): List[tools.nsc.Global.AnnotationInfo]

    Permalink
    Definition Classes
    MethodSynthesis
  59. def directUnapplyMember(tp: tools.nsc.Global.Type): tools.nsc.Global.Symbol

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

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

    Permalink
    Definition Classes
    Macros
  62. def ensuring(cond: (HijackAnalyzer) ⇒ Boolean, msg: ⇒ Any): HijackAnalyzer

    Permalink
    Implicit information
    This member is added by an implicit conversion from HijackAnalyzer to Ensuring[HijackAnalyzer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  63. def ensuring(cond: (HijackAnalyzer) ⇒ Boolean): HijackAnalyzer

    Permalink
    Implicit information
    This member is added by an implicit conversion from HijackAnalyzer to Ensuring[HijackAnalyzer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  64. def ensuring(cond: Boolean, msg: ⇒ Any): HijackAnalyzer

    Permalink
    Implicit information
    This member is added by an implicit conversion from HijackAnalyzer to Ensuring[HijackAnalyzer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  65. def ensuring(cond: Boolean): HijackAnalyzer

    Permalink
    Implicit information
    This member is added by an implicit conversion from HijackAnalyzer to Ensuring[HijackAnalyzer] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  66. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  68. def etaExpand(unit: tools.nsc.Global.CompilationUnit, tree: tools.nsc.Global.Tree, typer: SemanticdbPlugin.Typer): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    EtaExpansion
  69. final def exampleTuplePattern(names: List[tools.nsc.Global.Name]): String

    Permalink
    Definition Classes
    TypeDiagnostics
  70. def existentialContext(tp: tools.nsc.Global.Type): String

    Permalink
    Definition Classes
    TypeDiagnostics
  71. def explainAlias(tp: tools.nsc.Global.Type): String

    Permalink
    Definition Classes
    TypeDiagnostics
  72. def explainAnyVsAnyRef(found: tools.nsc.Global.Type, req: tools.nsc.Global.Type): String

    Permalink
    Definition Classes
    TypeDiagnostics
  73. def explainVariance(found: tools.nsc.Global.Type, req: tools.nsc.Global.Type): String

    Permalink
    Definition Classes
    TypeDiagnostics
  74. def factoryMeth(mods: tools.nsc.Global.Modifiers, name: tools.nsc.Global.TermName, cdef: tools.nsc.Global.ClassDef): tools.nsc.Global.DefDef

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Macros
  79. final def forArgMode(fun: tools.nsc.Global.Tree, mode: Mode): Mode

    Permalink
    Definition Classes
    Typers
  80. def formalTypes(formals: List[tools.nsc.Global.Type], numArgs: Int, removeByName: Boolean, removeRepeated: Boolean): List[tools.nsc.Global.Type]

    Permalink
    Definition Classes
    Infer
  81. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from HijackAnalyzer to StringFormat[HijackAnalyzer] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  82. def foundReqMsg(found: tools.nsc.Global.Type, req: tools.nsc.Global.Type): String

    Permalink
    Definition Classes
    TypeDiagnostics
  83. def freshVar(tparam: tools.nsc.Global.Symbol): tools.nsc.Global.TypeVar

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

    Permalink
    Definition Classes
    TypersTracking
  85. lazy val g: SemanticdbPlugin.global.type

    Permalink
    Definition Classes
    ReflectionToolkit
  86. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  87. def globalSettings: Settings

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

    Permalink
    Definition Classes
    StdAttachments
  89. var hasPendingMacroExpansions: Boolean

    Permalink
    Definition Classes
    Macros
  90. def hasSuperArgs(tree: tools.nsc.Global.Tree): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  92. def hijackAnalyzer(): analyzer

    Permalink
  93. def increaseMetalevel(pre: tools.nsc.Global.Type, tp: tools.nsc.Global.Type): tools.nsc.Global.Type

    Permalink
    Definition Classes
    Helpers
  94. def inferImplicit(tree: tools.nsc.Global.Tree, pt: tools.nsc.Global.Type, isView: Boolean, context: SemanticdbPlugin.Context, silent: Boolean, withMacrosDisabled: Boolean, pos: tools.nsc.Global.Position, onError: (tools.nsc.Global.Position, String) ⇒ Unit): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    Implicits
  95. def inferImplicit(tree: tools.nsc.Global.Tree, pt: tools.nsc.Global.Type, reportAmbiguous: Boolean, isView: Boolean, context: SemanticdbPlugin.Context, saveAmbiguousDivergent: Boolean, pos: tools.nsc.Global.Position): SemanticdbPlugin.SearchResult

    Permalink
    Definition Classes
    Implicits
  96. def inferImplicit(tree: tools.nsc.Global.Tree, pt: tools.nsc.Global.Type, reportAmbiguous: Boolean, isView: Boolean, context: SemanticdbPlugin.Context, saveAmbiguousDivergent: Boolean): SemanticdbPlugin.SearchResult

    Permalink
    Definition Classes
    Implicits
  97. def inferImplicit(tree: tools.nsc.Global.Tree, pt: tools.nsc.Global.Type, reportAmbiguous: Boolean, isView: Boolean, context: SemanticdbPlugin.Context): SemanticdbPlugin.SearchResult

    Permalink
    Definition Classes
    Implicits
  98. def isBlackbox(macroDef: tools.nsc.Global.Symbol): Boolean

    Permalink
    Definition Classes
    Macros
  99. def isBlackbox(expandee: tools.nsc.Global.Tree): Boolean

    Permalink
    Definition Classes
    Macros
  100. def isDynamicRewrite(tree: tools.nsc.Global.Tree): Boolean

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

    Permalink
    Definition Classes
    Any
  102. def isMacroExpansionSuppressed(tree: tools.nsc.Global.Tree): Boolean

    Permalink
    Definition Classes
    StdAttachments
  103. def isMacroImplRef(tree: tools.nsc.Global.Tree): Boolean

    Permalink
    Definition Classes
    StdAttachments
  104. def isNamedArg(arg: tools.nsc.Global.Tree): Boolean

    Permalink
    Definition Classes
    NamesDefaults
  105. var lastAccessCheckDetails: String

    Permalink
    Definition Classes
    Contexts
  106. var lastTreeToTyper: tools.nsc.Global.Tree

    Permalink
    Definition Classes
    TypersTracking
  107. def linePrecedes(t1: tools.nsc.Global.Tree, t2: tools.nsc.Global.Tree): Boolean

    Permalink
    Definition Classes
    TypeDiagnostics
  108. def linkExpandeeAndDesugared(expandee: tools.nsc.Global.Tree, desugared: tools.nsc.Global.Tree): Unit

    Permalink
    Definition Classes
    StdAttachments
  109. def linkExpandeeAndExpanded(expandee: tools.nsc.Global.Tree, expanded: Any): Unit

    Permalink
    Definition Classes
    StdAttachments
  110. final def linkedClassOfClassOf(original: tools.nsc.Global.Symbol, ctx: SemanticdbPlugin.Context): tools.nsc.Global.Symbol

    Permalink
    Definition Classes
    Namers
  111. def loadMacroImplBinding(macroDef: tools.nsc.Global.Symbol): Option[SemanticdbPlugin.MacroImplBinding]

    Permalink
    Definition Classes
    Macros
  112. def lockedCount: Int

    Permalink
    Definition Classes
    Namers
  113. def macroArgs(typer: SemanticdbPlugin.Typer, expandee: tools.nsc.Global.Tree): SemanticdbPlugin.MacroArgs

    Permalink
    Definition Classes
    Macros
  114. def macroContext(typer: SemanticdbPlugin.Typer, prefixTree: tools.nsc.Global.Tree, expandeeTree: tools.nsc.Global.Tree): SemanticdbPlugin.MacroContext

    Permalink
    Definition Classes
    Macros
  115. val macroDebugLite: Boolean

    Permalink
    Definition Classes
    Traces
  116. val macroDebugVerbose: Boolean

    Permalink
    Definition Classes
    Traces
  117. def macroEngine: String

    Permalink
    Definition Classes
    Macros
  118. def macroExpand(typer: SemanticdbPlugin.Typer, expandee: tools.nsc.Global.Tree, mode: Mode, pt: tools.nsc.Global.Type): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    Macros
  119. def macroExpandAll(typer: SemanticdbPlugin.Typer, expandee: tools.nsc.Global.Tree): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    Macros
  120. def macroExpandWithRuntime(typer: SemanticdbPlugin.Typer, expandee: tools.nsc.Global.Tree, runtime: SemanticdbPlugin.MacroRuntime): SemanticdbPlugin.MacroStatus

    Permalink
    Definition Classes
    Macros
  121. def macroExpandWithoutRuntime(typer: SemanticdbPlugin.Typer, expandee: tools.nsc.Global.Tree): SemanticdbPlugin.MacroStatus

    Permalink
    Definition Classes
    Macros
  122. def macroExpandee(tree: tools.nsc.Global.Tree): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    StdAttachments
  123. def macroExpanderAttachment(tree: tools.nsc.Global.Tree): SemanticdbPlugin.MacroExpanderAttachment

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

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

    Permalink
    Definition Classes
    Traces
    Annotations
    @inline()
  126. def macroRuntime(expandee: tools.nsc.Global.Tree): SemanticdbPlugin.MacroRuntime

    Permalink
    Definition Classes
    MacroRuntimes
  127. def makeNamedTypes(syms: List[tools.nsc.Global.Symbol]): collection.immutable.List[tools.nsc.Global.NamedType]

    Permalink
    Definition Classes
    NamesDefaults
  128. def markDynamicRewrite(tree: tools.nsc.Global.Tree): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    StdAttachments
  129. def markMacroImplRef(tree: tools.nsc.Global.Tree): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    StdAttachments
  130. def memberWildcardType(name: tools.nsc.Global.Name, tp: tools.nsc.Global.Type): tools.nsc.Global.Type

    Permalink
    Definition Classes
    Implicits
  131. def missingParams[T](args: List[T], params: List[tools.nsc.Global.Symbol], argName: (T) ⇒ Option[tools.nsc.Global.Name]): (List[tools.nsc.Global.Symbol], Boolean)

    Permalink
    Definition Classes
    NamesDefaults
  132. def mkTypeCompleter(t: tools.nsc.Global.Tree)(c: (tools.nsc.Global.Symbol) ⇒ Unit): SemanticdbPlugin.TypeCompleter with SemanticdbPlugin.LockingTypeCompleter with tools.nsc.Global.FlagAgnosticCompleter

    Permalink
    Definition Classes
    Namers
  133. object namerFactory extends SubComponent

    Permalink
    Definition Classes
    Analyzer
  134. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  135. def newNamer(context: SemanticdbPlugin.Context): SemanticdbPlugin.SemanticdbNamer

    Permalink
    Definition Classes
    SemanticdbAnalyzer → Namers
  136. def newTyper(context: SemanticdbPlugin.Context): SemanticdbPlugin.SemanticdbTyper

    Permalink
    Definition Classes
    SemanticdbAnalyzer → Typers
  137. def noPrintAdapt(tree1: tools.nsc.Global.Tree, tree2: tools.nsc.Global.Tree): Boolean

    Permalink
    Definition Classes
    TypersTracking
  138. def noPrintTyping(t: tools.nsc.Global.Tree): Boolean

    Permalink
    Definition Classes
    TypersTracking
  139. def normalize(tp: tools.nsc.Global.Type): tools.nsc.Global.Type

    Permalink
    Definition Classes
    Infer
  140. def notAnyRefMessage(found: tools.nsc.Global.Type): String

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

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

    Permalink
    Definition Classes
    AnyRef
  143. def notifyUndetparamsAdded(newUndets: List[tools.nsc.Global.Symbol]): Unit

    Permalink
    Definition Classes
    Macros
  144. def notifyUndetparamsInferred(undetNoMore: List[tools.nsc.Global.Symbol], inferreds: List[tools.nsc.Global.Type]): Unit

    Permalink
    Definition Classes
    Macros
  145. def onTreeCheckerError(pos: tools.nsc.Global.Position, msg: String): Unit

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

    Permalink
    Definition Classes
    Macros
  147. object packageObjects extends SubComponent

    Permalink
    Definition Classes
    Analyzer
  148. def parse[U](implicit convert: Convert[HijackAnalyzer, inputs.Input], parse: Parse[U], dialect: Dialect): parsers.Parsed[U]

    Permalink
    Implicit information
    This member is added by an implicit conversion from HijackAnalyzer to meta.XtensionParseInputLike[HijackAnalyzer] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Definition Classes
    XtensionParseInputLike
  149. def pluginsEnsureCompanionObject(namer: SemanticdbPlugin.Namer, cdef: tools.nsc.Global.ClassDef, creator: (tools.nsc.Global.ClassDef) ⇒ tools.nsc.Global.Tree): tools.nsc.Global.Symbol

    Permalink
    Definition Classes
    AnalyzerPlugins
  150. def pluginsEnterStats(typer: SemanticdbPlugin.Typer, stats: List[tools.nsc.Global.Tree]): List[tools.nsc.Global.Tree]

    Permalink
    Definition Classes
    AnalyzerPlugins
  151. def pluginsEnterSym(namer: SemanticdbPlugin.Namer, tree: tools.nsc.Global.Tree): SemanticdbPlugin.Context

    Permalink
    Definition Classes
    AnalyzerPlugins
  152. def pluginsIsBlackbox(macroDef: tools.nsc.Global.Symbol): Boolean

    Permalink
    Definition Classes
    AnalyzerPlugins
  153. def pluginsMacroArgs(typer: SemanticdbPlugin.Typer, expandee: tools.nsc.Global.Tree): SemanticdbPlugin.MacroArgs

    Permalink
    Definition Classes
    AnalyzerPlugins
  154. def pluginsMacroExpand(typer: SemanticdbPlugin.Typer, expandee: tools.nsc.Global.Tree, mode: Mode, pt: tools.nsc.Global.Type): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    AnalyzerPlugins
  155. def pluginsMacroRuntime(expandee: tools.nsc.Global.Tree): SemanticdbPlugin.MacroRuntime

    Permalink
    Definition Classes
    AnalyzerPlugins
  156. def pluginsPt(pt: tools.nsc.Global.Type, typer: SemanticdbPlugin.Typer, tree: tools.nsc.Global.Tree, mode: Mode): tools.nsc.Global.Type

    Permalink
    Definition Classes
    AnalyzerPlugins
  157. def pluginsTypeSig(tpe: tools.nsc.Global.Type, typer: SemanticdbPlugin.Typer, defTree: tools.nsc.Global.Tree, pt: tools.nsc.Global.Type): tools.nsc.Global.Type

    Permalink
    Definition Classes
    AnalyzerPlugins
  158. def pluginsTypeSigAccessor(tpe: tools.nsc.Global.Type, typer: SemanticdbPlugin.Typer, tree: tools.nsc.Global.ValDef, sym: tools.nsc.Global.Symbol): tools.nsc.Global.Type

    Permalink
    Definition Classes
    AnalyzerPlugins
  159. def pluginsTyped(tpe: tools.nsc.Global.Type, typer: SemanticdbPlugin.Typer, tree: tools.nsc.Global.Tree, mode: Mode, pt: tools.nsc.Global.Type): tools.nsc.Global.Type

    Permalink
    Definition Classes
    AnalyzerPlugins
  160. def pluginsTypedMacroBody(typer: SemanticdbPlugin.Typer, ddef: tools.nsc.Global.DefDef): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    AnalyzerPlugins
  161. def pluginsTypedReturn(tpe: tools.nsc.Global.Type, typer: SemanticdbPlugin.Typer, tree: tools.nsc.Global.Return, pt: tools.nsc.Global.Type): tools.nsc.Global.Type

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

    Permalink
    Definition Classes
    Macros
  163. def posPrecedes(p1: tools.nsc.Global.Position, p2: tools.nsc.Global.Position): Boolean

    Permalink
    Definition Classes
    TypeDiagnostics
  164. def printingOk(t: tools.nsc.Global.Tree): Boolean

    Permalink
    Definition Classes
    TypersTracking
  165. def propagateKnownTypes(from: tools.nsc.Global.Type, to: tools.nsc.Global.Symbol): tools.nsc.Global.Type

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

    Permalink
    Definition Classes
    Macros
  167. def removeNames(typer: SemanticdbPlugin.Typer)(args: List[tools.nsc.Global.Tree], params: List[tools.nsc.Global.Symbol]): (List[tools.nsc.Global.Tree], Array[Int])

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

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

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

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

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

    Permalink
    Definition Classes
    Typers
  173. def restrictionError(pos: tools.nsc.Global.Position, unit: tools.nsc.Global.CompilationUnit, msg: String): Unit

    Permalink
    Definition Classes
    TypeDiagnostics
  174. def restrictionWarning(pos: tools.nsc.Global.Position, unit: tools.nsc.Global.CompilationUnit, msg: String): Unit

    Permalink
    Definition Classes
    TypeDiagnostics
  175. def rootContext(unit: tools.nsc.Global.CompilationUnit, tree: tools.nsc.Global.Tree, throwing: Boolean, checking: Boolean): SemanticdbPlugin.Context

    Permalink
    Definition Classes
    Contexts
  176. def rootContextPostTyper(unit: tools.nsc.Global.CompilationUnit, tree: tools.nsc.Global.Tree): SemanticdbPlugin.Context

    Permalink
    Definition Classes
    Contexts
  177. def rootImports(unit: tools.nsc.Global.CompilationUnit): List[tools.nsc.Global.Symbol]

    Permalink
    Attributes
    protected
    Definition Classes
    Contexts
  178. def setAddendum(pos: tools.nsc.Global.Position, msg: () ⇒ String): Unit

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

    Permalink
    Definition Classes
    Typers
  180. def show[Style[X] <: Show[X]](implicit style: Style[HijackAnalyzer]): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from HijackAnalyzer to meta.XtensionShow[HijackAnalyzer] performed by method XtensionShow in scala.meta.prettyprinters.Api.
    Definition Classes
    XtensionShow
  181. def skipImplicit(tp: tools.nsc.Global.Type): tools.nsc.Global.Type

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

    Permalink
    Definition Classes
    Infer
  183. def standardIsBlackbox(macroDef: tools.nsc.Global.Symbol): Boolean

    Permalink
    Definition Classes
    Macros
  184. def standardMacroArgs(typer: SemanticdbPlugin.Typer, expandee: tools.nsc.Global.Tree): SemanticdbPlugin.MacroArgs

    Permalink
    Definition Classes
    Macros
  185. def standardMacroExpand(typer: SemanticdbPlugin.Typer, expandee: tools.nsc.Global.Tree, mode: Mode, pt: tools.nsc.Global.Type): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    Macros
  186. def standardMacroRuntime(expandee: tools.nsc.Global.Tree): SemanticdbPlugin.MacroRuntime

    Permalink
    Definition Classes
    MacroRuntimes
  187. def standardTypedMacroBody(typer: SemanticdbPlugin.Typer, macroDdef: tools.nsc.Global.DefDef): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    Macros
  188. def superArgs(tree: tools.nsc.Global.Tree): Option[List[List[tools.nsc.Global.Tree]]]

    Permalink
    Definition Classes
    StdAttachments
  189. def suppressMacroExpansion(tree: tools.nsc.Global.Tree): tools.nsc.Global.Tree

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  192. def tokenize(implicit convert: Convert[HijackAnalyzer, inputs.Input], tokenize: Tokenize, dialect: Dialect): tokenizers.Tokenized

    Permalink
    Implicit information
    This member is added by an implicit conversion from HijackAnalyzer to meta.XtensionTokenizeInputLike[HijackAnalyzer] performed by method XtensionTokenizeInputLike in scala.meta.tokenizers.Api.
    Definition Classes
    XtensionTokenizeInputLike
  193. def tpe_s(tp: tools.nsc.Global.Type, colorize: (String) ⇒ String): String

    Permalink
    Definition Classes
    TypersTracking
  194. def transformNamedApplication(typer: SemanticdbPlugin.Typer, mode: Mode, pt: tools.nsc.Global.Type)(tree: tools.nsc.Global.Tree, argPos: (Int) ⇒ Int): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    NamesDefaults
  195. def transformTypeTagEvidenceParams(macroImplRef: tools.nsc.Global.Tree, transform: (tools.nsc.Global.Symbol, tools.nsc.Global.Symbol) ⇒ tools.nsc.Global.Symbol): List[List[tools.nsc.Global.Symbol]]

    Permalink
    Definition Classes
    Helpers
  196. val transformed: AnyRefMap[tools.nsc.Global.Tree, tools.nsc.Global.Tree]

    Permalink
    Definition Classes
    Typers
  197. def treeSymTypeMsg(tree: tools.nsc.Global.Tree): String

    Permalink
    Definition Classes
    TypeDiagnostics
  198. def typePatternAdvice(sym: tools.nsc.Global.Symbol, ptSym: tools.nsc.Global.Symbol): String

    Permalink
    Definition Classes
    TypeDiagnostics
  199. def typedMacroBody(typer: SemanticdbPlugin.Typer, macroDdef: tools.nsc.Global.DefDef): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    Macros
  200. object typerFactory extends SubComponent

    Permalink
    Definition Classes
    Analyzer
  201. def typingInPattern[T](body: ⇒ T): T

    Permalink
    Definition Classes
    TypeDiagnostics
  202. object typingStack

    Permalink
    Definition Classes
    TypersTracking
  203. def unapplyMember(tp: tools.nsc.Global.Type): tools.nsc.Global.Symbol

    Permalink
    Definition Classes
    Unapplies
  204. def underlyingSymbol(member: tools.nsc.Global.Symbol): tools.nsc.Global.Symbol

    Permalink
    Definition Classes
    TypeDiagnostics
  205. def unmarkDynamicRewrite(tree: tools.nsc.Global.Tree): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    StdAttachments
  206. def unmarkMacroImplRef(tree: tools.nsc.Global.Tree): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    StdAttachments
  207. def unsuppressMacroExpansion(tree: tools.nsc.Global.Tree): tools.nsc.Global.Tree

    Permalink
    Definition Classes
    StdAttachments
  208. def untypeMetalevel(tp: tools.nsc.Global.Type): tools.nsc.Global.Type

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  212. def warnUnusedImports(unit: tools.nsc.Global.CompilationUnit): Unit

    Permalink
    Definition Classes
    Contexts
  213. def withAddendum(pos: tools.nsc.Global.Position): (String) ⇒ String

    Permalink
    Definition Classes
    TypeDiagnostics
  214. def withDisambiguation[T](locals: List[tools.nsc.Global.Symbol], types: tools.nsc.Global.Type*)(op: ⇒ T): T

    Permalink
    Definition Classes
    TypeDiagnostics
  215. def [B](y: B): (HijackAnalyzer, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from HijackAnalyzer to ArrowAssoc[HijackAnalyzer] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from SemanticdbAnalyzer

Inherited from ReflectionToolkit

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 Contexts

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionTokenizeInputLike from HijackAnalyzer to meta.XtensionTokenizeInputLike[HijackAnalyzer]

Inherited by implicit conversion XtensionShow from HijackAnalyzer to meta.XtensionShow[HijackAnalyzer]

Inherited by implicit conversion XtensionParseInputLike from HijackAnalyzer to meta.XtensionParseInputLike[HijackAnalyzer]

Inherited by implicit conversion any2stringadd from HijackAnalyzer to any2stringadd[HijackAnalyzer]

Inherited by implicit conversion StringFormat from HijackAnalyzer to StringFormat[HijackAnalyzer]

Inherited by implicit conversion Ensuring from HijackAnalyzer to Ensuring[HijackAnalyzer]

Inherited by implicit conversion ArrowAssoc from HijackAnalyzer to ArrowAssoc[HijackAnalyzer]

Ungrouped