Home
last modified time | relevance | path

Searched refs:LexerIndexedCustomAction (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerActionExecutor.php8 use Antlr\Antlr4\Runtime\Atn\Actions\LexerIndexedCustomAction; alias
116 && !$this->lexerActions[$i] instanceof LexerIndexedCustomAction) {
121 … $updatedLexerActions[$i] = new LexerIndexedCustomAction($offset, $this->lexerActions[$i]);
171 if ($lexerAction instanceof LexerIndexedCustomAction) {
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerIndexedCustomAction.php22 final class LexerIndexedCustomAction implements LexerAction class