scala.tools.nsc.transform

Erasure

abstract class Erasure extends AddInterfaces with reflect.internal.transform.Erasure with Analyzer with TypingTransformers with TreeDSL

Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Erasure
  2. TypingTransformers
  3. Analyzer
  4. AnalyzerPlugins
  5. StdAttachments
  6. ContextErrors
  7. TypeDiagnostics
  8. NamesDefaults
  9. Macros
  10. Traces
  11. FastTrack
  12. Unapplies
  13. SyntheticMethods
  14. TreeDSL
  15. EtaExpansion
  16. Variances
  17. Implicits
  18. Infer
  19. Checkable
  20. Typers
  21. Tags
  22. Adaptations
  23. Modes
  24. Namers
  25. MethodSynthesis
  26. Contexts
  27. Erasure
  28. AddInterfaces
  29. InfoTransform
  30. Transform
  31. SubComponent
  32. AnyRef
  33. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Erasure()

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 ComputeBridges extends AnyRef

  8. class ConstructorDefaultsAttachment extends AnyRef

    Definition Classes
    NamesDefaults
  9. class Context extends AnyRef

    Definition Classes
    Contexts
  10. class DefaultsOfLocalMethodAttachment extends AnyRef

    Definition Classes
    NamesDefaults
  11. case class DivergentImplicitTypeError(tree: Global.Tree, pt0: Global.Type, sym: Global.Symbol) extends Throwable with Analyzer.AbsTypeError with Product with Serializable

    Definition Classes
    ContextErrors
  12. class Eraser extends Typer

    The modifier typer which retypes with erased types.

  13. abstract class ErasureMap extends reflect.internal.SymbolTable.TypeMap

    Definition Classes
    Erasure
  14. class ErasureTransformer extends Global.Transformer

    The erasure transformer

  15. case class FastTrackEntry(sym: nsc.Global.Symbol, expander: (FastTrack.this)#FastTrackExpander) extends Product with Serializable

    Definition Classes
    FastTrack
  16. type FastTrackExpander = PartialFunction[(MacroContext, Global.Tree), Global.Tree]

    Definition Classes
    FastTrack
  17. class ImplicitInfo extends AnyRef

    A class that records an available implicit

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

    A class that sets up an implicit search.

  19. trait ImplicitsContextErrors extends AnyRef

    Definition Classes
    ContextErrors
  20. class ImportInfo extends AnyRef

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

    Definition Classes
    Contexts
  22. trait InferCheckable extends AnyRef

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

    The context-dependent inferencer part

  24. trait InferencerContextErrors extends AnyRef

    Definition Classes
    ContextErrors
  25. class JavaErasureMap extends ErasureMap

    Definition Classes
    Erasure
  26. trait LockingTypeCompleter extends Analyzer.TypeCompleter

    Definition Classes
    Namers
  27. 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.

  28. type MacroContext = UnaffiliatedMacroContext { val universe: Erasure.this.global.type }

    Definition Classes
    StdAttachments
  29. trait MacroErrors extends AnyRef

    Definition Classes
    ContextErrors
  30. type MacroRuntime = (MacroArgs) ⇒ Any

    Produces a function that can be used to invoke macro implementation for a given macro definition: 1) Looks up macro implementation symbol in this universe.

    Produces a function that can be used to invoke macro implementation for a given macro definition: 1) Looks up macro implementation symbol in this universe. 2) Loads its enclosing class from the macro classloader. 3) Loads the companion of that enclosing class from the macro classloader. 4) Resolves macro implementation within the loaded companion.

    returns

    Requested runtime if macro implementation can be loaded successfully from either of the mirrors, null otherwise.

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

    Definition Classes
    StdAttachments
  32. class MacroTyper extends Analyzer.MacroErrors

    Definition Classes
    Macros
  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. class Phase extends InfoTransform.Phase

    The phase defined by this transform

  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. class ScalaErasureMap extends ErasureMap

    Definition Classes
    Erasure
  44. class SearchResult extends AnyRef

    The result of an implicit search

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

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

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

    Definition Classes
    Typers
  48. abstract class StdPhase extends GlobalPhase

    A standard phase template

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

    Definition Classes
    ContextErrors
  50. trait Tag extends AnyRef

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

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

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

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

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

    Definition Classes
    Typers
  56. trait TyperContextErrors extends AnyRef

    Definition Classes
    ContextErrors
  57. trait TyperDiagnostics extends AnyRef

    Definition Classes
    TypeDiagnostics
  58. abstract class TypingTransformer extends Global.Transformer

    Definition Classes
    TypingTransformers
  59. type UnaffiliatedMacroContext = reflect.macros.runtime.Context

    Definition Classes
    StdAttachments
  60. class UnknownSig extends Exception

