Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php69 public $hasSemanticContext = false; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet
135 * {@see ATNConfigSet::$hasSemanticContext} when necessary.
146 $this->hasSemanticContext = true;
294 && $this->hasSemanticContext === $other->hasSemanticContext
382 $this->hasSemanticContext ? ',hasSemanticContext=' . $this->hasSemanticContext : '',
H A DLexerATNSimulator.php169 $suppressEdge = $s0_closure->hasSemanticContext;
170 $s0_closure->hasSemanticContext = false;
305 if (!$reach->hasSemanticContext) {
556 * side-effect: can alter configs.hasSemanticContext
609 $configs->hasSemanticContext = true;
729 /* leading to this call, ATNConfigSet.hasSemanticContext is used as a
740 $suppressEdge = $configs->hasSemanticContext;
741 $configs->hasSemanticContext = false;
782 if ($configs->hasSemanticContext) {
H A DPredictionMode.php161 * {@see ATNConfigSet::hasSemanticContext()}), this algorithm makes a copy of
181 if ($configs->hasSemanticContext) {
H A DParserATNSimulator.php702 if ($D->isAcceptState && $D->configs->hasSemanticContext) {
1177 * (11,2,[$],up=1), (14,2,[$],up=1)], hasSemanticContext=true,dipsIntoOuterContext