Bracketed

oxygen.cli.HelpMessage.ValueMessage.Bracketed
final case class Bracketed(name: LongName, child: HelpMessage) extends Base

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Base
trait ValueMessage
trait HelpMessage
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

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

Attributes

Definition Classes
Inherited from:
ValueMessage
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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