Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php72 public $dipsIntoOuterContext = false; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet
134 * This method updates {@see ATNConfigSet::$dipsIntoOuterContext} and
150 $this->dipsIntoOuterContext = true;
295 && $this->dipsIntoOuterContext === $other->dipsIntoOuterContext
385 $this->dipsIntoOuterContext ? ',dipsIntoOuterContext' : ''
H A DParserATNSimulator.php1156 * (14,2,$-dipsIntoOuterContext,{2>=prec}?). The optimization allows us to
1159 * an invoking e call, indicated by dipsIntoOuterContext. As the predicates
1177 * (11,2,[$],up=1), (14,2,[$],up=1)], hasSemanticContext=true,dipsIntoOuterContext
1181 * [(11,1,[$]), (14,1,[$]), (5,2,[$],up=1)],dipsIntoOuterContext
1192 * just under sign bit of dipsIntoOuterContext (SUPPRESS_PRECEDENCE_FILTER).
1610 if ($fullCtx && $configs->dipsIntoOuterContext) {
1769 $configs->dipsIntoOuterContext = true;