highlightedNameFor

fun highlightedNameFor(phraseType: A_Type, pc: Int): String

Answer a String containing the message name with an indicator inserted to show which area of the message is being parsed by the given program counter.

Return

The annotated message string.

Parameters

phraseType

The phrase type (yielding a tuple type) for this signature.

pc

The program counter for which an appropriate annotation should be inserted into the name. It's between 1 and the number of instructions generated plus one.