Class Case

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Case>
    Direct Known Subclasses:
    Case.Lower, Case.Upper

    public abstract class Case
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<Case>
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.Case type.
      • UPPER

        public static final Name UPPER
        Name of the openGql.grammar.Case.upper field.
      • LOWER

        public static final Name LOWER
        Name of the openGql.grammar.Case.lower field.
    • Method Detail

      • accept

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