Abstract Value Members

  1. abstract val global: Global

    Definition Classes
    TypingTransformers
  2. abstract val runsAfter: List[String]

    List of phase names, this phase should run after

    List of phase names, this phase should run after

    Definition Classes
    SubComponent
  3. abstract val runsRightAfter: Option[String]

    Phase name this phase will attach itself to, not allowing any phase to come between it and the phase name declared

    Phase name this phase will attach itself to, not allowing any phase to come between it and the phase name declared

    Definition Classes
    SubComponent

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 Erasure to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Erasure, B)

    Implicit information
    This member is added by an implicit conversion from Erasure to ArrowAssoc[Erasure] performed by method any2ArrowAssoc 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 val ALTmode: Int(8192)

    ALTmode is set when we are under a pattern alternative.

    ALTmode is set when we are under a pattern alternative.

    Definition Classes
    Modes
  9. lazy val AmbiguousSearchFailure: SearchResult

    Definition Classes
    Implicits
  10. final val BYVALmode: Int(32768)

    BYVALmode is set when we are typing an expression that occurs in a by-value position.

    BYVALmode is set when we are typing an expression that occurs in a by-value position. An expression e1 is in by-value position within expression e2 iff it will be reduced to a value at that position during the evaluation of e2. Examples are by-value function arguments or the conditional of an if-then-else clause. This mode has been added to support continuations.

    Definition Classes
    Modes
  11. object Boxed

    An extractor object for boxed expressions (maybe subsumed by posterasure?)

  12. object CODE

    Definition Classes
    TreeDSL
  13. lazy val DivergentSearchFailure: SearchResult

    Definition Classes
    Implicits
  14. final val EXPRmode: Int(1)

    Definition Classes
    Modes
  15. object ErrorKinds extends Enumeration

    Definition Classes
    ContextErrors
  16. object ErrorUtils

    Definition Classes
    ContextErrors
  17. final val FUNmode: Int(16)

    FUNmode is orthogonal to above.

    FUNmode is orthogonal to above. When set we are looking for a method or constructor.

    Definition Classes
    Modes
  18. object Function1

    An extractor for unary function types arg => res

  19. object GenericArray

    Definition Classes
    Erasure
  20. final val HKmode: Int(16384)

    HKmode is set when we are typing a higher-kinded type.

    HKmode is set when we are typing a higher-kinded type. adapt should then check kind-arity based on the prototypical type's kind arity. Type arguments should not be inferred.

    Definition Classes
    Modes
  21. object HasMember

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

  22. object HasMethodMatching

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

  23. object ImplicitNotFoundMsg

    Definition Classes
    Implicits
  24. final val LHSmode: Int(1024)

    LHSmode is set for the left-hand side of an assignment.

    LHSmode is set for the left-hand side of an assignment.

    Definition Classes
    Modes
  25. object MacroBodyTypecheckException extends Exception with ControlThrowable with Product with Serializable

    Definition Classes
    ContextErrors
  26. final val NOmode: Int(0)

    NOmode, EXPRmode and PATTERNmode are mutually exclusive.

    NOmode, EXPRmode and PATTERNmode are mutually exclusive.

    Definition Classes
    Modes
  27. object NamesDefaultsErrorsGen

    Definition Classes
    ContextErrors
  28. object NoContext extends Analyzer.Context

    Definition Classes
    Contexts
  29. val NoImplicitInfo: ImplicitInfo

    A sentinel indicating no implicit was found

    A sentinel indicating no implicit was found

    Definition Classes
    Implicits
  30. final val PATTERNmode: Int(2)

    Definition Classes
    Modes
  31. final val POLYmode: Int(32)

    POLYmode is orthogonal to above.

    POLYmode is orthogonal to above. When set expression types can be polymorphic.

    Definition Classes
    Modes
  32. final val QUALmode: Int(64)

    QUALmode is orthogonal to above.

    QUALmode is orthogonal to above. When set expressions may be packages and Java statics modules.

    Definition Classes
    Modes
  33. final val RETmode: Int(131072)

    RETmode is set when we are typing a return expression.

    RETmode is set when we are typing a return expression.

    Definition Classes
    Modes
  34. final val SCCmode: Int(8)

    SCCmode is orthogonal to above.

    SCCmode is orthogonal to above. When set we are in the this or super constructor call of a constructor.

    Definition Classes
    Modes
  35. final val SNDTRYmode: Int(512)

    SNDTRYmode indicates that an application is typed for the 2nd time.

    SNDTRYmode indicates that an application is typed for the 2nd time. In that case functions may no longer be coerced with implicit views.

    Definition Classes
    Modes
  36. final val STARmode: Int(4096)

    STARmode is set when star patterns are allowed.

    STARmode is set when star patterns are allowed. (This was formerly called REGPATmode.)

    Definition Classes
    Modes
  37. final val SUPERCONSTRmode: Int(256)

    SUPERCONSTRmode is set for the super in a superclass constructor call super.

    SUPERCONSTRmode is set for the super in a superclass constructor call super.<init>.

    Definition Classes
    Modes
  38. lazy val SearchFailure: SearchResult

    Definition Classes
    Implicits
  39. final val TAPPmode: Int(128)

    TAPPmode is set for the function/type constructor part of a type application.

    TAPPmode is set for the function/type constructor part of a type application. When set we do not decompose PolyTypes.

    Definition Classes
    Modes
  40. final val TYPEPATmode: Int(65536)

    TYPEPATmode is set when we are typing a type in a pattern.

    TYPEPATmode is set when we are typing a type in a pattern.

    Definition Classes
    Modes
  41. final val TYPEmode: Int(4)

    TYPEmode needs a comment.

    TYPEmode needs a comment. <-- XXX.

    Definition Classes
    Modes
  42. object UnTyper extends Global.Traverser

    Definition Classes
    Typers
  43. object Unboxed

    An extractor object for unboxed expressions (maybe subsumed by posterasure?)

  44. 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
  45. def actualArgs(pos: Global.Position, actuals: List[Global.Tree], nformals: Int): List[Global.Tree]

    Definition Classes
    Infer
  46. def actualTypes(actuals: List[Global.Type], nformals: Int): List[Global.Type]

    Definition Classes
    Infer
  47. def adaptAnnotations(tree: Global.Tree, typer: Typer, mode: Int, pt: Global.Type): Global.Tree

    Definition Classes
    AnalyzerPlugins
    See also

    AnalyzerPlugin.adaptAnnotations

  48. def addAnalyzerPlugin(plugin: AnalyzerPlugin): Unit

    Registers a new analyzer plugin

    Registers a new analyzer plugin

    Definition Classes
    AnalyzerPlugins
  49. 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
  50. 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
  51. final def afterOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  52. 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
  53. def alternatives(tree: Global.Tree): List[Global.Type]

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

    Definition Classes
    TypeDiagnostics
  55. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  56. final def beforeOwnPhase[T](op: ⇒ T): T

    Definition Classes
    SubComponent
    Annotations
    @inline()
  57. def canAdaptAnnotations(tree: Global.Tree, typer: Typer, mode: Int, pt: Global.Type): Boolean

    Definition Classes
    AnalyzerPlugins
    See also

    AnalyzerPlugin.canAdaptAnnotations

  58. 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
  59. 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
  60. 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
  61. 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
  62. 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
  63. def changesBaseClasses: Boolean

    Attributes
    protected
    Definition Classes
    InfoTransform
  64. def clone(): AnyRef

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

    Definition Classes
    Unapplies
  66. 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
  67. def computeMacroDefTypeFromMacroImpl(macroDdef: Global.DefDef, macroImpl: Global.Symbol): Global.Type

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

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

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

    Definition Classes
    TypeDiagnostics
  71. val deconstMap: Global.TypeMap

  72. 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
  73. def disambiguate(ss: List[String]): collection.immutable.List[String]

    Definition Classes
    TypeDiagnostics
  74. def enclosingMacroPosition: Position

    Definition Classes
    Macros
  75. def ensuring(cond: (Erasure) ⇒ Boolean, msg: ⇒ Any): Erasure

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  81. def erasedTypeRef(sym: Global.Symbol): Global.Type

    Definition Classes
    Erasure
  82. def erasedValueClassArg(tref: Global.TypeRef): Global.Type

    Definition Classes
    Erasure
  83. def erasure(sym: Global.Symbol): ErasureMap

    Definition Classes
    Erasure
  84. 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
  85. object etaExpansion

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

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

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

    Definition Classes
    TypeDiagnostics
  89. 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
  90. def extractorFormalTypes(pos: Global.Position, resTp: Global.Type, nbSubPats: Int, unappSym: Global.Symbol, effectiveNbSubPats: Int): (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)

    nbSubPats

    The number of arguments to the extractor pattern

    effectiveNbSubPats

    nbSubPats, unless there is one sub-pattern which, after unwrapping bind patterns, is a Tuple pattern, in which case it is the number of elements. Used to issue warnings about binding a TupleN to a single value.

    Definition Classes
    Infer
    Exceptions thrown
    TypeError

    when the unapply[Seq] definition is ill-typed

  91. 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
  92. lazy val fastTrack: Map[Global.Symbol, FastTrackEntry]

    Definition Classes
    FastTrack
  93. implicit def fastTrackEntry2MacroRuntime(entry: FastTrackEntry): (MacroArgs) ⇒ Any

    Definition Classes
    FastTrack
  94. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  95. final def forArgMode(fun: Global.Tree, mode: Int): Int

    Definition Classes
    Typers
  96. final def forFunMode(mode: Int): Int

    Definition Classes
    Modes
  97. final def forTypeMode(mode: Int): Int

    Definition Classes
    Modes
  98. 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
  99. def formatted(fmtstr: String): String

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

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

    tparam

    ...

    returns

    ...

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

    Definition Classes
    AnyRef → Any
  103. def globalSettings: Settings

    Definition Classes
    MacrosTraces
  104. 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
  105. def hashCode(): Int

    SubComponent are added to a HashSet and two phases are the same if they have the same name

    SubComponent are added to a HashSet and two phases are the same if they have the same name

    Definition Classes
    SubComponent → AnyRef → Any
  106. def implClass(iface: Global.Symbol): Global.Symbol

    Return the implementation class of a trait; create a new one of one does not yet exist

    Return the implementation class of a trait; create a new one of one does not yet exist

    Definition Classes
    AddInterfaces
  107. def implClassDefs(trees: List[Global.Tree]): List[Global.Tree]

    Definition Classes
    AddInterfaces
  108. def implClassPhase: reflect.internal.Phase

    Definition Classes
    AddInterfaces
  109. final def inAllModes(mode: Int, required: Int): Boolean

    Definition Classes
    Modes
  110. final def inAnyMode(mode: Int, required: Int): Boolean

    Definition Classes
    Modes
  111. final def inExprModeButNot(mode: Int, prohibited: Int): Boolean

    Definition Classes
    Modes
  112. final def inExprModeOr(mode: Int, others: Int): Boolean

    Definition Classes
    Modes
  113. final def inFunMode(mode: Int): Boolean

    Definition Classes
    Modes
  114. final def inHKMode(mode: Int): Boolean

    Definition Classes
    Modes
  115. final def inNoModes(mode: Int, prohibited: Int): Boolean

    Definition Classes
    Modes
  116. final def inPatternMode(mode: Int): Boolean

    Definition Classes
    Modes
  117. final def inPolyMode(mode: Int): Boolean

    Definition Classes
    Modes
  118. def inferImplicit(tree: Global.Tree, pt: Global.Type, isView: Boolean, context: Context, silent: Boolean, withMacrosDisabled: Boolean, pos: Global.Position, onError: (Global.Position, String) ⇒ Unit): Global.Tree

    A friendly wrapper over inferImplicit to be used in macro contexts and toolboxes.

    A friendly wrapper over inferImplicit to be used in macro contexts and toolboxes.

    Definition Classes
    Implicits
  119. 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
  120. def inferImplicit(tree: Global.Tree, pt: Global.Type, reportAmbiguous: Boolean, isView: Boolean, context: Context, saveAmbiguousDivergent: Boolean): SearchResult

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

    Definition Classes
    Implicits
  122. object instantiate extends Global.TypeMap

    Map every TypeVar to its constraint.

  123. val internal: Boolean

    Internal flag to tell external from internal phases

    Internal flag to tell external from internal phases

    Definition Classes
    SubComponent
  124. def intersectionDominator(parents: List[Global.Type]): Global.Type

    Definition Classes
    Erasure
  125. def isIdentity(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
  126. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  127. def isNamed(arg: Global.Tree): Boolean

    Definition Classes
    NamesDefaults
  128. def javaSig(sym0: Global.Symbol, info: Global.Type): Option[String]

    The Java signature of type 'info', for symbol sym.

    The Java signature of type 'info', for symbol sym. The symbol is used to give the right return type for constructors.

  129. def keepsTypeParams: Boolean

    Definition Classes
    ErasureInfoTransform
  130. var lastAccessCheckDetails: String

    Definition Classes
    Contexts
  131. var lastTreeToTyper: Global.Tree

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

    Definition Classes
    TypeDiagnostics
  133. def lockedCount: Int

    Definition Classes
    Namers
  134. lazy val macroClassloader: 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.

    Definition Classes
    Macros
  135. val macroDebugLite: Boolean

    Definition Classes
    Traces
  136. val macroDebugVerbose: Boolean

    Definition Classes
    Traces
  137. def macroExpand(typer: Typer, expandee: Global.Tree, mode: Int = EXPRmode, pt: Global.Type = WildcardType): Global.Tree

    Performs macro expansion: 1) Checks whether the expansion needs to be delayed (see mustDelayMacroExpansion) 2) Loads macro implementation using macroMirror 3) Synthesizes invocation arguments for the macro implementation 4) Checks that the result is a tree bound to this universe 5) Typechecks the result against the return type of the macro definition

    Performs macro expansion: 1) Checks whether the expansion needs to be delayed (see mustDelayMacroExpansion) 2) Loads macro implementation using macroMirror 3) Synthesizes invocation arguments for the macro implementation 4) Checks that the result is a tree bound to this universe 5) Typechecks the result against the return type of the macro definition

    If -Ymacro-debug-lite is enabled, you will get basic notifications about macro expansion along with macro expansions logged in the form that can be copy/pasted verbatim into REPL.

    If -Ymacro-debug-verbose is enabled, you will get detailed log of how exactly this function performs class loading and method resolution in order to load the macro implementation. The log will also include other non-trivial steps of macro expansion.

    returns

    the expansion result if the expansion has been successful, the fallback method invocation if the expansion has been unsuccessful, but there is a fallback, the expandee unchanged if the expansion has been delayed, the expandee fully expanded if the expansion has been delayed before and has been expanded now, the expandee with an error marker set if the expansion has been cancelled due malformed arguments or implementation the expandee with an error marker set if there has been an error

    Definition Classes
    Macros
  138. 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
  139. final def macroLogLite(msg: ⇒ Any): Unit

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

    Definition Classes
    Traces
    Annotations
    @inline()
  141. 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
  142. def missingParams[T](args: List[T], params: List[Global.Symbol], argName: (T) ⇒ Option[Global.Name] = nameOf): (List[Global.Symbol], Boolean)

    Definition Classes
    NamesDefaults
  143. val mixinTransformer: Global.Transformer

    Attributes
    protected
    Definition Classes
    AddInterfaces
  144. def mkTypeCompleter(t: Global.Tree)(c: (Global.Symbol) ⇒ Unit): TypeCompleter with LockingTypeCompleter

    Definition Classes
    Namers
  145. def modeString(mode: Int): String

    Definition Classes
    Modes
  146. def nameOf(arg: Global.Tree): Option[Global.Name]

    Definition Classes
    NamesDefaults
  147. object namerFactory extends SubComponent

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

    Definition Classes
    AnyRef
  149. def needsJavaSig(tp: Global.Type): Boolean

  150. def newNamer(context: Context): Namer

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

    Definition Classes
    Namers
  152. def newPhase(prev: nsc.Phase): StdPhase

    Create a new phase which applies transformer

    Create a new phase which applies transformer

    Definition Classes
    AddInterfacesInfoTransformTransformSubComponent
  153. def newTransformer(unit: Global.CompilationUnit): Global.Transformer

    The transformer factory

    The transformer factory

    Definition Classes
    ErasureTransform
  154. def newTyper(context: Context): Eraser

    Definition Classes
    ErasureTypers
  155. val noApplyInfo: NamedApplyInfo

    Definition Classes
    NamesDefaults
  156. def noErroneousSyms(syms: Global.Symbol*): Boolean

    Definition Classes
    TypeDiagnostics
  157. def noErroneousTrees(trees: Global.Tree*): Boolean

    Definition Classes
    TypeDiagnostics
  158. def noErroneousTypes(tps: Global.Type*): Boolean

    The common situation of making sure nothing is erroneous could be nicer if Symbols, Types, and Trees all implemented some common interface in which isErroneous and similar would be placed.

    The common situation of making sure nothing is erroneous could be nicer if Symbols, Types, and Trees all implemented some common interface in which isErroneous and similar would be placed.

    Definition Classes
    TypeDiagnostics
  159. 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
  160. def notAnyRefMessage(found: Global.Type): String

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

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

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

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

    Definition Classes
    Macros
  165. def numericConversion(tree: Global.Tree, numericSym: Global.Symbol): Global.Tree

  166. final def onlyStickyModes(mode: Int): Int

    Definition Classes
    Modes
  167. def openMacros: collection.immutable.List[reflect.macros.runtime.Context { val universe: Erasure.this.global.type }]

    Definition Classes
    Macros
  168. def ownPhase: nsc.Phase

    The phase corresponding to this subcomponent in the current compiler run

    The phase corresponding to this subcomponent in the current compiler run

    Definition Classes
    SubComponent
  169. object packageObjects extends SubComponent

    Definition Classes
    Analyzer
  170. val phaseName: String

    The name of the phase

    The name of the phase

    Definition Classes
    ErasureSubComponent
  171. def phaseNewFlags: Long

    The phase sets lateINTERFACE for non-interface traits that now become interfaces.

    The phase sets lateINTERFACE for non-interface traits that now become interfaces. It sets lateDEFERRED for formerly concrete methods in such traits.

    Definition Classes
    AddInterfacesSubComponent
  172. def phaseNextFlags: Long

    New flags defined by the phase which are not valid until immediately after it

    New flags defined by the phase which are not valid until immediately after it

    Definition Classes
    SubComponent
  173. def pluginsPt(pt: Global.Type, typer: Typer, tree: Global.Tree, mode: Int): Global.Type

    Definition Classes
    AnalyzerPlugins
    See also

    AnalyzerPlugin.pluginsPt

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

    Definition Classes
    AnalyzerPlugins
    See also

    AnalyzerPlugin.pluginsTypeSig

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

    Definition Classes
    AnalyzerPlugins
    See also

    AnalyzerPlugin.pluginsTypeSigAccessor

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

    Definition Classes
    AnalyzerPlugins
    See also

    AnalyzerPlugin.pluginsTyped

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

    Definition Classes
    AnalyzerPlugins
    See also

    AnalyzerPlugin.pluginsTypedReturn

  178. 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
  179. val prepareSigMap: Global.TypeMap { def squashBoxed(tp: Erasure.this.global.Type): Erasure.this.global.Type }

    This object is only used for sanity testing when -check:genjvm is set.

    This object is only used for sanity testing when -check:genjvm is set. In that case we make sure that the erasure of the normalized type is the same as the erased type that's generated. Normalization means unboxing some primitive types and further simplifications as they are done in jsig.

  180. 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
  181. def rebindInnerClass(pre: Global.Type, cls: Global.Symbol): Global.Type

    Attributes
    protected
    Definition Classes
    Erasure
  182. 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
  183. 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
  184. def reorderArgsInv[T](args: List[T], pos: (Int) ⇒ Int)(implicit arg0: ClassTag[T]): List[T]

    pos

    maps indices from new to old (!)

    Definition Classes
    NamesDefaults
  185. def resetContexts(): Unit

    Definition Classes
    Contexts
  186. def resetImplicits(): Unit

    Definition Classes
    Implicits
  187. def resetTyper(): Unit

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

    Definition Classes
    TypeDiagnostics
  189. 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
  190. def rootContext(unit: Global.CompilationUnit, tree: Global.Tree, erasedTypes: Boolean): Context

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

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

    Definition Classes
    Contexts
  193. 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
  194. val runsBefore: List[String]

    List of phase names, this phase should run before

    List of phase names, this phase should run before

    Definition Classes
    SubComponent
  195. object scalaErasure extends ScalaErasureMap

    Definition Classes
    Erasure
  196. def setAddendum(pos: Global.Position, msg: () ⇒ String): Unit

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

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

    Definition Classes
    Infer
  199. def solvedTypes(tvars: List[Global.TypeVar], tparams: List[Global.Symbol], variances: List[Int], 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

  200. def specialConstructorErasure(clazz: Global.Symbol, tpe: Global.Type): Global.Type

    Definition Classes
    Erasure
  201. def specialErasure(sym: Global.Symbol)(tp: Global.Type): Global.Type

    Definition Classes
    Erasure
  202. object specialScalaErasure extends ScalaErasureMap

    Definition Classes
    Erasure
  203. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  204. object synthesisUtil

    Definition Classes
    MethodSynthesis
  205. def toString(): String

    Definition Classes
    AnyRef → Any
  206. def transformInfo(sym: Global.Symbol, tp: Global.Type): Global.Type

    The symbol's erased info.

    The symbol's erased info. This is the type's erasure, except for the following symbols:

    • For $asInstanceOf : [T]T
    • For $isInstanceOf : [T]scala#Boolean
    • For class Array : [T]C where C is the erased classinfo of the Array class.
    • For Array[T].<init> : {scala#Int)Array[T]
    • For a type parameter : A type bounds type consisting of the erasures of its bounds.
    Definition Classes
    Erasure → Erasure → InfoTransform
  207. def transformMixinInfo(tp: Global.Type): Global.Type

    Definition Classes
    AddInterfaces
  208. def transformNamedApplication(typer: Typer, mode: Int, 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
  209. val transformed: HashMap[Global.Tree, Global.Tree]

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

    Definition Classes
    TypeDiagnostics
  211. def typePatternAdvice(sym: Global.Symbol, ptSym: Global.Symbol): String

    Definition Classes
    TypeDiagnostics
  212. 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, 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, and that that method is signature-wise compatible with the given macro definition.

    returns

    Typechecked rhs of the given macro definition if everything is okay. EmptyTree if an error occurs.

    Definition Classes
    Macros
  213. object typerFactory extends SubComponent

    Definition Classes
    Analyzer
  214. 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
  215. def unapplyMember(tp: Global.Type): Global.Symbol

    returns unapply or unapplySeq if available

    returns unapply or unapplySeq if available

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

    returns unapply member's parameter type.

    returns unapply member's parameter type.

    Definition Classes
    Unapplies
  217. def unapplyReturnTypeExpected(argsLength: Int): Global.Type

    returns type of the unapply method returning T_0.

    returns type of the unapply method returning T_0...T_n for n == 0, boolean for n == 1, Some[T0] else Some[Product[Ti]]

    Definition Classes
    Unapplies
  218. def unapplyTypeList(pos: Global.Position, ufn: Global.Symbol, ufntpe: Global.Type, args: List[Global.Tree]): 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

  219. def unboundedGenericArrayLevel(tp: Global.Type): Int

    Attributes
    protected
    Definition Classes
    Erasure
  220. def unboxDerivedValueClassMethod(clazz: Global.Symbol): Global.Symbol

    Definition Classes
    Erasure
  221. def underlyingOfValueClass(clazz: Global.Symbol): Global.Type

    Definition Classes
    Erasure
  222. 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
  223. def valueClassIsParametric(clazz: Global.Symbol): Boolean

    Definition Classes
    Erasure
  224. def varianceInArgs(tps: List[Global.Type], tparams1: List[Global.Symbol])(tparam: Global.Symbol): Int

    Compute variance of type parameter tparam in all type arguments tps which correspond to formal type parameters tparams1.

    Compute variance of type parameter tparam in all type arguments tps which correspond to formal type parameters tparams1.

    Definition Classes
    Variances
  225. def varianceInAttrib(annot: Global.AnnotationInfo)(tparam: Global.Symbol): Int

    Compute variance of type parameter tparam in type annotation annot.

    Compute variance of type parameter tparam in type annotation annot.

    Definition Classes
    Variances
  226. def varianceInAttribs(annots: List[Global.AnnotationInfo])(tparam: Global.Symbol): Int

    Compute variance of type parameter tparam in all type annotations annots.

    Compute variance of type parameter tparam in all type annotations annots.

    Definition Classes
    Variances
  227. def varianceInSym(sym: Global.Symbol)(tparam: Global.Symbol): Int

    Compute variance of type parameter tparam in type of symbol sym.

    Compute variance of type parameter tparam in type of symbol sym.

    Definition Classes
    Variances
  228. def varianceInSyms(syms: List[Global.Symbol])(tparam: Global.Symbol): Int

    Compute variance of type parameter tparam in types of all symbols sym.

    Compute variance of type parameter tparam in types of all symbols sym.

    Definition Classes
    Variances
  229. def varianceInType(tp: Global.Type)(tparam: Global.Symbol): Int

    Compute variance of type parameter tparam in type tp.

    Compute variance of type parameter tparam in type tp.

    Definition Classes
    Variances
  230. def varianceInTypes(tps: List[Global.Type])(tparam: Global.Symbol): Int

    Compute variance of type parameter tparam in all types tps.

    Compute variance of type parameter tparam in all types tps.

    Definition Classes
    Variances
  231. def varianceWord(sym: Global.Symbol): String

    Definition Classes
    TypeDiagnostics
  232. def verifyJavaErasure: Boolean

    Attributes
    protected
    Definition Classes
    Erasure → Erasure
  233. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  236. def withAddendum(pos: Global.Position): (String) ⇒ String

    Definition Classes
    TypeDiagnostics
  237. 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
  238. def [B](y: B): (Erasure, B)

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from Erasure to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (erasure: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Erasure to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (erasure: StringFormat).self
    Definition Classes
    StringFormat

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

  4. def x: Erasure

    Implicit information
    This member is added by an implicit conversion from Erasure to ArrowAssoc[Erasure] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (erasure: ArrowAssoc[Erasure]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  5. def x: Erasure

    Implicit information
    This member is added by an implicit conversion from Erasure to Ensuring[Erasure] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (erasure: Ensuring[Erasure]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from TypingTransformers

Inherited from Analyzer

Inherited from AnalyzerPlugins

Inherited from StdAttachments

Inherited from ContextErrors

Inherited from TypeDiagnostics

Inherited from NamesDefaults

Inherited from Macros

Inherited from Traces

Inherited from FastTrack

Inherited from Unapplies

Inherited from SyntheticMethods

Inherited from TreeDSL

Inherited from EtaExpansion

Inherited from Variances

Inherited from Implicits

Inherited from Infer

Inherited from Checkable

Inherited from Typers

Inherited from Tags

Inherited from Adaptations

Inherited from Modes

Inherited from Namers

Inherited from MethodSynthesis

Inherited from Contexts

Inherited from reflect.internal.transform.Erasure

Inherited from AddInterfaces

Inherited from InfoTransform

Inherited from Transform

Inherited from SubComponent

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Erasure to StringAdd

Inherited by implicit conversion any2stringfmt from Erasure to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Erasure to ArrowAssoc[Erasure]

Inherited by implicit conversion any2Ensuring from Erasure to Ensuring[Erasure]

Ungrouped