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 MacroImplExtraParamsError(aparams: List[tools.nsc.Global.Symbol], rparams: List[tools.nsc.Global.Symbol]): Nothing

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

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

  11. def MacroImplNotPublicError(): Nothing

  12. def MacroImplOverloadedError(): Nothing

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

  14. def MacroImplParamssMismatchError(): Nothing

  15. def MacroImplReferenceWrongShapeError(): Nothing

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

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

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

  19. def MacroImplWrongNumberOfTypeArgumentsError(): Nothing

  20. final def asInstanceOf[T0]: T0

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

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

  23. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. 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
  25. 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
  26. 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
  27. 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
  28. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. 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()
  32. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  33. def globalSettings: Settings

    Definition Classes
    ErrorsTraces
  34. def hashCode(): Int

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

    Definition Classes
    Any
  36. val macroDebugLite: Boolean

    Definition Classes
    Traces
  37. val macroDebugVerbose: Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef
  44. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. 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