Searched refs:lexerActions (Results 1 – 4 of 4) sorted by relevance
28 private $lexerActions; variable in Antlr\\Antlr4\\Runtime\\Atn\\LexerActionExecutor42 public function __construct(array $lexerActions) argument44 $this->lexerActions = $lexerActions;76 $lexerActions = \array_merge($lexerActionExecutor->lexerActions, [$lexerAction]);78 return new LexerActionExecutor($lexerActions);114 for ($i = 0, $count = \count($this->lexerActions); $i < $count; $i++) {115 if ($this->lexerActions[$i]->isPositionDependent()116 && !$this->lexerActions[$i] instanceof LexerIndexedCustomAction) {118 $updatedLexerActions = \array_merge($this->lexerActions, []);121 … $updatedLexerActions[$i] = new LexerIndexedCustomAction($offset, $this->lexerActions[$i]);[all …]
86 public $lexerActions = []; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATN
482 $atn->lexerActions = [];498 $atn->lexerActions[$i] = $lexerAction;
636 $lexerAction = $this->atn->lexerActions[$t->actionIndex];