static AstAnyType() { Instance = new AstAnyType(); }
protected virtual void AppendAnyType(StringBuilder builder, AstAnyType anyType) { builder.Append(anyType); }