miniboxing.plugin.transform.commit.PrepareTreeTransformer

PrepareAdapter

class PrepareAdapter extends Analyzer

Linear Supertypes
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
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrepareAdapter
  2. Analyzer
  3. AnalyzerPlugins
  4. StdAttachments
  5. ContextErrors
  6. TypeDiagnostics
  7. NamesDefaults
  8. Macros
  9. Helpers
  10. Traces
  11. MacroRuntimes
  12. JavaReflectionRuntimes
  13. Unapplies
  14. SyntheticMethods
  15. TreeDSL
  16. EtaExpansion
  17. Implicits
  18. Infer
  19. Checkable
  20. Typers
  21. PatternTypers
  22. TypersTracking
  23. Tags
  24. Adaptations
  25. Namers
  26. MethodSynthesis
  27. Contexts
  28. AnyRef
  29. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrepareAdapter()

Type Members

  1. sealed abstract class AbsTypeError extends Throwable

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

    Definition Classes
    ContextErrors
  3. trait Adaptation extends AnyRef

    Definition Classes
    Adaptations
  4. case class AmbiguousImplicitTypeError extends scala.tools.nsc.typechecker.Analyzer.TreeTypeError with Product with Serializable

    Definition Classes
    ContextErrors
  5. case class AmbiguousTypeError extends scala.tools.nsc.typechecker.Analyzer.AbsTypeError with Product with Serializable

    Definition Classes
    ContextErrors
  6. trait AnalyzerPlugin extends AnyRef

    Definition Classes
    AnalyzerPlugins
  7. class ClassForCaseCompanionAttachment extends AnyRef

    Definition Classes
    Unapplies
  8. class ClassMethodSynthesis extends AnyRef

    Definition Classes
    MethodSynthesis
  9. class ConstructorDefaultsAttachment extends AnyRef

    Definition Classes
    NamesDefaults
  10. class Context extends AnyRef

    Definition Classes
    Contexts
  11. class DefMacroExpander extends scala.tools.nsc.typechecker.Analyzer.MacroExpander

    Definition Classes
    Macros
  12. class DefaultsOfLocalMethodAttachment extends AnyRef

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

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

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

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

    Definition Classes
    Macros
  17. class ImplicitInfo extends AnyRef

    Definition Classes
    Implicits
  18. class ImplicitSearch extends scala.tools.nsc.typechecker.Analyzer.Typer with scala.tools.nsc.typechecker.Analyzer.ImplicitsContextErrors

    Definition Classes
    Implicits
  19. trait ImplicitsContextErrors extends AnyRef

    Definition Classes
    ContextErrors
  20. trait ImportContext extends scala.tools.nsc.typechecker.Analyzer.Context

    Definition Classes
    Contexts
  21. class ImportInfo extends AnyRef

    Definition Classes
    Contexts
  22. type ImportType = scala.tools.nsc.Global.ImportType

    Definition Classes
    Contexts
  23. trait InferCheckable extends AnyRef

    Definition Classes
    Checkable
  24. abstract class Inferencer extends scala.tools.nsc.typechecker.Analyzer.InferencerContextErrors with scala.tools.nsc.typechecker.Analyzer.InferCheckable

    Definition Classes
    Infer
  25. trait InferencerContextErrors extends AnyRef

    Definition Classes
    ContextErrors
  26. trait JavaReflectionResolvers extends AnyRef

    Definition Classes
    JavaReflectionRuntimes
  27. trait LockingTypeCompleter extends scala.tools.nsc.typechecker.Analyzer.TypeCompleter

    Definition Classes
    Namers
  28. case class MacroArgs extends Product with Serializable

    Definition Classes
    Macros
  29. type MacroContext = UnaffiliatedMacroContext { val universe: PrepareAdapter.this.global.type }

    Definition Classes
    StdAttachments
  30. abstract class MacroExpander extends AnyRef

    Definition Classes
    Macros
  31. case class MacroExpanderAttachment extends Product with Serializable

    Definition Classes
    StdAttachments
  32. case class MacroExpansionAttachment extends Product with Serializable

    Definition Classes
    StdAttachments
  33. case class MacroImplBinding extends Product with Serializable

    Definition Classes
    Macros
  34. trait MacroPlugin extends AnyRef

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

    Definition Classes
    MacroRuntimes
  36. case class MacroRuntimeAttachment extends Product with Serializable

    Definition Classes
    StdAttachments
  37. class MacroRuntimeResolver extends scala.tools.nsc.typechecker.Analyzer.JavaReflectionResolvers

    Definition Classes
    MacroRuntimes
  38. sealed abstract class MacroStatus extends AnyRef

    Definition Classes
    Macros
  39. trait MethodSynth extends AnyRef

    Definition Classes
    MethodSynthesis
  40. case class NamedApplyInfo extends Product with Serializable

    Definition Classes
    NamesDefaults
  41. abstract class Namer extends scala.tools.nsc.typechecker.Analyzer.MethodSynth with scala.tools.nsc.typechecker.Analyzer.NamerContextErrors

    Definition Classes
    Namers
  42. trait NamerContextErrors extends AnyRef

    Definition Classes
    ContextErrors
  43. class NoInstance extends Throwable with ControlThrowable

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

    Definition Classes
    ContextErrors
  45. case class OpenImplicit extends Product with Serializable

    Definition Classes
    Implicits
  46. trait PatternTyper extends AnyRef

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

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

    Definition Classes
    ContextErrors
  49. final class ReportBuffer extends AnyRef

    Definition Classes
    Contexts
  50. class SearchResult extends AnyRef

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

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

    Definition Classes
    Typers
  53. class SilentTypeError extends scala.tools.nsc.typechecker.Analyzer.SilentResult[Nothing]

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

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

    Definition Classes
    Macros
  56. case class SuperArgsAttachment extends Product with Serializable

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

    Definition Classes
    ContextErrors
  58. trait Tag extends AnyRef

    Definition Classes
    Tags
  59. class TreeAdapter extends Typer

  60. sealed abstract class TreeTypeError extends scala.tools.nsc.typechecker.Analyzer.AbsTypeError

    Definition Classes
    ContextErrors
  61. abstract class TypeCompleter extends scala.tools.nsc.Global.LazyType

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

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

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

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

    Definition Classes
    Typers
  66. trait TyperContextErrors extends AnyRef

    Definition Classes
    ContextErrors
  67. trait TyperDiagnostics extends AnyRef

    Definition Classes
    TypeDiagnostics
  68. type UnaffiliatedMacroContext = scala.reflect.macros.contexts.Context

    Definition Classes
    StdAttachments

