Home
last modified time | relevance | path

Searched refs:getSourceName (Results 1 – 7 of 7) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DTokenSource.php66 public function getSourceName() : string; function
H A DIntStream.php195 public function getSourceName() : string; function
H A DInputStream.php145 public function getSourceName() : string function in Antlr\\Antlr4\\Runtime\\InputStream
H A DBufferedTokenStream.php445 public function getSourceName() : string function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
447 return $this->tokenSource->getSourceName();
H A DLexer.php269 public function getSourceName() : string function in Antlr\\Antlr4\\Runtime\\Lexer
271 return $this->input === null ? '' : $this->input->getSourceName();
H A DParser.php918 public function getSourceName() : string function in Antlr\\Antlr4\\Runtime\\Parser
920 return $this->tokenStream()->getSourceName();
/template/strap/ComboStrap/
H A DFetcherMarkup.php730 return parent::__toString() . " ({$this->getSourceName()}, {$this->getMime()->toString()})";
1405 …return "({$this->getSourceName()}) to ({$this->builderName} - {$this->getMime()}) with context ({$…
1411 private function getSourceName(): string function in ComboStrap\\FetcherMarkup