print

abstract fun print(    self: A_Phrase,     builder: StringBuilder,     recursionMap: IdentityHashMap<A_BasicObject, Void>,     indent: Int)

Print a declaration of this kind.

Parameters

self

The declaration.

builder

Where to print.

recursionMap

An IdentityHashMap of parent objects that are printing.

indent

The indentation depth.