public abstract class org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTree extends java.lang.Object
{
public org.finos.legend.engine.protocol.pure.v.model.SourceInformation sourceInformation;
public java.util.List subTrees;
public java.util.List subTypeTrees;
public void <init>()
{
java.util.List v, v;
org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTree v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTree;
specialinvoke v.<java.lang.Object: void <init>()>();
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTree: java.util.List subTrees> = v;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTree: java.util.List subTypeTrees> = v;
return;
}
public abstract java.lang.Object accept(org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTreeVisitor);
}