Interface Operand

All Superinterfaces:
ASTNode, Serializable
All Known Implementing Classes:
BooleanLiteral, DateLiteral, DoubleLiteral, EsHint, EsIdentifierList, Expression, Function, IntegerLiteral, Literal, LiteralList, MultiExpression, OperandList, OrderByExpr, OrderByList, PathReference, Predicate, Reference, ReferenceList, StringLiteral

public interface Operand extends ASTNode
An operand may be a variable, a function, a literal, or an expression.
Author:
Bogdan Stefanescu
  • Method Summary

    Methods inherited from interface org.nuxeo.ecm.core.query.sql.model.ASTNode

    accept