tokenIndicesInName

val A_Phrase.tokenIndicesInName: A_Tuple

Answer the tuple of the one-based indices of the tokens that contributed to this phrase. The indices refer to the sent A_Bundle's tuple of parts produced by the MessageSplitter.

If the phrase is not a send or macro, or if the phrase was not parsed from source, these indices will be zero.

Return

The requested tuple of tokens.