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