Home
last modified time | relevance | path

Searched refs:LexerActionExecutor (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerActionExecutor.php25 final class LexerActionExecutor implements Equatable class
51 * @param LexerActionExecutor|null $lexerActionExecutor The executor for actions
69 ?LexerActionExecutor $lexerActionExecutor,
73 return new LexerActionExecutor([$lexerAction]);
78 return new LexerActionExecutor($lexerActions);
129 return new LexerActionExecutor($updatedLexerActions);
H A DLexerATNConfig.php15 /** @var LexerActionExecutor|null */
25 ?LexerActionExecutor $executor = null,
36 public function getLexerActionExecutor() : ?LexerActionExecutor
H A DLexerATNSimulator.php419 ?LexerActionExecutor $lexerActionExecutor,
638 …$lexerActionExecutor = LexerActionExecutor::append($config->getLexerActionExecutor(), $lexerAction…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFAState.php8 use Antlr\Antlr4\Runtime\Atn\LexerActionExecutor; alias
66 /** @var LexerActionExecutor|null */