Searched defs:recognizer (Results 1 – 12 of 12) sorted by relevance
76 public function reset(Parser $recognizer) : void87 protected function beginErrorCondition(Parser $recognizer) : void92 public function inErrorRecoveryMode(Parser $recognizer) : bool101 protected function endErrorCondition(Parser $recognizer) : void114 public function reportMatch(Parser $recognizer) : void137 public function reportError(Parser $recognizer, RecognitionException $e) : void166 public function recover(Parser $recognizer, RecognitionException $e) : void242 public function sync(Parser $recognizer) : void322 protected function reportNoViableAlternative(Parser $recognizer, NoViableAltException $e) : void356 protected function reportInputMismatch(Parser $recognizer, InputMismatchException $e) : void[all …]
33 public function reset(Parser $recognizer) : void;54 public function recoverInline(Parser $recognizer) : Token;70 public function recover(Parser $recognizer, RecognitionException $e) : void;92 public function sync(Parser $recognizer) : void;106 public function inErrorRecoveryMode(Parser $recognizer) : bool;113 public function reportMatch(Parser $recognizer) : void;122 public function reportError(Parser $recognizer, RecognitionException $e) : void;
45 public function recover(Parser $recognizer, RecognitionException $e) : void67 public function recoverInline(Parser $recognizer) : Token85 public function sync(Parser $recognizer) : void
22 Recognizer $recognizer,31 Parser $recognizer,41 Parser $recognizer,50 Parser $recognizer,
22 Recognizer $recognizer,32 Parser $recognizer,43 Parser $recognizer,53 Parser $recognizer,
49 Parser $recognizer,74 Parser $recognizer,93 Parser $recognizer,111 protected function getDecisionDescription(Parser $recognizer, DFA $dfa) : string
35 Recognizer $recognizer,48 Parser $recognizer,62 Parser $recognizer,82 Parser $recognizer,
13 Recognizer $recognizer,
28 private $recognizer; variable in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\RecognitionException49 ?Recognizer $recognizer,
16 …public function __construct(Parser $recognizer, ?int $state = null, ?ParserRuleContext $ctx = null)
27 public function __construct(Parser $recognizer, string $predicate, ?string $message = null)
40 Parser $recognizer,