Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenFactory.php31 protected $copyText; variable in Antlr\\Antlr4\\Runtime\\CommonTokenFactory
40 * @param bool $copyText The value for {@see CommonTokenFactory::copyText()}.
42 public function __construct(bool $copyText = false) argument
44 $this->copyText = $copyText;
77 } elseif ($this->copyText && $source->b !== null) {