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/
H A DATNConfig.php26 * the existing {@see ATNConfig::$reachesIntoOuterContext} field.
75 public $reachesIntoOuterContext; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfig
101 $this->reachesIntoOuterContext = $oldConfig->reachesIntoOuterContext;
106 * This method gets the value of the {@see ATNConfig::$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 >
[all...]
H A DATNConfigSet.php149 if ($config->reachesIntoOuterContext > 0) {
180 $existing->reachesIntoOuterContext = \max(
181 $existing->reachesIntoOuterContext,
182 $config->reachesIntoOuterContext
H A DParserATNSimulator.php1627 if ($config->reachesIntoOuterContext > 50) {
1678 $c->reachesIntoOuterContext = $config->reachesIntoOuterContext;
1760 $c->reachesIntoOuterContext++;