case class MacroImplRefCompiler(untypedMacroImplRef: tools.nsc.Global.Tree, isImplBundle: Boolean) extends Resolver with Validator with Error with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MacroImplRefCompiler
- Serializable
- Serializable
- Product
- Equals
- Error
- Validator
- Resolver
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MacroImplRefCompiler(untypedMacroImplRef: tools.nsc.Global.Tree, isImplBundle: Boolean)
Value Members
-
def
MacroImplExtraParamsError(aparams: List[tools.nsc.Global.Symbol], rparams: List[tools.nsc.Global.Symbol]): Nothing
- Definition Classes
- Error
-
def
MacroImplMissingParamsError(aparams: List[tools.nsc.Global.Symbol], rparams: List[tools.nsc.Global.Symbol]): Nothing
- Definition Classes
- Error
-
def
MacroImplNonTagImplicitParameters(params: List[tools.nsc.Global.Symbol]): Nothing
- Definition Classes
- Error
-
def
MacroImplNotPublicError(): Nothing
- Definition Classes
- Error
-
def
MacroImplOverloadedError(): Nothing
- Definition Classes
- Error
-
def
MacroImplParamNameMismatchError(aparam: tools.nsc.Global.Symbol, rparam: tools.nsc.Global.Symbol): Nothing
- Definition Classes
- Error
-
def
MacroImplParamssMismatchError(): Nothing
- Definition Classes
- Error
-
def
MacroImplReferenceWrongShapeError(): Nothing
- Definition Classes
- Error
-
def
MacroImplTargMismatchError(atargs: List[tools.nsc.Global.Type], atparams: List[tools.nsc.Global.Symbol]): Nothing
- Definition Classes
- Error
-
def
MacroImplTparamInstantiationError(atparams: List[tools.nsc.Global.Symbol], e: (analyzer)#NoInstance): Nothing
- Definition Classes
- Error
-
def
MacroImplVarargMismatchError(aparam: tools.nsc.Global.Symbol, rparam: tools.nsc.Global.Symbol): Unit
- Definition Classes
- Error
-
def
MacroImplWrongNumberOfTypeArgumentsError(): Nothing
- Definition Classes
- Error
-
lazy val
aparamss: List[List[tools.nsc.Global.Symbol]]
- Definition Classes
- Validator
-
lazy val
aret: tools.nsc.Global.Type
- Definition Classes
- Validator
-
lazy val
atparams: List[tools.nsc.Global.Symbol]
- Definition Classes
- Validator
-
def
checkMacroImplParamTypeMismatch(atpe: tools.nsc.Global.Type, rparam: tools.nsc.Global.Symbol): Unit
- Definition Classes
- Error
-
def
checkMacroImplResultTypeMismatch(atpe: tools.nsc.Global.Type, rret: tools.nsc.Global.Type): Unit
- Definition Classes
- Error
-
lazy val
isBlackbox: Boolean
- Definition Classes
- Resolver
-
val
isImplBundle: Boolean
- Definition Classes
- MacroImplRefCompiler → Resolver
-
val
isImplMethod: Boolean
- Definition Classes
- Resolver
-
lazy val
looksCredible: Boolean
- Definition Classes
- Resolver
-
lazy val
macroImpl: tools.nsc.Global.Symbol
- Definition Classes
- Resolver
-
lazy val
macroImplOwner: tools.nsc.Global.Symbol
- Definition Classes
- Resolver
-
lazy val
macroImplRef: tools.nsc.Global.Tree
- Definition Classes
- Resolver
-
lazy val
rparamss: List[List[tools.nsc.Global.Symbol]]
- Definition Classes
- Validator
-
lazy val
rret: tools.nsc.Global.Type
- Definition Classes
- Validator
-
lazy val
targs: List[tools.nsc.Global.Tree]
- Definition Classes
- Resolver
- val untypedMacroImplRef: tools.nsc.Global.Tree
-
def
validateMacroImplRef(): Unit
- Definition Classes
- Validator
The Scala compiler and reflection APIs.