Class Stmt

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.graphviz.dot.Stmt type.
      • NODE

        public static final Name NODE
        Name of the hydra.graphviz.dot.Stmt.node field.
      • EDGE

        public static final Name EDGE
        Name of the hydra.graphviz.dot.Stmt.edge field.
      • ATTR

        public static final Name ATTR
        Name of the hydra.graphviz.dot.Stmt.attr field.
      • EQUALS

        public static final Name EQUALS
        Name of the hydra.graphviz.dot.Stmt.equals field.
      • SUBGRAPH

        public static final Name SUBGRAPH
        Name of the hydra.graphviz.dot.Stmt.subgraph field.
    • Method Detail

      • accept

        public abstract <R> R accept​(Stmt.Visitor<R> visitor)
        Dispatch to visitor.