Home
last modified time | relevance | path

Searched refs:interpreter (Results 1 – 10 of 10) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/ !
H A DFailedPredicateException.php36 $interpreter = $recognizer->getInterpreter();
38 if ($interpreter === null) {
42 $s = $interpreter->atn->states[$recognizer->getState()];
/template/strap/vendor/antlr/antlr4-php-runtime/src/ !
H A DRecognizer.php133 protected function interpreter() : ATNSimulator function in Antlr\\Antlr4\\Runtime\\Recognizer
145 * @param ATNSimulator|null $interpreter The ATN interpreter used
148 public function setInterpreter(?ATNSimulator $interpreter) : void argument
150 $this->interp = $interpreter;
H A DParser.php142 $interpreter = $this->getInterpreter();
144 if ($interpreter !== null) {
145 $interpreter->reset();
780 $atn = $this->interpreter()->atn;
832 $atn = $this->interpreter()->atn;
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/ !
H A DDefaultErrorStrategy.php244 $interpreter = $recognizer->getInterpreter();
246 if ($interpreter === null) {
251 $s = $interpreter->atn->states[$recognizer->getState()];
567 $interpreter = $recognizer->getInterpreter();
569 if ($interpreter === null) {
579 $atn = $interpreter->atn;
857 $interpreter = $recognizer->getInterpreter();
859 if ($interpreter === null) {
863 $atn = $interpreter->atn;
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ !
H A DATNConfigSet.php255 public function optimizeConfigs(ATNSimulator $interpreter) : void argument
267 $config->context = $interpreter->getCachedContext($config->context);
/template/khum1/ !
DLICENSE.md138 produce the work, or an object code interpreter used to run it.
/template/templar/ !
DCOPYING132 produce the work, or an object code interpreter used to run it.
DLICENSE132 produce the work, or an object code interpreter used to run it.
/template/darkblue/ !
DLICENSE132 produce the work, or an object code interpreter used to run it.
/template/mikio/inc/stemmechanics/lesserphp/ !
H A DLICENSE173 produce the work, or an object code interpreter used to run it.