Home
last modified time | relevance | path

Searched defs:dfaState (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
DSimState.php37 private $dfaState; variable in Antlr\\Antlr4\\Runtime\\Atn\\SimState
82 public function setDfaState(?DFAState $dfaState) : void
DLexerATNSimulator.php719 …protected function captureSimState(SimState $settings, CharStream $input, DFAState $dfaState) : vo…
DParserATNSimulator.php720 protected function predicateDFAState(DFAState $dfaState, DecisionState $decisionState) : void