Home
last modified time | relevance | path

Searched defs:atn (Results 1 – 9 of 9) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php227 private function readStates(ATN $atn) : void
310 private function readRules(ATN $atn) : void
348 private function readModes(ATN $atn) : void
392 private function readEdges(ATN $atn, array &$sets) : void
462 private function readDecisions(ATN $atn) : void
477 private function readLexerActions(ATN $atn) : void
503 private function generateRuleBypassTransitions(ATN $atn) : void
516 private function generateRuleBypassTransition(ATN $atn, int $idx) : void
630 private function markPrecedenceDecisions(ATN $atn) : void
653 private function verifyATN(ATN $atn) : void
[all …]
H A DATNSimulator.php35 public $atn; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNSimulator
62 public function __construct(ATN $atn, PredictionContextCache $sharedContextCache)
H A DLexerATNSimulator.php82 ATN $atn,
H A DParserATNSimulator.php299 ATN $atn,
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php30 public $atn; variable in Antlr\\Antlr4\\Runtime\\LL1Analyzer
32 public function __construct(ATN $atn)
/template/strap/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php597 protected static $atn; variable in ComboStrap\\PageSqlParser\\PageSqlLexer
H A DPageSqlParser.php232 protected static $atn; variable in ComboStrap\\PageSqlParser\\PageSqlParser
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DATNState.php51 public $atn; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\ATNState
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php75 public static function fromRuleContext(ATN $atn, ?RuleContext $outerContext) : PredictionContext