Class NormalForm

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.NormalForm type.
      • NFC

        public static final Name NFC
        Name of the openGql.grammar.NormalForm.nfc field.
      • NFD

        public static final Name NFD
        Name of the openGql.grammar.NormalForm.nfd field.
      • NFKC

        public static final Name NFKC
        Name of the openGql.grammar.NormalForm.nfkc field.
      • NFKD

        public static final Name NFKD
        Name of the openGql.grammar.NormalForm.nfkd field.
    • Method Detail

      • accept

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