Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php890 protected function computeReachSet(ATNConfigSet $closure, int $t, bool $fullCtx) : ?ATNConfigSet
1093 … protected function computeStartState(ATNState $p, RuleContext $ctx, bool $fullCtx) : ATNConfigSet
1578 bool $fullCtx
1595 bool $fullCtx,
1620 bool $fullCtx,
1716 bool $fullCtx,
2003 bool $fullCtx,
2070 bool $fullCtx
2128 bool $fullCtx
H A DATNConfigSet.php81 public $fullCtx; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet
86 public function __construct(bool $fullCtx = true)