All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.dot.org.antlr.v4.runtime.atn.images.SingletonMerge_SameRootSamePar.dot Maven / Gradle / Ivy

There is a newer version: 2.12.15
Show newest version
digraph "" {
    graph[dpi="60";compound="true"];

    subgraph L {
        node[shape="none"];
        left[shape="invtriangle";label="x"];
        leftroot[label="a"];

        left -> leftroot[dir="back"];
    }

    subgraph AB {
        temp1[shape="none";label="+"];
    }

    subgraph R {
        right[shape="invtriangle";label="x"];
        rightroot[shape="none";label="a"];

        right -> rightroot[dir="back"];
    }

    subgraph BC {
        node[color="invis";shape="point"];
        temp2b;
        temp2c;

        temp2b -> temp2c[constraint="false";label="wwwwwww";fontcolor="invis"];
    }

    subgraph clusterRes {
        color="invis";
        result[shape="invtriangle";label="x"];
        resultroot[shape="none";label="a"];

        result -> resultroot[dir="back"];
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy