public class org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.PropertyGraphFetchTree extends org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTree
{
public java.lang.String _type;
public java.lang.String property;
public java.util.List parameters;
public java.lang.String alias;
public java.lang.String subType;
public void <init>()
{
org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.PropertyGraphFetchTree v;
java.util.List v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.PropertyGraphFetchTree;
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.PropertyGraphFetchTree: java.lang.String _type> = "propertyGraphFetchTree";
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.PropertyGraphFetchTree: java.util.List parameters> = v;
v.<org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.PropertyGraphFetchTree: java.lang.String alias> = null;
return;
}
public java.lang.Object accept(org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTreeVisitor)
{
org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.PropertyGraphFetchTree v;
java.lang.Object v;
org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.GraphFetchTreeVisitor v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.valueSpecification.raw.classInstance.graph.PropertyGraphFetchTree;
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.PropertyGraphFetchTree)>(v);
return v;
}
}