Class EdgePattern

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.EdgePattern type.
      • FULL_EDGE

        public static final Name FULL_EDGE
        Name of the openGql.grammar.EdgePattern.fullEdge field.
      • ABBREVIATED_EDGE

        public static final Name ABBREVIATED_EDGE
        Name of the openGql.grammar.EdgePattern.abbreviatedEdge field.
    • Method Detail

      • accept

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