Parser.tokenAfterParenIs

Returns true if the token after the closing parenthesis matches the searched kind.

class Parser
bool
tokenAfterParenIs
(
TOK kind
)

Parameters

kind
Type: TOK

The token kind to test for.

Meta