Class PathFactor

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.PathFactor type.
      • PRIMARY

        public static final Name PRIMARY
        Name of the openGql.grammar.PathFactor.primary field.
      • QUANTIFIED_PRIMARY

        public static final Name QUANTIFIED_PRIMARY
        Name of the openGql.grammar.PathFactor.quantifiedPrimary field.
      • QUESTIONED_PRIMARY

        public static final Name QUESTIONED_PRIMARY
        Name of the openGql.grammar.PathFactor.questionedPrimary field.
    • Method Detail

      • accept

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