Class Expression
java.lang.Object
org.nuxeo.ecm.core.query.sql.model.Expression
- All Implemented Interfaces:
Serializable
,ASTNode
,Operand
- Direct Known Subclasses:
Predicate
An infix expression.
- Author:
- Bogdan Stefanescu
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
operator
-
lvalue
-
rvalue
-
info
Arbitrary info associated to the expression.
-
-
Constructor Details
-
Expression
-
-
Method Details
-
accept
Description copied from interface:ASTNode
Accept the given visitor. -
isSuffix
public boolean isSuffix()Is the unary operator pretty-printed after the operand? -
setInfo
-
getInfo
-
toString
-
equals
-
hashCode
public int hashCode() -
isPathExpression
public boolean isPathExpression()
-