miniboxing.plugin

TweakedDuplicator

Related Doc: package plugin

trait TweakedDuplicator 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
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TweakedDuplicator
  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

Type Members

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

    Definition Classes
    ContextErrors
  2. sealed abstract class AbsTypeError extends Throwable

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

    Definition Classes
    ContextErrors
  4. trait Adaptation extends AnyRef

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

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

    Definition Classes
    ContextErrors
  7. trait AnalyzerPlugin extends AnyRef

    Definition Classes
    AnalyzerPlugins
  8. class ClassForCaseCompanionAttachment extends AnyRef

    Definition Classes
    Unapplies
  9. class ClassMethodSynthesis extends AnyRef

    Definition Classes
    MethodSynthesis
  10. class ConstructorDefaultsAttachment extends AnyRef

    Definition Classes
    NamesDefaults
  11. class Context extends AnyRef

    Definition Classes
    Contexts
  12. abstract class ContextReporter extends Reporter

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

    Definition Classes
    Macros
  14. class DefaultsOfLocalMethodAttachment extends AnyRef

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

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

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

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

    Definition Classes
    Macros
  19. class ImplicitInfo extends AnyRef

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

    Definition Classes
    Implicits
  21. trait ImplicitsContextErrors extends AnyRef

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

    Definition Classes
    Contexts
  23. class ImportInfo extends AnyRef

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

    Definition Classes
    Contexts
  25. trait InferCheckable extends AnyRef

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

    Definition Classes
    Infer
  27. trait InferencerContextErrors extends AnyRef

    Definition Classes
    ContextErrors
  28. trait JavaReflectionResolvers extends AnyRef

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

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

    Definition Classes
    Macros
  31. type MacroContext = UnaffiliatedMacroContext { val universe: TweakedDuplicator.this.global.type }

    Definition Classes
    StdAttachments
  32. abstract class MacroExpander extends AnyRef

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

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

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

    Definition Classes
    Macros
  36. trait MacroPlugin extends AnyRef

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

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

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

    Definition Classes
    MacroRuntimes
  40. sealed abstract class MacroStatus extends AnyRef

    Definition Classes
    Macros
  41. trait MethodSynth extends AnyRef

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

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

    Definition Classes
    Namers
  44. trait NamerContextErrors extends AnyRef

    Definition Classes
    ContextErrors
  45. class NoInstance extends Throwable with ControlThrowable

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

    Definition Classes
    ContextErrors
  47. class NormalTypeErrorFromCyclicReference extends scala.tools.nsc.typechecker.Analyzer.NormalTypeError

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

    Definition Classes
    Implicits
  49. trait PatternTyper extends AnyRef

    Definition Classes
    PatternTypers
  50. 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
  51. case class PosAndMsgTypeError extends scala.tools.nsc.typechecker.Analyzer.AbsTypeError with Product with Serializable

    Definition Classes
    ContextErrors
  52. class SearchResult extends AnyRef

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

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

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

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

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

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

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

    Definition Classes
    ContextErrors
  60. trait Tag extends AnyRef

    Definition Classes
    Tags
  61. sealed abstract class TreeTypeError extends scala.tools.nsc.typechecker.Analyzer.AbsTypeError

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

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

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

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

    Definition Classes
    ContextErrors
  66. 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
  67. trait TyperContextErrors extends AnyRef

    Definition Classes
    ContextErrors
  68. trait TyperDiagnostics extends AnyRef

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

    Definition Classes
    StdAttachments

Abstract Value Members

  1. abstract val global: Global

    Definition Classes
    Analyzer → TreeDSL
  2. abstract def tweakedEnsureCompanionObject(namer: Namer, cdef: scala.tools.nsc.Global.ClassDef, creator: (scala.tools.nsc.Global.ClassDef) ⇒ scala.tools.nsc.Global.Tree): Option[scala.tools.nsc.Global.Symbol]

Concrete 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. def MacroCantExpand210xMacrosError(internalMessage: String): Nothing

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

    Definition Classes
    ContextErrors
  10. def NoImplicitFoundError(tree: scala.tools.nsc.Global.Tree, param: scala.tools.nsc.Global.Symbol)(implicit context: Context): Unit

    Definition Classes
    ContextErrors
  11. val NoImplicitInfo: ImplicitInfo

    Definition Classes
    Implicits
  12. lazy val SearchFailure: SearchResult

    Definition Classes
    Implicits
  13. object SilentTypeError

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

    Definition Classes
    Macros
  15. var _lockedCount: Int

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

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

    Definition Classes
    TypeDiagnostics
  18. 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
  19. def addAnalyzerPlugin(plugin: AnalyzerPlugin): Unit

    Definition Classes
    AnalyzerPlugins
  20. 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
  21. def addMacroPlugin(plugin: MacroPlugin): Unit

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

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

    Definition Classes
    NamesDefaults
  24. 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
  25. def alternatives(tree: scala.tools.nsc.Global.Tree): List[scala.tools.nsc.Global.Type]

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    SyntheticMethods
  38. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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
  40. def companionSymbolOf(original: scala.tools.nsc.Global.Symbol, ctx: Context): scala.tools.nsc.Global.Symbol

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

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

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

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

    Definition Classes
    NamesDefaults
  45. lazy val defaultMacroClassloader: ClassLoader

    Definition Classes
    MacroRuntimes
  46. 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
  47. def directUnapplyMember(tp: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Symbol

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

    Definition Classes
    TypeDiagnostics
  49. def enclosingMacroPosition: Position

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

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

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

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

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

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

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

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

    Definition Classes
    TypeDiagnostics
  58. 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
  59. final def falseIfNoInstance(body: ⇒ Boolean): Boolean

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

    Definition Classes
    Macros
  61. def finalize(): Unit

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  69. def globalSettings: Settings

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

    Definition Classes
    StdAttachments
  71. var hasPendingMacroExpansions: Boolean

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

    Definition Classes
    StdAttachments
  73. def hashCode(): Int

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

    Definition Classes
    Helpers
  75. 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
  76. 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
  77. 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
  78. def inferImplicit(tree: scala.tools.nsc.Global.Tree, pt: scala.tools.nsc.Global.Type, reportAmbiguous: Boolean, isView: Boolean, context: Context): SearchResult

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

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

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

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

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

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

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

    Definition Classes
    NamesDefaults
  86. var lastAccessCheckDetails: String

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

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

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

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

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

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

    Definition Classes
    Macros
  93. def lockedCount: Int

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

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

    Definition Classes
    Macros
  96. val macroDebugLite: Boolean

    Definition Classes
    Traces
  97. val macroDebugVerbose: Boolean

    Definition Classes
    Traces
  98. def macroEngine: String

    Definition Classes
    Macros
  99. 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
  100. def macroExpandAll(typer: Typer, expandee: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Implicits
  112. 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
  113. 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
  114. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnalyzerPlugins
  130. def pluginsIsBlackbox(macroDef: scala.tools.nsc.Global.Symbol): Boolean

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

    Definition Classes
    AnalyzerPlugins
  132. 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
  133. def pluginsMacroRuntime(expandee: scala.tools.nsc.Global.Tree): MacroRuntime

    Definition Classes
    AnalyzerPlugins
  134. 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
  135. 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
  136. 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
  137. 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
  138. def pluginsTypedMacroBody(typer: Typer, ddef: scala.tools.nsc.Global.DefDef): scala.tools.nsc.Global.Tree

    Definition Classes
    AnalyzerPlugins
  139. 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
  140. def popMacroContext(): Unit

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

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

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

    Definition Classes
    Macros
  144. 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
  145. def reorderArgs[T](args: List[T], pos: (Int) ⇒ Int)(implicit arg0: ClassTag[T]): List[T]

    Definition Classes
    NamesDefaults
  146. def resetContexts(): Unit

    Definition Classes
    Contexts
  147. def resetDocComments(): Unit

    Definition Classes
    Typers
  148. def resetImplicits(): Unit

    Definition Classes
    Implicits
  149. def resetTyper(): Unit

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

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

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

    Definition Classes
    Contexts
  153. def rootContextPostTyper(unit: scala.tools.nsc.Global.CompilationUnit, tree: scala.tools.nsc.Global.Tree): Context

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

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

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

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

    Definition Classes
    Infer
  158. 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
  159. def standardIsBlackbox(macroDef: scala.tools.nsc.Global.Symbol): Boolean

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

    Definition Classes
    Macros
  161. 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
  162. def standardMacroRuntime(expandee: scala.tools.nsc.Global.Tree): MacroRuntime

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

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

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

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

    Definition Classes
    AnyRef
  167. def toString(): String

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

    Definition Classes
    TypersTracking
  169. 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
  170. 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
  171. val transformed: AnyRefMap[scala.tools.nsc.Global.Tree, scala.tools.nsc.Global.Tree]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TypeDiagnostics
  187. 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