Base

oxygen.cli.HelpMessage.ValueMessage.Base
sealed trait Base extends ValueMessage

Attributes

Graph
Supertypes
trait ValueMessage
trait HelpMessage
class Object
trait Matchable
class Any
Known subtypes
class Bracketed
class Or
class Raw
class Then
class Value

Members list

Value members

Inherited methods

final override def addHints(messages: List[HelpHint]): ValueMessage

Attributes

Definition Classes
Inherited from:
ValueMessage
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
HelpMessage -> Any
Inherited from:
HelpMessage