Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php370 $fullCtx = false;
379 $fullCtx
764 $fullCtx = true;
773 $reach = $this->computeReachSet($previous, $t, $fullCtx);
890 protected function computeReachSet(ATNConfigSet $closure, int $t, bool $fullCtx) : ?ATNConfigSet argument
900 $intermediate = new ATNConfigSet($fullCtx);
926 if ($fullCtx || $t === IntStream::EOF) {
985 $reach = new ATNConfigSet($fullCtx);
990 $this->closure($item, $reach, $closureBusy, false, $fullCtx, $treatEofAsEpsilon);
1024 …if ($skippedStopStates !== null && (!$fullCtx || !PredictionMode::hasConfigInRuleStopState($reach)…
[all …]
H A DATNConfigSet.php81 public $fullCtx; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet
86 public function __construct(bool $fullCtx = true) argument
125 $this->fullCtx = $fullCtx;
169 $rootIsWildcard = !$this->fullCtx;
292 return $this->fullCtx === $other->fullCtx