Searched refs:fullCtx (Results 1 – 2 of 2) sorted by relevance
370 $fullCtx = false;379 $fullCtx764 $fullCtx = true;773 $reach = $this->computeReachSet($previous, $t, $fullCtx);890 protected function computeReachSet(ATNConfigSet $closure, int $t, bool $fullCtx) : ?ATNConfigSet argument900 $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 …]
81 public $fullCtx; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet86 public function __construct(bool $fullCtx = true) argument125 $this->fullCtx = $fullCtx;169 $rootIsWildcard = !$this->fullCtx;292 return $this->fullCtx === $other->fullCtx