Text

dotty.tools.dotc.printing.Texts$.Text
See theText companion object
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

Members list

Concise view

Value members

Abstract methods

def relems: List[Text]

Concrete methods

def isClosed: Boolean
def isEmpty: Boolean
def isFluid: Boolean
def isSplittable: Boolean
def isVertical: Boolean
def lastLine: String
def layout(width: Int): Text
def map(f: String => String): Text
def maxLine: Int
def mkString(width: Int, withLineNumbers: Boolean): String
def over(that: Text): Vertical
def remaining(width: Int): Int
def stripPrefix(pre: String): Text
def ~(that: Text): Text
def ~~(that: Text): Text