Function Parser.parseType2
Parses a Type2
type2: builtinType | typeIdentifierPart | 'super' '.' typeIdentifierPart | 'this' '.' typeIdentifierPart | typeofExpression ('.' typeIdentifierPart)? | typeConstructor '(' type ')' | traitsExpression | vector | mixinExpression ;