Conversion

dotty.tools.dotc.transform.localopt.TypedFormatChecker.Conversion
See theConversion companion object
final class Conversion(val descriptor: Match, val argi: Int, val kind: Kind)

A conversion specifier matched in the argi'th string part, with argc arguments to interpolate.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def accepts(arg: Type): Boolean
def badFlag(f: Char, msg: String): Unit
def errorAt(g: SpecGroup, i: Int)(msg: String): Unit
def hasFlag(f: Char): Boolean
def warningAt(g: SpecGroup, i: Int)(msg: String): Unit

Concrete fields

val argi: Int
val cc: Char
val flags: String
val index: Option[Int]
val kind: Kind
val op: String
val width: Option[Int]