Parser.optionalIdentifier

Parses an optional identifier.

class Parser
Token*
optionalIdentifier
(
)

Return Value

Type: Token*

null or the identifier.

Meta