Class TrimType

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.TrimType type.
      • BTRIM

        public static final Name BTRIM
        Name of the openGql.grammar.TrimType.btrim field.
      • LTRIM

        public static final Name LTRIM
        Name of the openGql.grammar.TrimType.ltrim field.
      • RTRIM

        public static final Name RTRIM
        Name of the openGql.grammar.TrimType.rtrim field.
    • Method Detail

      • accept

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