Packages

sealed trait Conversion extends AnyRef

A conversion specifier matched by m in the string part at pos, with argc arguments to interpolate.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Conversion
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def accepts(arg: nsc.Global.Tree): Option[nsc.Global.Type]
  2. abstract def argc: Int
  3. abstract def m: Match
  4. abstract def pos: nsc.Global.Position

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allFlags: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def badFlag(f: Char, msg: String): Unit
  7. def cc: Char
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def errorAt(g: SpecifierGroups.Value, msg: String): Unit
  12. def errorAtOffset(g: SpecifierGroups.Value, i: Int, msg: String): Unit
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val flags: Option[String]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def goodFlags: Boolean
  17. def goodIndex: Boolean
  18. def groupPos(g: SpecifierGroups.Value): Position
  19. def groupPosAt(g: SpecifierGroups.Value, i: Int): Position
  20. def hasAnyFlag(fs: String): Boolean
  21. def hasFlag(f: Char): Boolean
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val index: Option[Int]
  24. def indexed: Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isLeading: Boolean
  27. def isLiteral: Boolean
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def noFlags: Boolean
  30. def noPrecision: Boolean
  31. def noWidth: Boolean
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def okFlags: String
    Attributes
    protected
  35. def only_-(msg: String): Boolean
  36. val op: String
  37. def pickAcceptable(arg: nsc.Global.Tree, variants: nsc.Global.Type*): Option[nsc.Global.Type]

    Pick the type of an arg to format from among the variants supported by a conversion.

    Pick the type of an arg to format from among the variants supported by a conversion. This is the type of the temporary, so failure results in an erroneous assignment to the first variant. A more complete message would be nice.

  38. val precision: Option[Int]
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def verify: Boolean
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  45. val width: Option[Int]

Inherited from AnyRef

Inherited from Any

Ungrouped