Can anyone explain me what does the method this() do here?

public SInterface()
{
this(".");
}

Thanks.