Texts

dotty.tools.dotc.printing.Texts
object Texts

Attributes

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

Members list

Type members

Classlikes

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

Attributes

Supertypes
class Fluid
trait Serializable
trait Product
trait Equals
class Text
class Object
trait Matchable
class Any
Show all
object EmptyLineRange extends LineRange

Attributes

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

Attributes

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

Inclusive line range

Inclusive line range

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
case class Str(s: String, lineRange: LineRange) extends Text

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Text
class Object
trait Matchable
class Any
Show all
sealed abstract class Text

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Text
class Object
trait Matchable
class Any
Show all

Implicits

Implicits

implicit def stringToText(s: String): Text