newUse

fun newUse(theToken: A_Token, declaration: A_Phrase): A_Phrase

Construct a new variable use phrase.

Return

A new variable use phrase.

Parameters

theToken

The token which is the use of the variable in the source.

declaration

The declaration which is being used.