Class Sign

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Sign>
    Direct Known Subclasses:
    Sign.Minus, Sign.Plus

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

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.Sign type.
      • PLUS

        public static final Name PLUS
        Name of the openGql.grammar.Sign.plus field.
      • MINUS

        public static final Name MINUS
        Name of the openGql.grammar.Sign.minus field.
    • Method Detail

      • accept

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