t

scala.tools.nsc.doc.model

ImplicitConversion

trait ImplicitConversion extends AnyRef

A trait that signals the member results from an implicit conversion

Source
Entity.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImplicitConversion
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def constraints: List[Constraint]

    The constraints that the transformations puts on the type parameters

  2. abstract def conversionQualifiedName: String

    A qualified name uniquely identifying the conversion (currently: the conversion method's qualified name)

  3. abstract def conversionShortName: String

    A short name of the conversion

  4. abstract def convertorMethod: Either[MemberEntity, String]

    The entity for the method that performed the conversion, if it's documented (or just its name, otherwise)

  5. abstract def convertorOwner: TemplateEntity

    The entity that performed the conversion

  6. abstract def isHiddenConversion: Boolean

    Is this a hidden implicit conversion (as specified in the settings)

  7. abstract def members: List[MemberEntity]

    The members inherited by this implicit conversion

  8. abstract def source: DocTemplateEntity

    The source of the implicit conversion

  9. abstract def targetType: TypeEntity

    The result type after the conversion

  10. abstract def targetTypeComponents: List[(TemplateEntity, TypeEntity)]

    The components of the implicit conversion type parents