Class ValueType

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.ValueType type.
      • PREDEFINED_TYPE

        public static final Name PREDEFINED_TYPE
        Name of the openGql.grammar.ValueType.predefinedType field.
      • PATH_VALUE_TYPE

        public static final Name PATH_VALUE_TYPE
        Name of the openGql.grammar.ValueType.pathValueType field.
      • LIST_VALUE_TYPE_ALT1

        public static final Name LIST_VALUE_TYPE_ALT1
        Name of the openGql.grammar.ValueType.listValueTypeAlt1 field.
      • LIST_VALUE_TYPE_ALT2

        public static final Name LIST_VALUE_TYPE_ALT2
        Name of the openGql.grammar.ValueType.listValueTypeAlt2 field.
      • LIST_VALUE_TYPE_ALT3

        public static final Name LIST_VALUE_TYPE_ALT3
        Name of the openGql.grammar.ValueType.listValueTypeAlt3 field.
      • RECORD_TYPE

        public static final Name RECORD_TYPE
        Name of the openGql.grammar.ValueType.recordType field.
      • OPEN_DYNAMIC_UNION_TYPE

        public static final Name OPEN_DYNAMIC_UNION_TYPE
        Name of the openGql.grammar.ValueType.openDynamicUnionType field.
      • DYNAMIC_PROPERTY_VALUE_TYPE

        public static final Name DYNAMIC_PROPERTY_VALUE_TYPE
        Name of the openGql.grammar.ValueType.dynamicPropertyValueType field.
      • CLOSED_DYNAMIC_UNION_TYPE_ALT1

        public static final Name CLOSED_DYNAMIC_UNION_TYPE_ALT1
        Name of the openGql.grammar.ValueType.closedDynamicUnionTypeAlt1 field.
      • CLOSED_DYNAMIC_UNION_TYPE_ALT2

        public static final Name CLOSED_DYNAMIC_UNION_TYPE_ALT2
        Name of the openGql.grammar.ValueType.closedDynamicUnionTypeAlt2 field.
    • Method Detail

      • accept

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