Function Parser.parseType2

Parses a Type2

Type2 parseType2();

type2: builtinType | typeIdentifierPart | 'super' '.' typeIdentifierPart | 'this' '.' typeIdentifierPart | typeofExpression ('.' typeIdentifierPart)? | typeConstructor '(' type ')' | traitsExpression | vector | mixinExpression ;