Searched defs:expectedTokens (Results 1 – 3 of 3) sorted by relevance
83 protected function read($expectedTokens): Scanner\Token { argument 129 lookahead($expectedTokens, int $position = 0, bool $allowEndOfTokens = FALSE) global() argument 183 ignore($expectedTokens) global() argument 261 handleMismatch($expectedTokens, $position = 0) global() argument [all...]
21 public function __construct(array $expectedTokens) { argument
22 public function __construct(PhpCss\Scanner\Token $encounteredToken, array $expectedTokens) { argument