OutputFormatterStyleStack

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(OutputFormatterStyle emptyStyle)
Undocumented in source.

Members

Functions

getCurrent
OutputFormatterStyle getCurrent()
Undocumented in source. Be warned that the author may not have intended to support it.
getEmptyStyle
OutputFormatterStyle getEmptyStyle()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
OutputFormatterStyle pop()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
OutputFormatterStyle pop(OutputFormatterStyle style)
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(OutputFormatterStyle style)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
setEmptyStyle
void setEmptyStyle(OutputFormatterStyle emptyStyle)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

emptyStyle
OutputFormatterStyle emptyStyle;
Undocumented in source.
styles
List!(OutputFormatterStyle) styles;
Undocumented in source.

Meta