printTypePartOf

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

Print the part of the given declaration of this kind which indicates the content type of the entity that is being declared.

Parameters

self

The declaration.

builder

Where to print.

recursionMap

An IdentityHashMap of parent objects that are printing.

indent

The indentation depth.