Value Members

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

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

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

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

    Definition Classes
    Implicits
  5. def Delay(expanded: scala.tools.nsc.Global.Tree): Delayed

    Definition Classes
    Macros
  6. lazy val DivergentSearchFailure: SearchResult

    Definition Classes
    Implicits
  7. val ImportType: scala.tools.nsc.Global.ImportType.type

    Definition Classes
    Contexts
  8. val NoImplicitInfo: ImplicitInfo

    Definition Classes
    Implicits
  9. lazy val SearchFailure: SearchResult

    Definition Classes
    Implicits
  10. object SilentTypeError

    Definition Classes
    Typers
  11. def Skip(expanded: scala.tools.nsc.Global.Tree): Skipped

    Definition Classes
    Macros
  12. var _lockedCount: Int

    Definition Classes
    Namers
  13. var _openMacros: List[scala.reflect.macros.contexts.Context { val universe: PrepareAdapter.this.global.type }]

    Definition Classes
    Macros
  14. def abstractVarMessage(sym: scala.tools.nsc.Global.Symbol): String

    Definition Classes
    TypeDiagnostics
  15. def adapt(unit: scala.tools.nsc.Global.CompilationUnit): scala.tools.nsc.Global.Tree

  16. def adaptAnnotations(tree: scala.tools.nsc.Global.Tree, typer: Typer, mode: Mode, pt: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Tree

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

    Definition Classes
    AnalyzerPlugins
  18. def addDefaults(givenArgs: List[scala.tools.nsc.Global.Tree], qual: Option[scala.tools.nsc.Global.Tree], targs: List[scala.tools.nsc.Global.Tree], previousArgss: List[List[scala.tools.nsc.Global.Tree]], params: List[scala.tools.nsc.Global.Symbol], pos: Position, context: Context): (List[scala.tools.nsc.Global.Tree], List[scala.tools.nsc.Global.Symbol])

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

    Definition Classes
    AnalyzerPlugins
  20. def addSyntheticMethods(templ: scala.tools.nsc.Global.Template, clazz0: scala.tools.nsc.Global.Symbol, context: Context): scala.tools.nsc.Global.Template

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

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

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

    Definition Classes
    TypeDiagnostics
  24. def alternativesString(tree: scala.tools.nsc.Global.Tree): String

    Definition Classes
    TypeDiagnostics
  25. def ambiguousDefnAndImport(owner: scala.tools.nsc.Global.Symbol, imp: ImportInfo): scala.tools.nsc.Global.LookupAmbiguous

    Definition Classes
    Contexts
  26. def ambiguousImports(imp1: ImportInfo, imp2: ImportInfo): scala.tools.nsc.Global.LookupAmbiguous

    Definition Classes
    Contexts
  27. final def asInstanceOf[T0]: T0

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

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

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

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

    Definition Classes
    Unapplies
  32. def caseModuleApplyMeth(cdef: scala.tools.nsc.Global.ClassDef): scala.tools.nsc.Global.DefDef

    Definition Classes
    Unapplies
  33. def caseModuleDef(cdef: scala.tools.nsc.Global.ClassDef): scala.tools.nsc.Global.ModuleDef

    Definition Classes
    Unapplies
  34. def caseModuleUnapplyMeth(cdef: scala.tools.nsc.Global.ClassDef): scala.tools.nsc.Global.DefDef

    Definition Classes
    Unapplies
  35. def clone(): AnyRef

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

    Definition Classes
    Unapplies
  37. def companionSymbolOf(original: scala.tools.nsc.Global.Symbol, ctx: Context): scala.tools.nsc.Global.Symbol

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

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

    Definition Classes
    TypeDiagnostics
  40. def decreaseMetalevel(tp: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Definition Classes
    Helpers
  41. def defaultGetter(param: scala.tools.nsc.Global.Symbol, context: Context): scala.tools.nsc.Global.Symbol

    Definition Classes
    NamesDefaults
  42. lazy val defaultMacroClassloader: ClassLoader

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

    Definition Classes
    MethodSynthesis
  44. def directUnapplyMember(tp: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Symbol

    Definition Classes
    Unapplies
  45. def disambiguate(ss: List[String]): List[String]

    Definition Classes
    TypeDiagnostics
  46. def enclosingMacroPosition: Position

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

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

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

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

    Definition Classes
    TypeDiagnostics
  51. def existentialContext(tp: scala.tools.nsc.Global.Type): String

    Definition Classes
    TypeDiagnostics
  52. def explainAlias(tp: scala.tools.nsc.Global.Type): String

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

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

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

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

    Definition Classes
    Infer
    Annotations
    @inline()
  57. lazy val fastTrack: FastTrack[PrepareAdapter.this.type]

    Definition Classes
    Macros
  58. def finalize(): Unit

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

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

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

    Definition Classes
    Infer
  62. def foundReqMsg(found: scala.tools.nsc.Global.Type, req: scala.tools.nsc.Global.Type): String

    Definition Classes
    TypeDiagnostics
  63. def freshVar(tparam: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.TypeVar

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

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

    Definition Classes
    AnyRef → Any
  66. lazy val global: PrepareComponent.global.type

    Definition Classes
    PrepareAdapter → Analyzer → TreeDSL
  67. def globalSettings: Settings

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

    Definition Classes
    StdAttachments
  69. var hasPendingMacroExpansions: Boolean

    Definition Classes
    Macros
  70. def hasSuperArgs(tree: scala.tools.nsc.Global.Tree): Boolean

    Definition Classes
    StdAttachments
  71. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  72. def increaseMetalevel(pre: scala.tools.nsc.Global.Type, tp: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Definition Classes
    Helpers
  73. var indent: Int

  74. def inferImplicit(tree: scala.tools.nsc.Global.Tree, pt: scala.tools.nsc.Global.Type, isView: Boolean, context: Context, silent: Boolean, withMacrosDisabled: Boolean, pos: scala.tools.nsc.Global.Position, onError: (scala.tools.nsc.Global.Position, String) ⇒ Unit): scala.tools.nsc.Global.Tree

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

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

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

    Definition Classes
    Implicits
  78. def isBlackbox(macroDef: scala.tools.nsc.Global.Symbol): Boolean

    Definition Classes
    Macros
  79. def isBlackbox(expandee: scala.tools.nsc.Global.Tree): Boolean

    Definition Classes
    Macros
  80. def isDynamicRewrite(tree: scala.tools.nsc.Global.Tree): Boolean

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

    Definition Classes
    Any
  82. def isMacroExpansionSuppressed(tree: scala.tools.nsc.Global.Tree): Boolean

    Definition Classes
    StdAttachments
  83. def isMacroImplRef(tree: scala.tools.nsc.Global.Tree): Boolean

    Definition Classes
    StdAttachments
  84. def isNamedArg(arg: scala.tools.nsc.Global.Tree): Boolean

    Definition Classes
    NamesDefaults
  85. var lastAccessCheckDetails: String

    Definition Classes
    Contexts
  86. var lastTreeToTyper: scala.tools.nsc.Global.Tree

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

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

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

    Definition Classes
    StdAttachments
  90. final def linkedClassOfClassOf(original: scala.tools.nsc.Global.Symbol, ctx: Context): scala.tools.nsc.Global.Symbol

    Definition Classes
    Namers
  91. def loadMacroImplBinding(macroDef: scala.tools.nsc.Global.Symbol): Option[MacroImplBinding]

    Definition Classes
    Macros
  92. def lockedCount: Int

    Definition Classes
    Namers
  93. def macroArgs(typer: Typer, expandee: scala.tools.nsc.Global.Tree): MacroArgs

    Definition Classes
    Macros
  94. def macroContext(typer: Typer, prefixTree: scala.tools.nsc.Global.Tree, expandeeTree: scala.tools.nsc.Global.Tree): MacroContext

    Definition Classes
    Macros
  95. val macroDebugLite: Boolean

    Definition Classes
    Traces
  96. val macroDebugVerbose: Boolean

    Definition Classes
    Traces
  97. def macroEngine: String

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

    Definition Classes
    Macros
  99. def macroExpandAll(typer: Typer, expandee: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

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

    Definition Classes
    Macros
  101. def macroExpandWithoutRuntime(typer: Typer, expandee: scala.tools.nsc.Global.Tree): MacroStatus

    Definition Classes
    Macros
  102. def macroExpandee(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

    Definition Classes
    StdAttachments
  103. def macroExpanderAttachment(tree: scala.tools.nsc.Global.Tree): MacroExpanderAttachment

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

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

    Definition Classes
    Traces
    Annotations
    @inline()
  106. def macroRuntime(expandee: scala.tools.nsc.Global.Tree): MacroRuntime

    Definition Classes
    MacroRuntimes
  107. def makeNamedTypes(syms: List[scala.tools.nsc.Global.Symbol]): List[scala.tools.nsc.Global.NamedType]

    Definition Classes
    NamesDefaults
  108. def markDynamicRewrite(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

    Definition Classes
    StdAttachments
  109. def markMacroImplRef(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

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

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

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

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

    Definition Classes
    AnyRef
  114. def newNamer(context: Context): Namer

    Definition Classes
    Namers
  115. def newTyper(context: Context): Typer

    Definition Classes
    PrepareAdapter → Typers
  116. def noPrintAdapt(tree1: scala.tools.nsc.Global.Tree, tree2: scala.tools.nsc.Global.Tree): Boolean

    Definition Classes
    TypersTracking
  117. def noPrintTyping(t: scala.tools.nsc.Global.Tree): Boolean

    Definition Classes
    TypersTracking
  118. def normalize(tp: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Definition Classes
    Infer
  119. def notAnyRefMessage(found: scala.tools.nsc.Global.Type): String

    Definition Classes
    ContextErrors
  120. final def notify(): Unit

    Definition Classes
    AnyRef
  121. final def notifyAll(): Unit

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

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

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

    Attributes
    protected
    Definition Classes
    Contexts
  125. def openMacros: List[scala.reflect.macros.contexts.Context { val universe: PrepareAdapter.this.global.type }]

    Definition Classes
    Macros
  126. def pluginsEnsureCompanionObject(namer: Namer, cdef: scala.tools.nsc.Global.ClassDef, creator: (scala.tools.nsc.Global.ClassDef) ⇒ scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Symbol

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

    Definition Classes
    AnalyzerPlugins
  128. def pluginsEnterSym(namer: Namer, tree: scala.tools.nsc.Global.Tree): Context

    Definition Classes
    AnalyzerPlugins
  129. def pluginsMacroArgs(typer: Typer, expandee: scala.tools.nsc.Global.Tree): MacroArgs

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

    Definition Classes
    AnalyzerPlugins
  131. def pluginsMacroRuntime(expandee: scala.tools.nsc.Global.Tree): MacroRuntime

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

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

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

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

    Definition Classes
    AnalyzerPlugins
  136. def pluginsTypedMacroBody(typer: Typer, ddef: scala.tools.nsc.Global.DefDef): scala.tools.nsc.Global.Tree

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

    Definition Classes
    AnalyzerPlugins
  138. def popMacroContext(): Unit

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

    Definition Classes
    TypeDiagnostics
  140. def propagateKnownTypes(from: scala.tools.nsc.Global.Type, to: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Type

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

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

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

    Definition Classes
    NamesDefaults
  144. def resetContexts(): Unit

    Definition Classes
    Contexts
  145. def resetDocComments(): Unit

    Definition Classes
    Typers
  146. def resetImplicits(): Unit

    Definition Classes
    Implicits
  147. def resetTyper(): Unit

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

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

    Definition Classes
    TypeDiagnostics
  150. def rootContext(unit: scala.tools.nsc.Global.CompilationUnit, tree: scala.tools.nsc.Global.Tree, erasedTypes: Boolean): Context

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

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

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

    Definition Classes
    Typers
  154. def skipImplicit(tp: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

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

    Definition Classes
    Infer
  156. def standardMacroArgs(typer: Typer, expandee: scala.tools.nsc.Global.Tree): MacroArgs

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

    Definition Classes
    Macros
  158. def standardMacroRuntime(expandee: scala.tools.nsc.Global.Tree): MacroRuntime

    Definition Classes
    MacroRuntimes
  159. def standardTypedMacroBody(typer: Typer, macroDdef: scala.tools.nsc.Global.DefDef): scala.tools.nsc.Global.Tree

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

    Definition Classes
    StdAttachments
  161. def suppressMacroExpansion(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

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

    Definition Classes
    AnyRef
  163. def toString(): String

    Definition Classes
    AnyRef → Any
  164. def tpe_s(tp: scala.tools.nsc.Global.Type, colorize: (String) ⇒ String): String

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

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

    Definition Classes
    Helpers
  167. val transformed: AnyRefMap[scala.tools.nsc.Global.Tree, scala.tools.nsc.Global.Tree]

    Definition Classes
    Typers
  168. def treeSymTypeMsg(tree: scala.tools.nsc.Global.Tree): String

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

    Definition Classes
    TypeDiagnostics
  170. def typedMacroBody(typer: Typer, macroDdef: scala.tools.nsc.Global.DefDef): scala.tools.nsc.Global.Tree

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

    Definition Classes
    TypeDiagnostics
  172. def unapplyMember(tp: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Symbol

    Definition Classes
    Unapplies
  173. def underlyingSymbol(member: scala.tools.nsc.Global.Symbol): scala.tools.nsc.Global.Symbol

    Definition Classes
    TypeDiagnostics
  174. def unmarkDynamicRewrite(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

    Definition Classes
    StdAttachments
  175. def unmarkMacroImplRef(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

    Definition Classes
    StdAttachments
  176. def unsuppressMacroExpansion(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

    Definition Classes
    StdAttachments
  177. def untypeMetalevel(tp: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Definition Classes
    Helpers
  178. final def wait(): Unit

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

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

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

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

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

    Definition Classes
    TypeDiagnostics

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

Ungrouped