Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PrettyPrinter ¶
type PrettyPrinter struct {
// contains filtered or unexported fields
}
func NewPrettyPrinter ¶
func NewPrettyPrinter(w io.Writer, indentStr string) *PrettyPrinter
NewPrettyPrinter - Constructor for PrettyPrinter
func (*PrettyPrinter) Print ¶
func (p *PrettyPrinter) Print(n ir.Node)
Click to show internal directories.
Click to hide internal directories.