Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DRecognitionException.php46 private $offendingState = -1; variable in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\RecognitionException
79 public function setOffendingState(int $offendingState) : void argument