Home
last modified time | relevance | path

Searched refs:setDfaState (Results 1 – 2 of 2) sorted by last modified time

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php724 $settings->setDfaState($dfaState);
H A DSimState.php82 public function setDfaState(?DFAState $dfaState) : void function in Antlr\\Antlr4\\Runtime\\Atn\\SimState