Class CaseOperand

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.CaseOperand type.
      • VALUE_EXPRESSION

        public static final Name VALUE_EXPRESSION
        Name of the openGql.grammar.CaseOperand.valueExpression field.
      • ELEMENT_REFERENCE

        public static final Name ELEMENT_REFERENCE
        Name of the openGql.grammar.CaseOperand.elementReference field.
    • Method Detail

      • accept

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