Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php69 public $hasSemanticContext = false; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet
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) {
609 $configs->hasSemanticContext = true;
740 $suppressEdge = $configs->hasSemanticContext;
741 $configs->hasSemanticContext = false;
782 if ($configs->hasSemanticContext) {
H A DPredictionMode.php181 if ($configs->hasSemanticContext) {
H A DParserATNSimulator.php702 if ($D->isAcceptState && $D->configs->hasSemanticContext) {