Modifier

dotty.tools.dotc.printing.Highlighting.Modifier
abstract class Modifier(mod: String, text: String) extends Highlight

Attributes

Graph
Supertypes
class Highlight
class Object
trait Matchable
class Any
Known subtypes
class Bold
class Underlined

Members list

Value members

Concrete methods

override def show(using Context): String

Attributes

Definition Classes

Inherited methods

def +(other: String)(using Context): HighlightBuffer

Attributes

Inherited from:
Highlight
def +(other: Highlight)(using Context): HighlightBuffer

Attributes

Inherited from:
Highlight
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Highlight -> Any
Inherited from:
Highlight