printSendNodeOnIndent

fun printSendNodeOnIndent(    sendPhrase: A_Phrase,     builder: StringBuilder,     indent: Int)

Pretty-print a send of this message with given argument phrases.

Parameters

sendPhrase

The send phrase that is being printed.

builder

A StringBuilder on which to pretty-print the send of my message with the given arguments.

indent

The current indentation level.