final class FormatVisitor : ASTVisitor
{
    this(ASTInformation* astInformation)
    {
        this.astInformation = astInformation;
    }
}