Searched refs:copyText (Results 1 – 1 of 1) sorted by relevance
31 protected $copyText; variable in Antlr\\Antlr4\\Runtime\\CommonTokenFactory40 * @param bool $copyText The value for {@see CommonTokenFactory::copyText()}.42 public function __construct(bool $copyText = false) argument44 $this->copyText = $copyText;77 } elseif ($this->copyText && $source->b !== null) {