Home
last modified time | relevance | path

Searched refs:atn (Results 1 – 25 of 25) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php137 $atn = $this->readATN();
138 $this->readStates($atn);
139 $this->readRules($atn);
140 $this->readModes($atn);
157 $this->readEdges($atn, $sets);
158 $this->readDecisions($atn);
159 $this->readLexerActions($atn);
160 $this->markPrecedenceDecisions($atn);
161 $this->verifyATN($atn);
163 if ($atn
227 readStates(ATN $atn) global() argument
310 readRules(ATN $atn) global() argument
348 readModes(ATN $atn) global() argument
392 readEdges(ATN $atn, array& $sets) global() argument
462 readDecisions(ATN $atn) global() argument
477 readLexerActions(ATN $atn) global() argument
503 generateRuleBypassTransitions(ATN $atn) global() argument
516 generateRuleBypassTransition(ATN $atn, int $idx) global() argument
630 markPrecedenceDecisions(ATN $atn) global() argument
653 verifyATN(ATN $atn) global() argument
761 edgeFactory(ATN $atn, int $type, int $src, int $trg, int $arg1, int $arg2, int $arg3, array $sets) global() argument
[all...]
H A DATNSimulator.php35 public $atn; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNSimulator
62 public function __construct(ATN $atn, PredictionContextCache $sharedContextCache) argument
64 $this->atn = $atn;
H A DParserATNSimulator.php299 ATN $atn, argument
303 parent::__construct($atn, $sharedContextCache);
316 $decisionState = $this->atn->getDecisionState($d);
703 $decisionState = $this->atn->getDecisionState($dfa->decision);
1081 $nextTokens = $this->atn->nextTokens($config->state);
1084 $endOfRuleState = $this->atn->ruleToStopState[$config->state->ruleIndex];
1096 $initialContext = PredictionContext::fromRuleContext($this->atn, $ctx);
1304 return $trans->matches($ttype, 0, $this->atn->maxTokenType) ? $trans->target : null;
1666 $returnState = $this->atn->states[$config->context->getReturnState($i)];
1920 $returnState = $this->atn
[all...]
H A DLexerATNSimulator.php82 ATN $atn, argument
86 parent::__construct($atn, $sharedContextCache);
160 $startState = $this->atn->modeToStartState[$this->mode];
513 $returnState = $this->atn->states[$config->context->getReturnState($i)];
636 $lexerAction = $this->atn->lexerActions[$t->actionIndex];
806 $prediction = $this->atn->ruleToTokenType[$firstConfigWithRuleStopState->state->ruleIndex];
H A DATN.php134 $state->atn = $this;
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php597 protected static $atn; variable in ComboStrap\\PageSqlParser\\PageSqlLexer
606 $this->interp = new LexerATNSimulator($this, self::$atn, self::$decisionToDFA, self::$sharedContextCache);
611 if (self::$atn !== null) {
617 $atn = (new ATNDeserializer())->deserialize(self::SERIALIZED_ATN);
620 for ($i = 0, $count = $atn->getNumberOfDecisions(); $i < $count; $i++) {
621 $decisionToDFA[] = new DFA($atn->getDecisionState($i), $i);
624 self::$atn = $atn;
669 return self::$atn;
H A DPageSql.interp164 atn:
H A DPageSqlParser.php232 protected static $atn;
242 $this->interp = new ParserATNSimulator($this, self::$atn, self::$decisionToDFA, self::$sharedContextCache);
247 if (self::$atn !== null) {
253 $atn = (new ATNDeserializer())->deserialize(self::SERIALIZED_ATN);
256 for ($i = 0, $count = $atn->getNumberOfDecisions(); $i < $count; $i++) {
257 $decisionToDFA[] = new DFA($atn->getDecisionState($i), $i);
260 self::$atn = $atn;
282 return self::$atn;
224 protected static $atn; global() variable in ComboStrap\\PageSqlParser\\PageSqlParser
H A DPageSqlLexer.interp259 atn:
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php30 public $atn; variable in Antlr\\Antlr4\\Runtime\\LL1Analyzer
32 public function __construct(ATN $atn) argument
34 $this->atn = $atn;
108 $lookContext = $context !== null && $s->atn !== null ?
109 PredictionContext::fromRuleContext($s->atn, $context) :
224 $returnState = $this->atn->states[$context->getReturnState($i)];
297 $look->addRange(Token::MIN_USER_TOKEN_TYPE, $this->atn->maxTokenType);
305 $this->atn->maxTokenType
H A DParser.php780 $atn = $this->interpreter()->atn;
783 $s = $atn->states[$this->getState()];
784 $following = $atn->nextTokens($s);
796 $invokingState = $atn->states[$ctx->invokingState];
800 $following = $atn->nextTokens($rt->followState);
832 $atn = $this->interpreter()->atn;
833 $s = $atn->states[$this->getState()];
835 return $atn
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php251 $s = $interpreter->atn->states[$recognizer->getState()];
579 $atn = $interpreter->atn;
581 $currentState = $atn->states[$recognizer->getState()];
583 $expectingAtLL2 = $atn->nextTokensInContext($next, $recognizer->getContext());
863 $atn = $interpreter->atn;
870 $invokingState = $atn->states[$ctx->invokingState];
873 $follow = $atn->nextTokens($rt->followState);
/plugin/codeprettify/code-prettify/styles/
H A Dsunburst.css12 pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name - khaki */
44 pre .atn, code .atn { color: #404; }
H A Ddesert.css12 pre .atn { color: #bdb76b; font-weight: bold } /* attribute name - khaki */
32 pre .atn, code .atn { color: #404 }
H A Ddoxy.css13 pre .atn, code .atn { color: #46eeee; font-weight: normal;} /* html/xml attribute name - lt turquoise */
62 pre .atn, code .atn { color: #c71585; font-weight: normal; }
H A Dsons-of-obsidian.css40 .atn
110 .atn
/plugin/codeprettify/code-prettify/src/
H A Dprettify.css33 .atn { color: #606 } /* a markup attribute name */
48 .atn { color: #404 }
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php42 $s = $interpreter->atn->states[$recognizer->getState()];
/plugin/code3/styles/schemes/
H A Didea_alloy.css11 div.PSyHi_Container span.atn,
H A Ddefault.css42 div.PSyHi_Container span.atn,
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php75 public static function fromRuleContext(ATN $atn, ?RuleContext $outerContext) : PredictionContext argument
88 $parent = self::fromRuleContext($atn, $outerContext->getParent());
89 $state = $atn->states[$outerContext->invokingState];
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DATNState.php51 public $atn; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\ATNState
/plugin/codemirror/dist/modes/
H A Dvbscript.min.js.map1 …a8tfek(v=vs.84).aspx\n var builtinFuncsWords = ['abs', 'array', 'asc', 'atn', 'cbool', 'cbyte',…
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …bs:1,clng:1,timeserial:1,fixs:1,len:1,asc:1,isempty:1,maths:1,dateserial:1,atn:1,timer:1,isobject:… property in hljs.LANGUAGES.vbscript.dM.k.built_in
/plugin/mermaid/
H A Dmermaid.min.js[all...]