Class ConjunctiveExpr

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ConjunctiveExpr>

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

      • TYPE_

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

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

        public static final Name RIGHT
        Name of the openGql.grammar.ConjunctiveExpr.right field.