Class TimeType

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.TimeType type.
      • ZONED_TIME

        public static final Name ZONED_TIME
        Name of the openGql.grammar.TimeType.zonedTime field.
      • TIME_WITH_TIME_ZONE

        public static final Name TIME_WITH_TIME_ZONE
        Name of the openGql.grammar.TimeType.timeWithTimeZone field.
    • Method Detail

      • accept

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