PHPCfg\Op\Stmt\Jump::__construct PHP Method

__construct() public method

public __construct ( Block $target, array $attributes = [] )
$target PHPCfg\Block
$attributes array
    public function __construct(Block $target, array $attributes = [])
    {
        parent::__construct($attributes);
        $this->target = $target;
    }