Class IsOrColon

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.IsOrColon type.
      • IS

        public static final Name IS
        Name of the openGql.grammar.IsOrColon.is field.
      • COLON

        public static final Name COLON
        Name of the openGql.grammar.IsOrColon.colon field.
    • Method Detail

      • accept

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