Home
last modified time | relevance | path

Searched refs:InputStream (Results 1 – 4 of 4) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php12 final class InputStream implements CharStream class
39 public static function fromString(string $input) : InputStream
46 public static function fromPath(string $path) : InputStream
/template/strap/ComboStrap/
H A DPageSql.php9 use Antlr\Antlr4\Runtime\InputStream; alias
51 $input = InputStream::fromString($this->sql);
/template/strap/vendor/symfony/process/
H A DInputStream.php23 class InputStream implements \IteratorAggregate class
/template/strap/vendor/antlr/antlr4-php-runtime/
H A DREADME.md68 use Antlr\Antlr4\Runtime\InputStream;
85 $input = InputStream::fromPath($argv[1]);