new Constant
Construct a new declaration of a DeclarationKind.LOCAL_CONSTANT.
Return
The new local constant declaration.
Parameters
token
The token that is the defining occurrence of the name of the local constant being declared.
initialization Expression
An expression used to provide the value of the local constant.