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
31 * Caches the result of {@see LexerActionExecutor::hashCode()} since
48 * Creates a {@see LexerActionExecutor} which executes the actions for
51 * @param LexerActionExecutor|null $lexerActionExecutor The executor for actions
65 * @return self A {@see LexerActionExecutor} for executing the combine actions
69 ?LexerActionExecutor $lexerActionExecutor,
73 return new LexerActionExecutor([$lexerAction]);
78 return new LexerActionExecutor($lexerActions);
82 * Creates a {@see LexerActionExecutor} which encodes the current offset
107 * @return self A {@see LexerActionExecutor} whic
[all...]
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 */