Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
DDefaultErrorStrategy.php76 public function reset(Parser $recognizer) : void
87 protected function beginErrorCondition(Parser $recognizer) : void
92 public function inErrorRecoveryMode(Parser $recognizer) : bool
101 protected function endErrorCondition(Parser $recognizer) : void
114 public function reportMatch(Parser $recognizer) : void
137 public function reportError(Parser $recognizer, RecognitionException $e) : void
166 public function recover(Parser $recognizer, RecognitionException $e) : void
242 public function sync(Parser $recognizer) : void
322 protected function reportNoViableAlternative(Parser $recognizer, NoViableAltException $e) : void
356 protected function reportInputMismatch(Parser $recognizer, InputMismatchException $e) : void
[all …]
DANTLRErrorStrategy.php33 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;
DBailErrorStrategy.php45 public function recover(Parser $recognizer, RecognitionException $e) : void
67 public function recoverInline(Parser $recognizer) : Token
85 public function sync(Parser $recognizer) : void
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
DANTLRErrorListener.php22 Recognizer $recognizer,
31 Parser $recognizer,
41 Parser $recognizer,
50 Parser $recognizer,
DBaseErrorListener.php22 Recognizer $recognizer,
32 Parser $recognizer,
43 Parser $recognizer,
53 Parser $recognizer,
DDiagnosticErrorListener.php49 Parser $recognizer,
74 Parser $recognizer,
93 Parser $recognizer,
111 protected function getDecisionDescription(Parser $recognizer, DFA $dfa) : string
DProxyErrorListener.php35 Recognizer $recognizer,
48 Parser $recognizer,
62 Parser $recognizer,
82 Parser $recognizer,
DConsoleErrorListener.php13 Recognizer $recognizer,
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
DRecognitionException.php28 private $recognizer; variable in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\RecognitionException
49 ?Recognizer $recognizer,
DInputMismatchException.php16 …public function __construct(Parser $recognizer, ?int $state = null, ?ParserRuleContext $ctx = null)
DFailedPredicateException.php27 public function __construct(Parser $recognizer, string $predicate, ?string $message = null)
DNoViableAltException.php40 Parser $recognizer,