class ImplicitConversionImpl extends ImplicitConversion
- Alphabetic
- By Inheritance
- ImplicitConversionImpl
- ImplicitConversion
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ImplicitConversionImpl(sym: Global.Symbol, convSym: Global.Symbol, toType: Global.Type, constrs: List[Constraint], inTpl: (ModelFactoryImplicitSupport.this)#DocTemplateImpl)
Value Members
-
lazy val
constraints: List[Constraint]
The constraints that the transformations puts on the type parameters
The constraints that the transformations puts on the type parameters
- Definition Classes
- ImplicitConversionImpl → ImplicitConversion
- val constrs: List[Constraint]
- val convSym: Global.Symbol
-
def
conversionQualifiedName: String
A qualified name uniquely identifying the conversion (currently: the conversion method's qualified name)
A qualified name uniquely identifying the conversion (currently: the conversion method's qualified name)
- Definition Classes
- ImplicitConversionImpl → ImplicitConversion
-
def
conversionShortName: String
A short name of the conversion
A short name of the conversion
- Definition Classes
- ImplicitConversionImpl → ImplicitConversion
-
def
convertorMethod: Either[MemberEntity, String]
The entity for the method that performed the conversion, if it's documented (or just its name, otherwise)
The entity for the method that performed the conversion, if it's documented (or just its name, otherwise)
- Definition Classes
- ImplicitConversionImpl → ImplicitConversion
-
def
convertorOwner: TemplateEntity
The entity that performed the conversion
The entity that performed the conversion
- Definition Classes
- ImplicitConversionImpl → ImplicitConversion
-
def
isHiddenConversion: Boolean
Is this a hidden implicit conversion (as specified in the settings)
Is this a hidden implicit conversion (as specified in the settings)
- Definition Classes
- ImplicitConversionImpl → ImplicitConversion
- lazy val memberImpls: List[(ModelFactoryImplicitSupport.this)#MemberImpl]
-
lazy val
members: List[MemberEntity]
The members inherited by this implicit conversion
The members inherited by this implicit conversion
- Definition Classes
- ImplicitConversionImpl → ImplicitConversion
-
def
source: DocTemplateEntity
The source of the implicit conversion
The source of the implicit conversion
- Definition Classes
- ImplicitConversionImpl → ImplicitConversion
- val sym: Global.Symbol
-
def
targetType: TypeEntity
The result type after the conversion
The result type after the conversion
- Definition Classes
- ImplicitConversionImpl → ImplicitConversion
-
def
targetTypeComponents: List[(TemplateEntity, TypeEntity)]
The components of the implicit conversion type parents
The components of the implicit conversion type parents
- Definition Classes
- ImplicitConversionImpl → ImplicitConversion
-
def
toString(): String
- Definition Classes
- ImplicitConversionImpl → AnyRef → Any
- val toType: Global.Type
The Scala compiler and reflection APIs.