Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php81 protected $buildParseTree = true; variable in Antlr\\Antlr4\\Runtime\\Parser
186 if ($this->buildParseTree && $t->getTokenIndex() === -1) {
225 if ($this->buildParseTree && $t->getTokenIndex() === -1) {
250 public function setBuildParseTree(bool $buildParseTree) : void argument
252 $this->buildParseTree = $buildParseTree;
264 return $this->buildParseTree;
524 if ($this->buildParseTree || \count($this->parseListeners) > 0) {
591 if ($this->buildParseTree) {
625 if ($this->buildParseTree
[all...]