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

Value members

Abstract methods

def relems: List[Text]

Concrete methods

def appendToLastLine(that: Text): Text
def close: Text
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