Class CastOperand

    • Field Detail

      • TYPE_

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

        public static final Name VALUE_EXPRESSION
        Name of the openGql.grammar.CastOperand.valueExpression field.
      • NULL_LITERAL

        public static final Name NULL_LITERAL
        Name of the openGql.grammar.CastOperand.nullLiteral field.
    • Method Detail

      • accept

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