Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php36 $interpreter = $recognizer->getInterpreter();
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php244 $interpreter = $recognizer->getInterpreter();
567 $interpreter = $recognizer->getInterpreter();
857 $interpreter = $recognizer->getInterpreter();
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php142 $interpreter = $this->getInterpreter();
884 $interp = $this->getInterpreter();
899 $interp = $this->getInterpreter();
H A DRecognizer.php128 public function getInterpreter() : ?ATNSimulator function in Antlr\\Antlr4\\Runtime\\Recognizer
/template/strap/ComboStrap/PageSqlParser/
H A DPageSqlParser.php636 switch ($this->getInterpreter()->adaptivePredict($this->input, 14, $this->ctx)) {