scala.reflect.macros.compiler

Errors

trait Errors extends Traces

Self Type
DefaultMacroCompiler
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Errors
  2. Traces
  3. AnyRef
  4. 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

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

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

  9. def MacroBundleWrongShapeError(): Nothing

  10. def MacroImplExtraParamsError(aparams: List[tools.nsc.Global.Symbol], rparams: List[tools.nsc.Global.Symbol]): Nothing

  11. def MacroImplMissingParamsError(aparams: List[tools.nsc.Global.Symbol], rparams: List[tools.nsc.Global.Symbol]): Nothing

  12. def MacroImplNonTagImplicitParameters(params: List[tools.nsc.Global.Symbol]): Nothing

  13. def MacroImplNotPublicError(): Nothing

  14. def MacroImplOverloadedError(): Nothing

  15. def MacroImplParamNameMismatchError(aparam: tools.nsc.Global.Symbol, rparam: tools.nsc.Global.Symbol): Nothing

  16. def MacroImplParamssMismatchError(): Nothing

  17. def MacroImplReferenceWrongShapeError(): Nothing

  18. def MacroImplTargMismatchError(atargs: List[tools.nsc.Global.Type], atparams: List[tools.nsc.Global.Symbol]): Nothing

  19. def MacroImplTparamInstantiationError(atparams: List[tools.nsc.Global.Symbol], e: (analyzer)#NoInstance): Nothing

  20. def MacroImplVarargMismatchError(aparam: tools.nsc.Global.Symbol, rparam: tools.nsc.Global.Symbol): Unit

  21. def MacroImplWrongNumberOfTypeArgumentsError(): Nothing

  22. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  23. def checkMacroImplParamTypeMismatch(atpe: tools.nsc.Global.Type, rparam: tools.nsc.Global.Symbol): Unit

  24. def checkMacroImplResultTypeMismatch(atpe: tools.nsc.Global.Type, rret: tools.nsc.Global.Type): Unit

  25. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def ensuring(cond: (Errors) ⇒ Boolean, msg: ⇒ Any): Errors

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  35. def globalSettings: Settings

    Definition Classes
    ErrorsTraces
  36. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. val macroDebugLite: Boolean

    Definition Classes
    Traces
  39. val macroDebugVerbose: Boolean

    Definition Classes
    Traces
  40. final def macroLogLite(msg: ⇒ Any): Unit

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

    Definition Classes
    Traces
    Annotations
    @inline()
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def [B](y: B): (Errors, B)

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

Inherited from Traces

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped