CfParser.matchAny
Checks if the current token matches any of the expected types.
Parameters
types | The token types to check for |
Returns
true if the current token matches any.
Checks if the current token matches any of the expected types.
types | The token types to check for |