Class Side

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Side>
    Direct Known Subclasses:
    Side.Left, Side.Right

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

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.Side type.
      • LEFT

        public static final Name LEFT
        Name of the openGql.grammar.Side.left field.
      • RIGHT

        public static final Name RIGHT
        Name of the openGql.grammar.Side.right field.
    • Method Detail

      • accept

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