Parser.parseDeclaratorSuffix

Parses the array types after the declarator (C-style.) E.g.: int a[]

$(BNF DeclaratorSuffix := ArrayType*)

class Parser
Type
parseDeclaratorSuffix
(
Type lhsType
)

Parameters

lhsType
Type: Type

The type on the left-hand side.

Return Value

Type: Type

lhsType or a suffix type.

Meta