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

main.dot.org.antlr.v4.runtime.atn.images.FullMerge_EmptyRoot.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"];
        lefttree[label=""];
        left[label="$"];

        lefttree -> left[style="invisible";dir="none"];
    }

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

        optree -> temp1[style="invisible";dir="none"];
    }

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

        righttree -> right[style="invisible";dir="none"];
    }

    subgraph BC {
        node[color="invis";shape="point"];
        temp2a;
        {   rank="same";
            temp2b;
            temp2c;
        }

        temp2a -> temp2b[style="invisible";dir="none"];
        temp2a -> temp2c[style="invisible";dir="none"];
        temp2b -> temp2c[constraint="false";label="wwwwwww";fontcolor="invis"];
    }

    subgraph Res {
        node[shape="none"];
        resulttree[shape="invtriangle";label=""];
        result[shape="record";label="{ | $} | { | x}"];

        resulttree -> result:x:n[dir="back"];
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy