scala.tools.nsc.doc

ScaladocAnalyzer

trait ScaladocAnalyzer extends Analyzer

Source
ScaladocGlobal.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScaladocAnalyzer
  2. Analyzer
  3. AnalyzerPlugins
  4. StdAttachments
  5. ContextErrors
  6. TypeDiagnostics
  7. NamesDefaults
  8. Macros
  9. Helpers
  10. Traces
  11. MacroRuntimes
  12. JitRuntimes
  13. ScalaReflectionRuntimes
  14. JavaReflectionRuntimes
  15. FastTrack
  16. Unapplies
  17. SyntheticMethods
  18. TreeDSL
  19. EtaExpansion
  20. Implicits
  21. Infer
  22. Checkable
  23. Typers
  24. Tags
  25. Adaptations
  26. Namers
  27. MethodSynthesis
  28. Contexts
  29. AnyRef
  30. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AbsTypeError extends Throwable

    Definition Classes
    ContextErrors
  2. trait Adaptation extends AnyRef

    Definition Classes
    Adaptations
  3. case class AmbiguousTypeError(underlyingTree: Global.Tree, errPos: Global.Position, errMsg: String, kind: ErrorKind = ...) extends Throwable with Analyzer.AbsTypeError with Product with Serializable

    Definition Classes
    ContextErrors
  4. trait AnalyzerPlugin extends AnyRef

    Definition Classes
    AnalyzerPlugins
  5. class ClassForCaseCompanionAttachment extends AnyRef

    Definition Classes
    Unapplies
  6. class ClassMethodSynthesis extends AnyRef

    Definition Classes
    MethodSynthesis
  7. class ConstructorDefaultsAttachment extends AnyRef

    Definition Classes
    NamesDefaults
  8. class Context extends AnyRef

    Definition Classes
    Contexts
  9. class DefaultsOfLocalMethodAttachment extends AnyRef

    Definition Classes
    NamesDefaults
  10. final class FastTrackEntry extends ((FastTrack.this)#MacroArgs) ⇒ Any

    Definition Classes
    FastTrack
  11. class ImplicitInfo extends AnyRef

    A class that records an available implicit

  12. class ImplicitSearch extends Analyzer.Typer with Analyzer.ImplicitsContextErrors

    A class that sets up an implicit search.

  13. trait ImplicitsContextErrors extends AnyRef

    Definition Classes
    ContextErrors
  14. class ImportInfo extends AnyRef

    Definition Classes
    Contexts
  15. case class ImportType(expr: Global.Tree) extends Global.Type with Product with Serializable

    Definition Classes
    Contexts
  16. trait InferCheckable extends AnyRef

    Definition Classes
    Checkable
  17. class Inferencer extends Analyzer.InferencerContextErrors with Analyzer.InferCheckable

    The context-dependent inferencer part

  18. trait InferencerContextErrors extends AnyRef

    Definition Classes
    ContextErrors
  19. trait JavaReflectionResolvers extends AnyRef

    Definition Classes
    JavaReflectionRuntimes
  20. trait JitResolvers extends AnyRef

    Definition Classes
    JitRuntimes
  21. trait LockingTypeCompleter extends Analyzer.TypeCompleter

    Definition Classes
    Namers
  22. case class MacroArgs(c: Analyzer.MacroContext, others: List[Any]) extends Product with Serializable

    Calculate the arguments to pass to a macro implementation when expanding the provided tree.

  23. type MacroContext = UnaffiliatedMacroContext { val universe: ScaladocAnalyzer.this.global.type }

    Definition Classes
    StdAttachments
  24. case class MacroExpanderAttachment(original: Global.Tree, desugared: Global.Tree, role: Analyzer.MacroRole, enclosingTemplate: Option[Global.Template], annottee: Global.Tree, companion: Global.Tree) extends Product with Serializable

    Scratchpad for the macro expander, which is used to store all intermediate data except the details about the runtime.

  25. case class MacroExpansionAttachment(expandee: Global.Tree, expanded: Any) extends Product with Serializable

    Is added by the macro engine to originals and results of macro expansions.

  26. case class MacroImplAttachment(macroImpl: Global.Symbol) extends Product with Serializable

    Stores the macro implementation attached to the underlying macro definition symbol.

  27. case class MacroImplBinding(isBundle: Boolean, className: String, methName: String, signature: List[List[Int]], targs: List[Global.Tree]) extends Product with Serializable

    Represents all the information that a macro definition needs to know about its implementation.

  28. type MacroRole = String

    Describes the role that the macro expandee is performing.

    Describes the role that the macro expandee is performing.

    Definition Classes
    Macros
  29. type MacroRuntime = (MacroArgs) ⇒ Any

    Abstracts away resolution of macro runtimes.

    Abstracts away resolution of macro runtimes.

    Definition Classes
    MacroRuntimes
  30. case class MacroRuntimeAttachment(delayed: Boolean, typerContext: Analyzer.Context, macroContext: Option[Analyzer.MacroContext]) extends Product with Serializable

    Definition Classes
    StdAttachments
  31. type MacroRuntimeFlavor = Int

    Flavors of macro runtime, varying based on what the compiler wants from a macro.

    Flavors of macro runtime, varying based on what the compiler wants from a macro.

    Definition Classes
    MacroRuntimes
  32. class MacroRuntimeResolver extends tools.nsc.typechecker.Analyzer.JavaReflectionResolvers with tools.nsc.typechecker.Analyzer.ScalaReflectionResolvers with tools.nsc.typechecker.Analyzer.JitResolvers

    Definition Classes
    MacroRuntimes
  33. trait MethodSynth extends AnyRef

    There are two key methods in here.

  34. case class NamedApplyInfo(qual: Option[Global.Tree], targs: List[Global.Tree], vargss: List[List[Global.Tree]], blockTyper: Analyzer.Typer) extends Product with Serializable

    Definition Classes
    NamesDefaults
  35. abstract class Namer extends Analyzer.MethodSynth with Analyzer.NamerContextErrors

    Definition Classes
    Namers
  36. trait NamerContextErrors extends AnyRef

    Definition Classes
    ContextErrors
  37. class NoInstance extends Throwable with ControlThrowable

    Definition Classes
    Infer
  38. case class NormalTypeError(underlyingTree: Global.Tree, errMsg: String, kind: ErrorKind = ...) extends Throwable with Analyzer.AbsTypeError with Product with Serializable

    Definition Classes
    ContextErrors
  39. case class OpenImplicit(info: Analyzer.ImplicitInfo, pt: Global.Type, tree: Global.Tree) extends Product with Serializable

    A class which is used to track pending implicits to prevent infinite implicit searches.

  40. case class OriginalAttachment(original: Global.Tree) extends Product with Serializable

    Captures the tree which was used to produce the attachee.

  41. class PolyTypeCompleter extends Analyzer.TypeCompleter with Analyzer.LockingTypeCompleter with Global.FlagAgnosticCompleter

    A class representing a lazy type with known type parameters.

  42. case class PosAndMsgTypeError(errPos: Global.Position, errMsg: String, kind: ErrorKind = ...) extends Throwable with Analyzer.AbsTypeError with Product with Serializable

    Definition Classes
    ContextErrors
  43. trait ScalaReflectionResolvers extends AnyRef

    Definition Classes
    ScalaReflectionRuntimes
  44. class ScaladocTyper extends Typer

  45. class SearchResult extends AnyRef

    The result of an implicit search

  46. sealed abstract class SilentResult[+T] extends AnyRef

    Definition Classes
    Typers
  47. case class SilentResultValue[+T](value: T) extends Analyzer.SilentResult[T] with Product with Serializable

    Definition Classes
    Typers
  48. case class SilentTypeError(err: Analyzer.AbsTypeError) extends Analyzer.SilentResult[Nothing] with Product with Serializable

    Definition Classes
    Typers
  49. case class SuperArgsAttachment(argss: List[List[Global.Tree]]) extends Product with Serializable

    After being synthesized by the parser, primary constructors aren't fully baked yet.

  50. case class SymbolTypeError(underlyingSym: Global.Symbol, errMsg: String, kind: ErrorKind = ...) extends Throwable with Analyzer.AbsTypeError with Product with Serializable

    Definition Classes
    ContextErrors
  51. trait Tag extends AnyRef

    Definition Classes
    Tags
  52. abstract class TypeCompleter extends Global.LazyType

    Definition Classes
    Namers
  53. case class TypeDiag(tp: Global.Type, sym: Global.Symbol) extends Ordered[Analyzer.TypeDiag] with Product with Serializable

    Definition Classes
    TypeDiagnostics
  54. case class TypeErrorWithUnderlyingTree(tree: Global.Tree, ex: Global.TypeError, kind: ErrorKind = ...) extends Throwable with Analyzer.AbsTypeError with Product with Serializable

    Definition Classes
    ContextErrors
  55. case class TypeErrorWrapper(ex: Global.TypeError, kind: ErrorKind = ...) extends Throwable with Analyzer.AbsTypeError with Product with Serializable

    Definition Classes
    ContextErrors
  56. abstract class Typer extends Analyzer.TyperDiagnostics with Analyzer.Adaptation with Analyzer.Tag with Analyzer.TyperContextErrors

    Definition Classes
    Typers
  57. trait TyperContextErrors extends AnyRef

    Definition Classes
    ContextErrors
  58. trait TyperDiagnostics extends AnyRef

    Definition Classes
    TypeDiagnostics
  59. type UnaffiliatedAnnotationMacroContext = AnnotationContext

    Definition Classes
    StdAttachments
  60. type UnaffiliatedMacroContext = reflect.macros.contexts.Context

    Carries information necessary to expand the host tree.

    Carries information necessary to expand the host tree. At times we need to store this info, because macro expansion can be delayed until its targs are inferred. After a macro application has been successfully expanded, this attachment is destroyed.

    Definition Classes
    StdAttachments

Abstract Value Members

  1. abstract val global: Global

    Definition Classes
    ScaladocAnalyzerAnalyzerTreeDSL

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

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

    Definition Classes
    Any
  8. final def ANNOTATION_ROLE: MacroRole

    Definition Classes
    Macros
  9. final def APPLIED_TYPE_ROLE: MacroRole

    Definition Classes
    Macros
  10. final def APPLY_ROLE: MacroRole

    Definition Classes
    Macros
  11. lazy val AmbiguousSearchFailure: SearchResult

    Definition Classes
    Implicits
  12. object CODE

    Definition Classes
    TreeDSL
  13. object ErrorKinds extends Enumeration

    Definition Classes
    ContextErrors
  14. object ErrorUtils

    Definition Classes
    ContextErrors
  15. object ExpandedIntoTemplate

    Checks whether there is a Template resulting from a macro expansion and associated with the current tree.

  16. object ExpandedIntoTree

    Checks whether there is any tree resulting from a macro expansion and associated with the current tree.

  17. final val FLAVOR_EXPAND: MacroRuntimeFlavor

    Definition Classes
    MacroRuntimes
  18. final val FLAVOR_ONINFER: MacroRuntimeFlavor

    Definition Classes
    MacroRuntimes
  19. object Function1

    An extractor for unary function types arg => res

  20. object HasMember

    An extractor for types of the form ? { name: ? }

  21. object HasMethodMatching

    An extractor for types of the form ? { name: (? >: argtpe <: Any*)restp }

  22. final val IMPLPARAM_EXPR: Int(-2)

    Definition Classes
    Macros
  23. final val IMPLPARAM_OTHER: Int(-1)

    Definition Classes
    Macros
  24. final val IMPLPARAM_TAG: Int(0)

    Definition Classes
    Macros
  25. final val IMPLPARAM_TREE: Int(-3)

    Definition Classes
    Macros
  26. object ImplicitNotFoundMsg

    Definition Classes
    Implicits
  27. object MacroImplBinding extends Serializable

    Macro def -> macro impl bindings are serialized into a macroImpl annotation with synthetic content that carries the payload described in MacroImplBinding.

  28. object MacroImplRefAttachment extends Product with Serializable

  29. final def NEW_ROLE: MacroRole

    Definition Classes
    Macros
  30. object NamesDefaultsErrorsGen

    Definition Classes
    ContextErrors
  31. object NoContext extends Analyzer.Context

    Definition Classes
    Contexts
  32. val NoImplicitInfo: ImplicitInfo

    A sentinel indicating no implicit was found

    A sentinel indicating no implicit was found

    Definition Classes
    Implicits
  33. final def PARENT_ROLE: MacroRole

    Definition Classes
    Macros
  34. lazy val SearchFailure: SearchResult

    Definition Classes
    Implicits
  35. object SuppressMacroExpansionAttachment extends Product with Serializable

    When present, suppresses macro expansion for the host.

  36. final def TYPE_ROLE: MacroRole

    Definition Classes
    Macros
  37. object UnTyper extends Global.Traverser

    Definition Classes
    Typers
  38. def abstractVarMessage(sym: Global.Symbol): String

    An explanatory note to be added to error messages when there's a problem with abstract var defs

    An explanatory note to be added to error messages when there's a problem with abstract var defs

    Definition Classes
    TypeDiagnostics
  39. def adaptAnnotations(tree: Global.Tree, typer: Typer, mode: Mode, pt: Global.Type): Global.Tree

    Definition Classes
    AnalyzerPlugins
    See also

    AnalyzerPlugin.adaptAnnotations

  40. def addAnalyzerPlugin(plugin: AnalyzerPlugin): Unit

    Registers a new analyzer plugin

    Registers a new analyzer plugin

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

    Extend the argument list givenArgs with default arguments.

    Extend the argument list givenArgs with default arguments. Defaults are added as named arguments calling the corresponding default getter.

    Example: given def foo(x: Int = 2, y: String = "def") foo(y = "lt") the argument list (y = "lt") is transformed to (y = "lt", x = foo$default$1())

    Definition Classes
    NamesDefaults
  42. def addSyntheticMethods(templ: Global.Template, clazz0: Global.Symbol, context: Context): Global.Template

    Add the synthetic methods to case classes.

    Add the synthetic methods to case classes.

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

    returns true if every element is equal to its index

    returns true if every element is equal to its index

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

    Find all views from type tp (in which tpars are free)

    Find all views from type tp (in which tpars are free)

    Note that the trees in the search results in the returned list share the same type variables. Ignore their constr field! The list of type constraints returned along with each tree specifies the constraints that must be met by the corresponding type parameter in tpars (for the returned implicit view to be valid).

    Definition Classes
    Implicits
  45. def alternatives(tree: Global.Tree): List[Global.Type]

    Definition Classes
    TypeDiagnostics
  46. def alternativesString(tree: Global.Tree): String

    Definition Classes
    TypeDiagnostics
  47. def ambiguousDefnAndImport(owner: Global.Symbol, imp: ImportInfo): Global.LookupAmbiguous

    Definition Classes
    Contexts
  48. def ambiguousImports(imp1: ImportInfo, imp2: ImportInfo): Global.LookupAmbiguous

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

    Definition Classes
    Any
  50. def attachMacroImpl(macroDef: Global.Symbol, macroImpl: Global.Symbol): Global.Symbol

    Definition Classes
    StdAttachments
  51. def attachedMacroImpl(macroDef: Global.Symbol): Global.Symbol

    Definition Classes
    StdAttachments
  52. def bindMacroImpl(macroDef: Global.Symbol, macroImplRef: Global.Tree): Unit

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

    Definition Classes
    AnalyzerPlugins
    See also

    AnalyzerPlugin.canAdaptAnnotations

  54. final def caseAccessorName(caseclazz: Global.Symbol, paramName: Global.TermName): Global.TermName

    Does not force the info of caseclazz

    Does not force the info of caseclazz

    Definition Classes
    SyntheticMethods
  55. def caseClassCopyMeth(cdef: Global.ClassDef): Option[Global.DefDef]

    Generates copy methods for case classes.

    Generates copy methods for case classes. Copy only has defaults on the first parameter list, as of SI-5009.

    The parameter types of the copy method need to be exactly the same as the parameter types of the primary constructor. Just copying the TypeTree is not enough: a type C might refer to something else *inside* the class (i.e. as parameter type of copy) than *outside* the class (i.e. in the class parameter list).

    One such example is t0054.scala: class A { case class B(x: C) extends A { def copy(x: C = x) = ... } class C {} } (1) (2)

    The reference (1) to C is A.this.C. The reference (2) is B.this.C - not the same.

    This is fixed with a hack currently. Unapplies.caseClassCopyMeth, which creates the copy method, uses empty TypeTree() nodes for parameter types.

    In Namers.enterDefDef, the copy method gets a special type completer (enterCopyMethod). Before computing the body type of copy, the class parameter types are assigned the copy method parameters.

    This attachment class stores the copy method parameter ValDefs as an attachment in the ClassDef of the case class.

    Definition Classes
    Unapplies
  56. def caseModuleApplyMeth(cdef: Global.ClassDef): Global.DefDef

    The apply method corresponding to a case class

    The apply method corresponding to a case class

    Definition Classes
    Unapplies
  57. def caseModuleDef(cdef: Global.ClassDef): Global.ModuleDef

    The module corresponding to a case class; overrides toString to show the module's name

    The module corresponding to a case class; overrides toString to show the module's name

    Definition Classes
    Unapplies
  58. def caseModuleUnapplyMeth(cdef: Global.ClassDef): Global.DefDef

    The unapply method corresponding to a case class

    The unapply method corresponding to a case class

    Definition Classes
    Unapplies
  59. def clearUnusedImports(): Unit

    Definition Classes
    Contexts
  60. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  61. def companionModuleDef(cdef: Global.ClassDef, parents: List[Global.Tree] = Nil, body: List[Global.Tree] = Nil): Global.ModuleDef

    Definition Classes
    Unapplies
  62. def companionSymbolOf(original: Global.Symbol, ctx: Context): Global.Symbol

    The companion class or companion module of original.

    The companion class or companion module of original. Calling .companionModule does not work for classes defined inside methods.

    !!! Then why don't we fix companionModule? Does the presence of these methods imply all the places in the compiler calling sym.companionModule are bugs waiting to be reported? If not, why not? When exactly do we need to call this method?

    Definition Classes
    Namers
  63. def computeMacroDefTypeFromMacroImplRef(macroDdef: Global.DefDef, macroImplRef: Global.Tree): Global.Type

    Definition Classes
    Macros
  64. def copyUntyped[T <: Global.Tree](tree: T): T

    Definition Classes
    Unapplies
  65. def copyUntypedInvariant(td: Global.TypeDef): Global.TypeDef

    Definition Classes
    Unapplies
  66. def decodeWithKind(name: Global.Name, owner: Global.Symbol): String

    Definition Classes
    TypeDiagnostics
  67. def decreaseMetalevel(tp: Global.Type): Global.Type

    Decreases metalevel of the type, i.

    Decreases metalevel of the type, i.e. transforms: * c.Expr[T] to T * c.Tree to <untyped>

    Definition Classes
    Helpers
    See also

    Metalevels.scala for more information and examples about metalevels

  68. def defaultGetter(param: Global.Symbol, context: Context): Global.Symbol

    For a parameter with default argument, find the method symbol of the default getter.

    For a parameter with default argument, find the method symbol of the default getter.

    Definition Classes
    NamesDefaults
  69. lazy val defaultMacroClassloader: ClassLoader

    Macro classloader that is used to resolve and run macro implementations.

    Macro classloader that is used to resolve and run macro implementations. Loads classes from from -cp (aka the library classpath). Is also capable of detecting REPL and reusing its classloader.

    When -Xmacro-jit is enabled, we sometimes fallback to on-the-fly compilation of macro implementations, which compiles implementations into a virtual directory (very much like REPL does) and then conjures a classloader mapped to that virtual directory.

    Definition Classes
    MacroRuntimes
  70. def disambiguate(ss: List[String]): collection.immutable.List[String]

    Definition Classes
    TypeDiagnostics
  71. def enclosingMacroPosition: Position

    Definition Classes
    Macros
  72. def ensuring(cond: (ScaladocAnalyzer) ⇒ Boolean, msg: ⇒ Any): ScaladocAnalyzer

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  78. def etaExpand(unit: Global.CompilationUnit, tree: Global.Tree, typer: Typer): Global.Tree

    Expand partial function applications of type type.

    Expand partial function applications of type type.

     p.f(es_1)...(es_n)
        ==>  {
               private synthetic val eta$f   = p.f   // if p is not stable
               ...
               private synthetic val eta$e_i = e_i    // if e_i is not stable
               ...
               (ps_1 => ... => ps_m => eta$f([es_1])...([es_m])(ps_1)...(ps_m))
             }
    

    tree is already attributed

    Definition Classes
    EtaExpansion
  79. object etaExpansion

    Definition Classes
    EtaExpansion
  80. def existentialContext(tp: Global.Type): String

    Definition Classes
    TypeDiagnostics
  81. def explainAlias(tp: Global.Type): String

    Definition Classes
    TypeDiagnostics
  82. def explainAnyVsAnyRef(found: Global.Type, req: Global.Type): String

    Definition Classes
    TypeDiagnostics
  83. def explainVariance(found: Global.Type, req: Global.Type): String

    Look through the base types of the found type for any which might have been valid subtypes if given conformant type arguments.

    Look through the base types of the found type for any which might have been valid subtypes if given conformant type arguments. Examine those for situations where the type error would have been eliminated if the variance were different. In such cases, append an additional explanatory message.

    TODO: handle type aliases better.

    Definition Classes
    TypeDiagnostics
  84. def extractorFormalTypes(pos: Global.Position, resTp: Global.Type, nbSubPats: Int, unappSym: Global.Symbol): (List[Global.Type], List[Global.Type])

    Returns (formals, formalsExpanded) where formalsExpanded are the expected types for the nbSubPats sub-patterns of an extractor pattern, of which the corresponding unapply[Seq] call is assumed to have result type resTp.

    Returns (formals, formalsExpanded) where formalsExpanded are the expected types for the nbSubPats sub-patterns of an extractor pattern, of which the corresponding unapply[Seq] call is assumed to have result type resTp.

    formals are the formal types before expanding a potential repeated parameter (must come last in formals, if at all)

    Definition Classes
    Infer
    Exceptions thrown
    TypeError

    when the unapply[Seq] definition is ill-typed

  85. def factoryMeth(mods: Global.Modifiers, name: Global.TermName, cdef: Global.ClassDef): Global.DefDef

    The apply method corresponding to a case class

    The apply method corresponding to a case class

    Definition Classes
    Unapplies
  86. lazy val fastTrack: Map[Global.Symbol, FastTrackEntry]

    A map from a set of pre-established macro symbols to their implementations.

    A map from a set of pre-established macro symbols to their implementations.

    Definition Classes
    FastTrack
  87. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  88. val flavorNames: Map[Int, String]

    Definition Classes
    MacroRuntimes
  89. final def forArgMode(fun: Global.Tree, mode: Mode): reflect.internal.Mode

    Definition Classes
    Typers
  90. def formalTypes(formals: List[Global.Type], nargs: Int, removeByName: Boolean = true, removeRepeated: Boolean = true): List[Global.Type]

    The formal parameter types corresponding to formals.

    The formal parameter types corresponding to formals. If formals has a repeated last parameter, a list of (nargs - params.length + 1) copies of its type is returned. By-name types are replaced with their underlying type.

    removeByName

    allows keeping ByName parameters. Used in NamesDefaults.

    removeRepeated

    allows keeping repeated parameter (if there's one argument). Used in NamesDefaults.

    Definition Classes
    Infer
  91. def formatted(fmtstr: String): String

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

    Definition Classes
    TypeDiagnostics
  93. def freshVar(tparam: Global.Symbol): Global.TypeVar

    A fresh type variable with given type parameter as origin.

    A fresh type variable with given type parameter as origin.

    Definition Classes
    Infer
  94. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  95. def globalSettings: nsc.Settings

    Definition Classes
    MacrosTraces
  96. def hasMacroExpansionAttachment(any: Any): Boolean

    Determines whether the target is either an original or a result of a macro expansion.

    Determines whether the target is either an original or a result of a macro expansion. The parameter is of type Any, because macros can expand both into trees and into annotations.

    Definition Classes
    StdAttachments
  97. var hasPendingMacroExpansions: Boolean

    Without any restrictions on macro expansion, macro applications will expand at will, and when type inference is involved, expansions will end up using yet uninferred type params.

    Without any restrictions on macro expansion, macro applications will expand at will, and when type inference is involved, expansions will end up using yet uninferred type params.

    For some macros this might be ok (thanks to TreeTypeSubstituter that replaces the occurrences of undetparams with their inferred values), but in general case this won't work. E.g. for reification simple substitution is not enough - we actually need to re-reify inferred types.

    Luckily, there exists a very simple way to fix the problem: delay macro expansion until everything is inferred. Here are the exact rules. Macro application gets delayed if any of its subtrees contain: 1) type vars (tpe.isInstanceOf[TypeVar]) // [Eugene] this check is disabled right now, because TypeVars seem to be created from undetparams anyways 2) undetparams (sym.isTypeParameter && !sym.isSkolem)

    Definition Classes
    Macros
  98. def hasSuperArgs(tree: Global.Tree): Boolean

    Determines whether the given tree has an associated SuperArgsAttachment.

    Determines whether the given tree has an associated SuperArgsAttachment.

    Definition Classes
    StdAttachments
  99. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  100. def increaseMetalevel(pre: Global.Type, tp: Global.Type): Global.Type

    Increases metalevel of the type, i.

    Increases metalevel of the type, i.e. transforms: * T to c.Expr[T] * <untyped> to c.Tree

    Definition Classes
    Helpers
    See also

    Metalevels.scala for more information and examples about metalevels

  101. def inferImplicit(tree: Global.Tree, pt: Global.Type, reportAmbiguous: Boolean, isView: Boolean, context: Context, saveAmbiguousDivergent: Boolean, pos: Global.Position): SearchResult

    Search for an implicit value.

    Search for an implicit value. See the comment on result at the end of class ImplicitSearch for more info how the search is conducted.

    tree

    The tree for which the implicit needs to be inserted. (the inference might instantiate some of the undetermined type parameters of that tree.

    pt

    The expected type of the implicit.

    reportAmbiguous

    Should ambiguous implicit errors be reported? False iff we search for a view to find out whether one type is coercible to another.

    isView

    We are looking for a view

    context

    The current context

    saveAmbiguousDivergent

    False if any divergent/ambiguous errors should be ignored after implicits search, true if they should be reported (used in further typechecking).

    pos

    Position that is should be used for tracing and error reporting (useful when we infer synthetic stuff and pass EmptyTree in the tree argument) If it's set NoPosition, then position-based services will use tree.pos

    returns

    A search result

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

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

    Definition Classes
    Implicits
  104. object instantiate extends Global.TypeMap

    Map every TypeVar to its constraint.

  105. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  106. def isMacroExpansionSuppressed(tree: Global.Tree): Boolean

    Determines whether a tree should not be expanded, because someone has put SuppressMacroExpansionAttachment on it or one of its children.

    Determines whether a tree should not be expanded, because someone has put SuppressMacroExpansionAttachment on it or one of its children.

    Definition Classes
    StdAttachments
  107. def isMacroImplRef(tree: Global.Tree): Boolean

    Determines whether a tree should or should not be adapted, because someone has put MacroImplRefAttachment on it.

    Determines whether a tree should or should not be adapted, because someone has put MacroImplRefAttachment on it.

    Definition Classes
    StdAttachments
  108. def isNamedArg(arg: Global.Tree): Boolean

    Definition Classes
    NamesDefaults
  109. var lastAccessCheckDetails: String

    Definition Classes
    Contexts
  110. var lastTreeToTyper: Global.Tree

    Definition Classes
    Typers
  111. def linePrecedes(t1: Global.Tree, t2: Global.Tree): Boolean

    Definition Classes
    TypeDiagnostics
  112. def linkExpandeeAndDesugared(expandee: Global.Tree, desugared: Global.Tree, role: MacroRole, template: Option[Global.Template], annottee: Global.Tree, companion: Global.Tree): Unit

    After macro expansion is completed, links the expandee and the expansion result by annotating them both with a MacroExpansionAttachment.

    After macro expansion is completed, links the expandee and the expansion result by annotating them both with a MacroExpansionAttachment.

    Definition Classes
    StdAttachments
  113. def linkExpandeeAndExpanded(expandee: Global.Tree, expanded: Any): Unit

    After macro expansion is completed, links the expandee and the expansion result by annotating them both with a MacroExpansionAttachment.

    After macro expansion is completed, links the expandee and the expansion result by annotating them both with a MacroExpansionAttachment. The expanded parameter is of type Any, because macros can expand both into trees and into annotations.

    Definition Classes
    StdAttachments
  114. def loadMacroImplBinding(macroDef: Global.Symbol): MacroImplBinding

    Definition Classes
    Macros
  115. def lockedCount: Int

    Definition Classes
    Namers
  116. def macroContext(typer: Typer, prefixTree: Global.Tree, expandeeTree: Global.Tree): MacroContext

    Definition Classes
    Macros
  117. val macroDebugJit: Boolean

    Definition Classes
    Traces
  118. val macroDebugLite: Boolean

    Definition Classes
    Traces
  119. val macroDebugVerbose: Boolean

    Definition Classes
    Traces
  120. def macroExpandAll(typer: Typer, expandee: Global.Tree): Global.Tree

    Performs macro expansion on all subtrees of a given tree.

    Performs macro expansion on all subtrees of a given tree. Innermost macros are expanded first, outermost macros are expanded last. See the documentation for macroExpand for more information.

    Definition Classes
    Macros
  121. def macroExpandAnnotation(typer: Typer, original: Global.Tree, tpt: Global.Tree, targs: List[Global.Tree], argss: List[List[Global.Tree]], annottee: Global.Tree, companion: Global.Tree): Global.MacroAnnotationExpansion

    Expands a macro annotation as ma(2)(3) in @ma(2)(3) class C.

    Expands a macro annotation as ma(2)(3) in @ma(2)(3) class C.

    Definition Classes
    Macros
    See also

    MacroExpander

  122. def macroExpandAnnotationType(typer: Typer, original: Global.Tree, tpt: Global.Tree, targs: List[Global.Tree], argss: List[List[Global.Tree]], mode: Mode, selfsym: Global.Symbol): Global.AnnotationInfo

    Expands a macro type used in annotation role as TM(2)(3) in @TM(2)(3) class C.

    Expands a macro type used in annotation role as TM(2)(3) in @TM(2)(3) class C.

    Definition Classes
    Macros
    See also

    MacroExpander

  123. def macroExpandAppliedType(typer: Typer, expandee: Global.Tree, mode: Mode): Global.Tree

    Expands a macro type used in applied type role as TM(2)(3) in TM(2)(3)[Int].

    Expands a macro type used in applied type role as TM(2)(3) in TM(2)(3)[Int].

    Definition Classes
    Macros
    See also

    MacroExpander

  124. def macroExpandApply(typer: Typer, expandee: Global.Tree, mode: Mode, pt: Global.Type): Global.Tree

    Expands a term macro used in apply role as M(2)(3) in val x = M(2)(3).

    Expands a term macro used in apply role as M(2)(3) in val x = M(2)(3).

    Definition Classes
    Macros
    See also

    MacroExpander

  125. def macroExpandNew(typer: Typer, original: Global.Tree, tpt: Global.Tree, targs: List[Global.Tree], argss: List[List[Global.Tree]], mode: Mode): Global.Tree

    Expands a macro type used in new role as TM(2)(3) in new TM(2)(3).

    Expands a macro type used in new role as TM(2)(3) in new TM(2)(3). Contrast this role with parent role as in new TM(2)(3){}. In the former case, we get a New node, while in the latter case we get a Template for an anonymous class + a trivial New node.

    Definition Classes
    Macros
    See also

    MacroExpander

  126. def macroExpandParent(typer: Typer, original: Global.Tree, tpt: Global.Tree, targs: List[Global.Tree], argss: List[List[Global.Tree]], templ: Global.Template, inMixinPosition: Boolean): Global.Tree

    Expands a macro type used in parent role as TM(2)(3) in class C extends TM(2)(3) or new TM(2)(3){}.

    Expands a macro type used in parent role as TM(2)(3) in class C extends TM(2)(3) or new TM(2)(3){}.

    Definition Classes
    Macros
    See also

    MacroExpander

  127. def macroExpandType(typer: Typer, expandee: Global.Tree, mode: Mode, pt: Global.Type): Global.Tree

    Expands a macro type used in type role as TM(2)(3) in def x: TM(2)(3) = ???.

    Expands a macro type used in type role as TM(2)(3) in def x: TM(2)(3) = ???.

    Definition Classes
    Macros
    See also

    MacroExpander

  128. def macroExpanderAttachment(tree: Global.Tree): MacroExpanderAttachment

    Loads underlying MacroExpanderAttachment from a macro expandee or returns a default value for that attachment.

    Loads underlying MacroExpanderAttachment from a macro expandee or returns a default value for that attachment.

    Definition Classes
    StdAttachments
  129. final def macroLogJit(msg: ⇒ Any): Unit

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

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

    Definition Classes
    Traces
    Annotations
    @inline()
  132. def macroRuntime(macroDef: Global.Symbol, flavor: MacroRuntimeFlavor): (MacroArgs) ⇒ Any

    Definition Classes
    MacroRuntimes
  133. val macroTraceJit: SimpleTracer

    Definition Classes
    Traces
  134. val macroTraceLite: SimpleTracer

    Definition Classes
    Traces
  135. val macroTraceVerbose: SimpleTracer

    Definition Classes
    Traces
  136. def markMacroImplRef(tree: Global.Tree): Global.Tree

    Marks the tree as a macro impl reference, which is a naked reference to a method.

    Marks the tree as a macro impl reference, which is a naked reference to a method.

    This is necessary for typechecking macro impl references (see DefaultMacroCompiler.defaultResolveMacroImpl), because otherwise typing a naked reference will result in the "follow this method with _' if you want to treat it as a partially applied function" errors.

    This mark suppresses adapt except for when the annottee is a macro application.

    Definition Classes
    StdAttachments
  137. def memberWildcardType(name: Global.Name, tp: Global.Type): Global.Type

    A constructor for types ?{ def/type name: tp }, used in infer view to member searches.

    A constructor for types ?{ def/type name: tp }, used in infer view to member searches.

    Definition Classes
    Implicits
  138. def missingParams[T](args: List[T], params: List[Global.Symbol], argName: (T) ⇒ Option[Global.Name] = nameOfNamedArg): (List[Global.Symbol], Boolean)

    Definition Classes
    NamesDefaults
  139. def mkTypeCompleter(t: Global.Tree)(c: (Global.Symbol) ⇒ Unit): TypeCompleter with LockingTypeCompleter

    Definition Classes
    Namers
  140. object namerFactory extends SubComponent

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

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

    Definition Classes
    Namers
  143. def newNamerFor(context: Context, tree: Global.Tree): Namer

    Definition Classes
    Namers
  144. def newTyper(context: Context): ScaladocTyper

    Definition Classes
    ScaladocAnalyzerTypers
  145. def normalize(tp: Global.Type): Global.Type

    Automatically perform the following conversions on expression types: A method type becomes the corresponding function type.

    Automatically perform the following conversions on expression types: A method type becomes the corresponding function type. A nullary method type becomes its result type. Implicit parameters are skipped. This method seems to be performance critical.

    Definition Classes
    Infer
  146. def notAnyRefMessage(found: Global.Type): String

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

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

    Definition Classes
    AnyRef
  149. def notifyUndetparamsAdded(newUndets: List[Global.Symbol]): Unit

    Definition Classes
    Macros
  150. def notifyUndetparamsInferred(undetNoMore: List[Global.Symbol], inferreds: List[Global.Type]): Unit

    Definition Classes
    Macros
  151. def openMacros: collection.immutable.List[reflect.macros.contexts.Context { val universe: ScaladocAnalyzer.this.global.type }]

    Definition Classes
    Macros
  152. def original(tree: Global.Tree): Global.Tree

    Definition Classes
    StdAttachments
  153. object packageObjects extends SubComponent

    Definition Classes
    Analyzer
  154. def pluginsPt(pt: Global.Type, typer: Typer, tree: Global.Tree, mode: Mode): Global.Type

    Definition Classes
    AnalyzerPlugins
    See also

    AnalyzerPlugin.pluginsPt

  155. def pluginsTypeSig(tpe: Global.Type, typer: Typer, defTree: Global.Tree, pt: Global.Type): Global.Type

    Definition Classes
    AnalyzerPlugins
    See also

    AnalyzerPlugin.pluginsTypeSig

  156. def pluginsTypeSigAccessor(tpe: Global.Type, typer: Typer, tree: Global.ValDef, sym: Global.Symbol): Global.Type

    Definition Classes
    AnalyzerPlugins
    See also

    AnalyzerPlugin.pluginsTypeSigAccessor

  157. def pluginsTyped(tpe: Global.Type, typer: Typer, tree: Global.Tree, mode: Mode, pt: Global.Type): Global.Type

    Definition Classes
    AnalyzerPlugins
    See also

    AnalyzerPlugin.pluginsTyped

  158. def pluginsTypedReturn(tpe: Global.Type, typer: Typer, tree: Global.Return, pt: Global.Type): Global.Type

    Definition Classes
    AnalyzerPlugins
    See also

    AnalyzerPlugin.pluginsTypedReturn

  159. def posPrecedes(p1: Global.Position, p2: Global.Position): Boolean

    Does the positioned line assigned to t1 precede that of t2?

    Does the positioned line assigned to t1 precede that of t2?

    Definition Classes
    TypeDiagnostics
  160. def propagateKnownTypes(from: Global.Type, to: Global.Symbol): Global.Type

    The applied type of class 'to' after inferring anything possible from the knowledge that 'to' must also be of the type given in 'from'.

    The applied type of class 'to' after inferring anything possible from the knowledge that 'to' must also be of the type given in 'from'.

    Definition Classes
    Checkable
  161. def removeNames(typer: Typer)(args: List[Global.Tree], params: List[Global.Symbol]): (List[Global.Tree], Array[Int])

    Removes name assignments from args.

    Removes name assignments from args. Additionally, returns an array mapping argument indices from call-site-order to definition-site-order.

    Verifies that names are not specified twice, positional args don't appear after named ones.

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

    pos

    maps indices from old to new

    Definition Classes
    NamesDefaults
  163. def resetContexts(): Unit

    Definition Classes
    Contexts
  164. def resetImplicits(): Unit

    Definition Classes
    Implicits
  165. def resetTyper(): Unit

    Definition Classes
    Typers
  166. def restrictionError(pos: Global.Position, unit: Global.CompilationUnit, msg: String): Unit

    Definition Classes
    TypeDiagnostics
  167. def restrictionWarning(pos: Global.Position, unit: Global.CompilationUnit, msg: String): Unit

    For errors which are artifacts of the implementation: such messages indicate that the restriction may be lifted in the future.

    For errors which are artifacts of the implementation: such messages indicate that the restriction may be lifted in the future.

    Definition Classes
    TypeDiagnostics
  168. def rootContext(unit: Global.CompilationUnit, tree: Global.Tree, erasedTypes: Boolean): Context

    Definition Classes
    Contexts
  169. def rootContext(unit: Global.CompilationUnit, tree: Global.Tree): Context

    Definition Classes
    Contexts
  170. def rootContext(unit: Global.CompilationUnit): Context

    Definition Classes
    Contexts
  171. def rootImports(unit: Global.CompilationUnit): List[Global.Symbol]

    List of symbols to import from in a root context.

    List of symbols to import from in a root context. Typically that is java.lang, scala, and scala.Predef, in that order. Exceptions:

    • if option -Yno-imports is given, nothing is imported
    • if the unit is java defined, only java.lang is imported
    • if option -Yno-predef is given, if the unit body has an import of Predef among its leading imports, or if the tree is scala.Predef, Predef is not imported.
    Attributes
    protected
    Definition Classes
    Contexts
  172. def setAddendum(pos: Global.Position, msg: () ⇒ String): Unit

    Definition Classes
    TypeDiagnostics
  173. def setOriginal(tree: Global.Tree, original: Global.Tree): Global.Tree

    Definition Classes
    StdAttachments
  174. final val shortenImports: Boolean(false)

    Definition Classes
    Typers
  175. def skipImplicit(tp: Global.Type): Global.Type

    Definition Classes
    Infer
  176. def solvedTypes(tvars: List[Global.TypeVar], tparams: List[Global.Symbol], variances: List[Variance], upper: Boolean, depth: Int): List[Global.Type]

    Solve constraint collected in types tvars.

    Solve constraint collected in types tvars.

    tvars

    All type variables to be instantiated.

    tparams

    The type parameters corresponding to tvars

    variances

    The variances of type parameters; need to reverse solution direction for all contravariant variables.

    upper

    When true search for max solution else min.

    Definition Classes
    Infer
    Exceptions thrown
    NoInstance

  177. def superArgs(tree: Global.Tree): Option[List[List[Global.Tree]]]

    Convenience method for SuperArgsAttachment.

    Convenience method for SuperArgsAttachment. Compared with MacroRuntimeAttachment this attachment has different a usage pattern, so it really benefits from a dedicated extractor.

    Definition Classes
    StdAttachments
  178. def suppressMacroExpansion(tree: Global.Tree): Global.Tree

    Suppresses macro expansion of the tree by putting SuppressMacroExpansionAttachment on it.

    Suppresses macro expansion of the tree by putting SuppressMacroExpansionAttachment on it.

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

    Definition Classes
    AnyRef
  180. object synthesisUtil

    Definition Classes
    MethodSynthesis
  181. def toString(): String

    Definition Classes
    AnyRef → Any
  182. def transformNamedApplication(typer: Typer, mode: Mode, pt: Global.Type)(tree: Global.Tree, argPos: (Int) ⇒ Int): Global.Tree

    Transform a function application into a Block, and assigns typer.

    Transform a function application into a Block, and assigns typer.context .namedApplyBlockInfo to the new block as side-effect. If tree has the form Apply(fun, args) first the function "fun" (which might be an application itself!) is transformed into a block of the form { val qual$1 = qualifier_of_fun val x$1 = arg_1_of_fun ... val x$n = arg_n_of_fun qual$1.fun[targs](x$1, ...)...(..., x$n) } then for each argument in args, a value is created and entered into the block. finally the application expression of the block is updated. { val qual$1 = .. ... val x$n = ... > val qual$n+1 = arg(1) > ... > val qual$n+m = arg(m) > qual$1.fun[targs](x$1, ...)...(..., x$n)(x$n+1, ..., x$n+m) }

    typer

    the typer calling this method; this method calls typer.doTypedApply

    mode

    the mode to use for calling typer.doTypedApply

    pt

    the expected type for calling typer.doTypedApply

    returns

    the transformed application (a Block) together with the NamedApplyInfo. if isNamedApplyBlock(tree), returns the existing context.namedApplyBlockInfo

    Definition Classes
    NamesDefaults
  183. def transformTypeTagEvidenceParams(macroImplRef: Global.Tree, transform: (Global.Symbol, Global.Symbol) ⇒ Global.Symbol): List[List[Global.Symbol]]

    Transforms parameters lists of a macro impl.

    Transforms parameters lists of a macro impl. The transform function is invoked only for WeakTypeTag evidence parameters.

    The transformer takes two arguments: a value parameter from the parameter list and a type parameter that is witnesses by the value parameter.

    If the transformer returns a NoSymbol, the value parameter is not included from the result. If the transformer returns something else, this something else is included in the result instead of the value parameter.

    Despite of being highly esoteric, this function significantly simplifies signature analysis. For example, it can be used to strip macroImpl.paramss from the evidences (necessary when checking def <-> impl correspondence) or to streamline creation of the list of macro arguments.

    Definition Classes
    Helpers
  184. val transformed: HashMap[Global.Tree, Global.Tree]

    Definition Classes
    Typers
  185. def treeSymTypeMsg(tree: Global.Tree): String

    Definition Classes
    TypeDiagnostics
  186. def typedMacroBody(typer: Typer, macroDdef: Global.DefDef): Global.Tree

    Verifies that the body of a macro def typechecks to a reference to a static public non-overloaded method or a top-level macro bundle, and that that method is signature-wise compatible with the given macro definition.

    Verifies that the body of a macro def typechecks to a reference to a static public non-overloaded method or a top-level macro bundle, and that that method is signature-wise compatible with the given macro definition.

    returns

    Macro impl reference for the given macro definition if everything is okay. EmptyTree if an error occurs.

    Definition Classes
    Macros
  187. object typerFactory extends SubComponent

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

    Devising new ways of communicating error info out of desperation to work on error messages.

    Devising new ways of communicating error info out of desperation to work on error messages. This is used by typedPattern to wrap its business so we can generate a sensible error message when things go south.

    Definition Classes
    TypeDiagnostics
  189. def unapplyMember(tp: Global.Type): Global.Symbol

    returns unapply or unapplySeq if available

    returns unapply or unapplySeq if available

    Definition Classes
    Unapplies
  190. def unapplyParameterType(extractor: Global.Symbol): Global.Symbol

    returns unapply member's parameter type.

    returns unapply member's parameter type.

    Definition Classes
    Unapplies
  191. def unapplyTypeList(pos: Global.Position, ufn: Global.Symbol, ufntpe: Global.Type, nbSubPats: Int): List[Global.Type]

    returns type list for return type of the extraction

    returns type list for return type of the extraction

    Definition Classes
    Unapplies
    See also

    extractorFormalTypes

  192. def underlyingSymbol(member: Global.Symbol): Global.Symbol

    The symbol which the given accessor represents (possibly in part).

    The symbol which the given accessor represents (possibly in part). This is used for error messages, where we want to speak in terms of the actual declaration or definition, not in terms of the generated setters and getters.

    Definition Classes
    TypeDiagnostics
  193. def unmarkMacroImplRef(tree: Global.Tree): Global.Tree

    Unmarks the tree as a macro impl reference (see markMacroImplRef for more information).

    Unmarks the tree as a macro impl reference (see markMacroImplRef for more information).

    This is necessary when a tree that was previously deemed to be a macro impl reference, typechecks to be a macro application. Then we need to unmark it, expand it and try to treat its expansion as a macro impl reference.

    Definition Classes
    StdAttachments
  194. def unsuppressMacroExpansion(tree: Global.Tree): Global.Tree

    Unsuppresses macro expansion of the tree by removing SuppressMacroExpansionAttachment from it and its children.

    Unsuppresses macro expansion of the tree by removing SuppressMacroExpansionAttachment from it and its children.

    Definition Classes
    StdAttachments
  195. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  198. def warnUnusedImports(unit: Global.CompilationUnit): Unit

    Definition Classes
    Contexts
  199. def withAddendum(pos: Global.Position): (String) ⇒ String

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

    Given any number of types, alters the name information in the symbols until they can be distinguished from one another: then executes the given code.

    Given any number of types, alters the name information in the symbols until they can be distinguished from one another: then executes the given code. The names are restored and the result is returned.

    Definition Classes
    TypeDiagnostics
  201. def [B](y: B): (ScaladocAnalyzer, B)

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

Deprecated Value Members

  1. def companionClassOf(module: Global.Symbol, ctx: Context): Global.Symbol

    Definition Classes
    Namers
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use companionSymbolOf instead

  2. def companionModuleOf(clazz: Global.Symbol, ctx: Context): Global.Symbol

    Definition Classes
    Namers
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use companionSymbolOf instead

  3. def underlying(member: Global.Symbol): Global.Symbol

    Definition Classes
    Namers
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use underlyingSymbol instead

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 JitRuntimes

Inherited from ScalaReflectionRuntimes

Inherited from JavaReflectionRuntimes

Inherited from FastTrack

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 Tags

Inherited from Adaptations

Inherited from Namers

Inherited from MethodSynthesis

Inherited from Contexts

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from ScaladocAnalyzer to StringAdd[ScaladocAnalyzer]

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

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

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

Ungrouped