scala.tools.nsc.typechecker.Macros

MacroTyper

class MacroTyper extends Analyzer.MacroErrors

Linear Supertypes
Analyzer.MacroErrors, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MacroTyper
  2. MacroErrors
  3. AnyRef
  4. 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 MacroTyper(typer: Analyzer.Typer, macroDdef: Global.DefDef)

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

    Implicit information
    This member is added by an implicit conversion from Analyzer.MacroTyper to ArrowAssoc[Analyzer.MacroTyper] 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. def MacroDefInvalidBodyError(): Nothing

    Definition Classes
    MacroErrors
  9. def MacroDefIsFastTrack(): Nothing

    Definition Classes
    MacroErrors
  10. def MacroDefIsQmarkQmarkQmark(): Nothing

    Definition Classes
    MacroErrors
  11. def MacroDefUntypeableBodyError(): Nothing

    Definition Classes
    MacroErrors
  12. def MacroFeatureNotEnabled(): Nothing

    Definition Classes
    MacroErrors
  13. def MacroImplExtraParamsError(aparams: List[Global.Symbol], rparams: List[Global.Symbol]): Nothing

    Definition Classes
    MacroErrors
  14. def MacroImplMissingParamsError(aparams: List[Global.Symbol], rparams: List[Global.Symbol]): Nothing

    Definition Classes
    MacroErrors
  15. def MacroImplNonTagImplicitParameters(params: List[Global.Symbol]): Nothing

    Definition Classes
    MacroErrors
  16. def MacroImplNotPublicError(): Nothing

    Definition Classes
    MacroErrors
  17. def MacroImplNotStaticError(): Nothing

    Definition Classes
    MacroErrors
  18. def MacroImplOverloadedError(): Nothing

    Definition Classes
    MacroErrors
  19. def MacroImplParamNameMismatchError(aparam: Global.Symbol, rparam: Global.Symbol): Nothing

    Definition Classes
    MacroErrors
  20. def MacroImplParamssMismatchError(): Nothing

    Definition Classes
    MacroErrors
  21. def MacroImplTargMismatchError(atargs: List[Global.Type], atparams: List[Global.Symbol]): Nothing

    Definition Classes
    MacroErrors
  22. def MacroImplTparamInstantiationError(atparams: List[Global.Symbol], ex: Analyzer.NoInstance): Nothing

    Definition Classes
    MacroErrors
  23. def MacroImplVarargMismatchError(aparam: Global.Symbol, rparam: Global.Symbol): Unit

    Definition Classes
    MacroErrors
  24. def MacroImplWrongNumberOfTypeArgumentsError(macroImplRef: Global.Tree): Nothing

    Definition Classes
    MacroErrors
  25. val aparamss: List[List[Global.Symbol]]

  26. val aret: Global.Type

  27. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  28. val atparams: List[Global.Symbol]

  29. def atpeToRtpe(atpe: Global.Type): Global.Type

  30. val atvars: collection.immutable.List[Global.TypeVar]

  31. def checkMacroImplParamTypeMismatch(atpe: Global.Type, rparam: Global.Symbol): Unit

    Definition Classes
    MacroErrors
  32. def checkMacroImplResultTypeMismatch(atpe: Global.Type, rret: Global.Type): Unit

    Definition Classes
    MacroErrors
  33. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. val context: Analyzer.Context

    Definition Classes
    MacroErrors
  35. def ensuring(cond: (Analyzer.MacroTyper) ⇒ Boolean, msg: ⇒ Any): Analyzer.MacroTyper

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  41. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Analyzer.MacroTyper to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  43. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  44. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  45. val implicitParams: collection.immutable.List[Global.Symbol]

  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. val macroDdef: Global.DefDef

  48. val macroDef: Global.Symbol

  49. val macroDefRet: Global.Type

  50. val macroImpl: Global.Symbol

  51. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  52. final def notify(): Unit

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

    Definition Classes
    AnyRef
  54. val rparamss: List[List[Global.Symbol]]

  55. val rret: Global.Type

  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  57. def toString(): String

    Definition Classes
    AnyRef → Any
  58. def typecheckRhs(rhs: Global.Tree): Global.Tree

  59. val typed: Global.Tree

  60. val typer: Analyzer.Typer

  61. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. def [B](y: B): (Analyzer.MacroTyper, B)

    Implicit information
    This member is added by an implicit conversion from Analyzer.MacroTyper to ArrowAssoc[Analyzer.MacroTyper] 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 Analyzer.MacroTyper 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:
    (macroTyper: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Analyzer.MacroTyper 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:
    (macroTyper: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: Analyzer.MacroTyper

    Implicit information
    This member is added by an implicit conversion from Analyzer.MacroTyper to ArrowAssoc[Analyzer.MacroTyper] 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:
    (macroTyper: ArrowAssoc[Analyzer.MacroTyper]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Analyzer.MacroTyper

    Implicit information
    This member is added by an implicit conversion from Analyzer.MacroTyper to Ensuring[Analyzer.MacroTyper] 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:
    (macroTyper: Ensuring[Analyzer.MacroTyper]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Analyzer.MacroErrors

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Analyzer.MacroTyper to StringAdd

Inherited by implicit conversion any2stringfmt from Analyzer.MacroTyper to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Analyzer.MacroTyper to ArrowAssoc[Analyzer.MacroTyper]

Inherited by implicit conversion any2Ensuring from Analyzer.MacroTyper to Ensuring[Analyzer.MacroTyper]

Ungrouped