class compiler::AstWriter
sys::Obj compiler::AstWriter
AstWriter
- flags
- 
Write the source code for the mask of flags with a trailing space. 
- flagsToStr
- indent
- 
AstWriter indent()Increment the indentation 
- indentation
- 
Int indentation := 0
- make
- 
new make(OutStream out := Env.cur().out())Make for specified output stream 
- needIndent
- 
Bool needIndent := false
- nl
- 
AstWriter nl()Write newline and then return this. 
- out
- 
OutStream out
- unindent
- 
AstWriter unindent()Decrement the indentation 
- w
- 
Write and then return this.