Class MatchMode

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.MatchMode type.
      • REPEATABLE_ELEMENTS

        public static final Name REPEATABLE_ELEMENTS
        Name of the openGql.grammar.MatchMode.repeatableElements field.
      • DIFFERENT_EDGES

        public static final Name DIFFERENT_EDGES
        Name of the openGql.grammar.MatchMode.differentEdges field.
    • Method Detail

      • accept

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