Parses a TypeIdentifierPart.
$(GRAMMAR $(RULEDEF typeIdentifierPart): $(RULE identifierOrTemplateInstance) | $(RULE identifierOrTemplateInstance) $(LITERAL '.') $(RULE typeIdentifierPart) | $(RULE identifierOrTemplateInstance) $(LITERAL '[') $(RULE assignExpression) $(LITERAL ']') | $(RULE identifierOrTemplateInstance) $(LITERAL '[') $(RULE assignExpression) $(LITERAL ']') $(LITERAL '.') $(RULE typeIdentifierPart) ;)
See Implementation
Parses a TypeIdentifierPart.
$(GRAMMAR $(RULEDEF typeIdentifierPart): $(RULE identifierOrTemplateInstance) | $(RULE identifierOrTemplateInstance) $(LITERAL '.') $(RULE typeIdentifierPart) | $(RULE identifierOrTemplateInstance) $(LITERAL '[') $(RULE assignExpression) $(LITERAL ']') | $(RULE identifierOrTemplateInstance) $(LITERAL '[') $(RULE assignExpression) $(LITERAL ']') $(LITERAL '.') $(RULE typeIdentifierPart) ;)