Home
last modified time | relevance | path

Searched refs:isAcceptState (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFAState.php55 public $isAcceptState = false; variable in Antlr\\Antlr4\\Runtime\\Dfa\\DFAState
133 if ($this->isAcceptState) {
H A DDFASerializer.php69 $state->isAcceptState ? ':' : '',
74 if ($state->isAcceptState) {
H A DDFA.php56 $precedenceState->isAcceptState = false;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php193 if ($ds0->isAcceptState) {
242 if ($target->isAcceptState) {
803 $proposed->isAcceptState = true;
H A DParserATNSimulator.php579 if ($D->isAcceptState) {
681 $D->isAcceptState = true;
691 $D->isAcceptState = true;
702 if ($D->isAcceptState && $D->configs->hasSemanticContext) {