Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A 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));
/plugin/refnotes/
H A Dbibtex.php94 if (empty($unmatched) && empty($matched) && ($lastMode == $this->modeStack->getCurrent())) {
98 $lastMode = $this->modeStack->getCurrent();
116 $mode = $this->modeStack->getCurrent();