Packages

case class MacroImplRefCompiler(untypedMacroImplRef: tools.nsc.Global.Tree, isImplBundle: Boolean) extends Resolver with Validator with Error with Product with Serializable

Source
DefaultMacroCompiler.scala
Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, DefaultMacroCompiler.Error, DefaultMacroCompiler.Validator, DefaultMacroCompiler.Resolver, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MacroImplRefCompiler
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Error
  7. Validator
  8. Resolver
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MacroImplRefCompiler(untypedMacroImplRef: tools.nsc.Global.Tree, isImplBundle: Boolean)

Value Members

  1. def MacroImplExtraParamsError(aparams: List[tools.nsc.Global.Symbol], rparams: List[tools.nsc.Global.Symbol]): Nothing
    Definition Classes
    Error
  2. def MacroImplMissingParamsError(aparams: List[tools.nsc.Global.Symbol], rparams: List[tools.nsc.Global.Symbol]): Nothing
    Definition Classes
    Error
  3. def MacroImplNonTagImplicitParameters(params: List[tools.nsc.Global.Symbol]): Nothing
    Definition Classes
    Error
  4. def MacroImplNotPublicError(): Nothing
    Definition Classes
    Error
  5. def MacroImplOverloadedError(): Nothing
    Definition Classes
    Error
  6. def MacroImplParamNameMismatchError(aparam: tools.nsc.Global.Symbol, rparam: tools.nsc.Global.Symbol): Nothing
    Definition Classes
    Error
  7. def MacroImplParamssMismatchError(): Nothing
    Definition Classes
    Error
  8. def MacroImplReferenceWrongShapeError(): Nothing
    Definition Classes
    Error
  9. def MacroImplTargMismatchError(atargs: List[tools.nsc.Global.Type], atparams: List[tools.nsc.Global.Symbol]): Nothing
    Definition Classes
    Error
  10. def MacroImplTparamInstantiationError(atparams: List[tools.nsc.Global.Symbol], e: (analyzer)#NoInstance): Nothing
    Definition Classes
    Error
  11. def MacroImplVarargMismatchError(aparam: tools.nsc.Global.Symbol, rparam: tools.nsc.Global.Symbol): Unit
    Definition Classes
    Error
  12. def MacroImplWrongNumberOfTypeArgumentsError(): Nothing
    Definition Classes
    Error
  13. lazy val aparamss: List[List[tools.nsc.Global.Symbol]]
    Definition Classes
    Validator
  14. lazy val aret: tools.nsc.Global.Type
    Definition Classes
    Validator
  15. lazy val atparams: List[tools.nsc.Global.Symbol]
    Definition Classes
    Validator
  16. def checkMacroImplParamTypeMismatch(atpe: tools.nsc.Global.Type, rparam: tools.nsc.Global.Symbol): Unit
    Definition Classes
    Error
  17. def checkMacroImplResultTypeMismatch(atpe: tools.nsc.Global.Type, rret: tools.nsc.Global.Type): Unit
    Definition Classes
    Error
  18. lazy val isBlackbox: Boolean
    Definition Classes
    Resolver
  19. val isImplBundle: Boolean
    Definition Classes
    MacroImplRefCompilerResolver
  20. val isImplMethod: Boolean
    Definition Classes
    Resolver
  21. lazy val looksCredible: Boolean
    Definition Classes
    Resolver
  22. lazy val macroImpl: tools.nsc.Global.Symbol
    Definition Classes
    Resolver
  23. lazy val macroImplOwner: tools.nsc.Global.Symbol
    Definition Classes
    Resolver
  24. lazy val macroImplRef: tools.nsc.Global.Tree
    Definition Classes
    Resolver
  25. lazy val rparamss: List[List[tools.nsc.Global.Symbol]]
    Definition Classes
    Validator
  26. lazy val rret: tools.nsc.Global.Type
    Definition Classes
    Validator
  27. lazy val targs: List[tools.nsc.Global.Tree]
    Definition Classes
    Resolver
  28. val untypedMacroImplRef: tools.nsc.Global.Tree
  29. def validateMacroImplRef(): Unit
    Definition Classes
    Validator