Class PathOrPaths

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.PathOrPaths type.
      • PATH

        public static final Name PATH
        Name of the openGql.grammar.PathOrPaths.path field.
      • PATHS

        public static final Name PATHS
        Name of the openGql.grammar.PathOrPaths.paths field.
    • Method Detail

      • accept

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