Texts

dotty.tools.dotc.printing.Texts$
object Texts

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Texts.type

Members list

Concise view

Type members

Classlikes

class Closed(relems: List[Text]) extends Fluid

Attributes

Graph
Supertypes
class Fluid
trait Product
trait Equals
class Text
class Object
trait Matchable
class Any
object EmptyLineRange extends LineRange

Attributes

Graph
Supertypes
class LineRange
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case class Fluid(relems: List[Text]) extends Text

Attributes

Graph
Supertypes
trait Product
trait Equals
class Text
class Object
trait Matchable
class Any
Known subtypes
class Closed
case class LineRange(start: Int, end: Int)

Inclusive line range

Inclusive line range

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object EmptyLineRange.type
case class Str(s: String, lineRange: LineRange) extends Text

Attributes

Graph
Supertypes
trait Product
trait Equals
class Text
class Object
trait Matchable
class Any
sealed abstract class Text

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Fluid
class Closed
class Str
class Vertical
object Text

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Text.type
case class Vertical(relems: List[Text]) extends Text

Attributes

Graph
Supertypes
trait Product
trait Equals
class Text
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def stringToText(s: String): Text