Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
DATNConfig.php75 public $reachesIntoOuterContext; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfig
101 $this->reachesIntoOuterContext = $oldConfig->reachesIntoOuterContext;
112 return $this->reachesIntoOuterContext & ~self::SUPPRESS_PRECEDENCE_FILTER;
117 return ($this->reachesIntoOuterContext & self::SUPPRESS_PRECEDENCE_FILTER) !== 0;
123 $this->reachesIntoOuterContext |= self::SUPPRESS_PRECEDENCE_FILTER;
125 $this->reachesIntoOuterContext &= ~self::SUPPRESS_PRECEDENCE_FILTER;
192 $this->reachesIntoOuterContext > 0 ? ',up=' . $this->reachesIntoOuterContext : ''
DATNConfigSet.php149 if ($config->reachesIntoOuterContext > 0) {
180 $existing->reachesIntoOuterContext = \max(
181 $existing->reachesIntoOuterContext,
182 $config->reachesIntoOuterContext
DParserATNSimulator.php1627 if ($config->reachesIntoOuterContext > 50) {
1678 $c->reachesIntoOuterContext = $config->reachesIntoOuterContext;
1760 $c->reachesIntoOuterContext++;