Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonToken.php107 $this->source = $source ?? self::emptySource();
125 public static function emptySource() : Pair function in Antlr\\Antlr4\\Runtime\\CommonToken