Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php28 private const SUPPRESS_PRECEDENCE_FILTER = 0x40000000; define in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfig
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;