gossi\codegen\parser\FileParser::__construct PHP Method

__construct() public method

public __construct ( $filename )
    public function __construct($filename)
    {
        $this->filename = $filename;
        $this->visitors = new Set();
    }