public function __construct(int $openPointer, int $closePointer, PhpDocNode $node, TokenIterator $tokens) { $this->openPointer = $openPointer; $this->closePointer = $closePointer; $this->node = $node; $this->tokens = $tokens; }