Sstalle\php7cc\NodeVisitor\AbstractVisitor::setTokenCollection PHP Method

setTokenCollection() public method

public setTokenCollection ( TokenCollection $tokenCollection )
$tokenCollection Sstalle\php7cc\Token\TokenCollection
    public function setTokenCollection(TokenCollection $tokenCollection)
    {
        $this->tokenCollection = $tokenCollection;
    }