public abstract class org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.store.inMemory.InMemoryGraphFetchExecutionNode extends org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.LocalGraphFetchExecutionNode
{
public java.util.List children;
public void <init>()
{
org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.store.inMemory.InMemoryGraphFetchExecutionNode v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.store.inMemory.InMemoryGraphFetchExecutionNode;
specialinvoke v.<org.finos.legend.engine.protocol.pure.v.model.executionPlan.nodes.graphFetch.LocalGraphFetchExecutionNode: void <init>()>();
return;
}
}