Home
last modified time | relevance | path

Searched refs:Pair (Results 1 – 6 of 6) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DCommonToken.php7 use Antlr\Antlr4\Runtime\Utils\Pair; alias
54 * @var Pair
94 ?Pair $source = null,
125 public static function emptySource() : Pair
129 return $source = $source ?? new Pair(null, null);
283 public function getSource() : Pair
H A DTokenFactory.php7 use Antlr\Antlr4\Runtime\Utils\Pair; alias
22 Pair $source,
H A DCommonTokenFactory.php7 use Antlr\Antlr4\Runtime\Utils\Pair; alias
61 Pair $source,
H A DLexer.php10 use Antlr\Antlr4\Runtime\Utils\Pair; alias
32 /** @var Pair Pair<TokenSource, CharStream> */
120 $this->tokenFactorySourcePair = new Pair($this, $input);
292 $this->tokenFactorySourcePair = new Pair($this, $this->input);
301 $this->tokenFactorySourcePair = new Pair($this, $this->input);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DPair.php11 final class Pair implements Equatable class
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php17 use Antlr\Antlr4\Runtime\Utils\Pair; alias
699 new Pair(