Home
last modified time | relevance | path

Searched refs:addOne (Results 1 – 7 of 7) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php192 $look->addOne(Token::EPSILON);
198 $look->addOne(Token::EOF);
206 $look->addOne(Token::EPSILON);
212 $look->addOne(Token::EOF);
283 $look->addOne(self::HIT_PRED);
H A DIntervalSet.php37 $set->addOne($number);
185 public function addOne(int $value) : void function in Antlr\\Antlr4\\Runtime\\IntervalSet
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DSetTransition.php27 $this->set->addOne(Token::INVALID_TYPE);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php227 $expected->addOne(Token::EOF);
H A DATNDeserializer.php378 $iset->addOne(-1);
H A DParserATNSimulator.php1475 $alts->addOne($c->alt);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php191 $this->lastErrorStates->addOne($recognizer->getState());