matches
Checks if this token matches a given NameToken. The match successful if:
Token body matches pattern body as a regex
Index body matches pattern body as a regex of both are null
Matches all names in pattern according to NameToken.matches rules.