Parser.parseDeclaratorOptId

Parses a Declarator with an optional Identifier.

$(BNF DeclaratorOptId := Type (Identifier DeclaratorSuffix)?)

class Parser
Type
parseDeclaratorOptId
(
ref Token* ident
)

Parameters

ident
Type: Token*

Receives the optional identifier of the declarator.

Meta