public class org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.RootGraphFetchTree extends org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTree
{
public java.lang.String _type;
public java.lang.String _class;
public void <init>()
{
org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.RootGraphFetchTree v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.RootGraphFetchTree;
specialinvoke v.<org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTree: void <init>()>();
v.<org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.RootGraphFetchTree: java.lang.String _type> = "rootGraphFetchTree";
return;
}
public java.lang.Object accept(org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTreeVisitor)
{
java.lang.Object v;
org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTreeVisitor v;
org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.RootGraphFetchTree v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.RootGraphFetchTree;
v := @parameter: org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTreeVisitor;
v = interfaceinvoke v.<org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTreeVisitor: java.lang.Object visit(org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.RootGraphFetchTree)>(v);
return v;
}
}