Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/
DLexer.php98 public $modeStack = []; variable in Antlr\\Antlr4\\Runtime\\Lexer
143 $this->modeStack = [];
253 $this->modeStack[] = $this->mode;
260 if (\count($this->modeStack) === 0) {
264 $this->mode(\array_pop($this->modeStack));