Searched refs:LexerIndexedCustomAction (Results 1 – 2 of 2) sorted by relevance
8 use Antlr\Antlr4\Runtime\Atn\Actions\LexerIndexedCustomAction; alias116 && !$this->lexerActions[$i] instanceof LexerIndexedCustomAction) {121 … $updatedLexerActions[$i] = new LexerIndexedCustomAction($offset, $this->lexerActions[$i]);171 if ($lexerAction instanceof LexerIndexedCustomAction) {
22 final class LexerIndexedCustomAction implements LexerAction class