Class PathPrimary

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.PathPrimary type.
      • ELEMENT_PATTERN

        public static final Name ELEMENT_PATTERN
        Name of the openGql.grammar.PathPrimary.elementPattern field.
      • PARENTHESIZED_EXPRESSION

        public static final Name PARENTHESIZED_EXPRESSION
        Name of the openGql.grammar.PathPrimary.parenthesizedExpression field.
      • SIMPLIFIED_EXPRESSION

        public static final Name SIMPLIFIED_EXPRESSION
        Name of the openGql.grammar.PathPrimary.simplifiedExpression field.
    • Method Detail

      • accept

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