generateIndentIncrDecr

Inject incr/decr that is called by the accept function when visiting the AST.

mixin template generateIndentIncrDecr () {}

Members

Functions

decr
void decr()
Undocumented in source. Be warned that the author may not have intended to support it.
incr
void incr()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

indent
uint indent;
Undocumented in source.

Meta