com.liferay.portal.odata.filter.expression.Expression
@Deprecated
public interface Expression
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ExpressionVisitor<T> expressionVisitor)
Deprecated.
Called when traversing the expression tree.
|
<T> T accept(ExpressionVisitor<T> expressionVisitor) throws ExpressionVisitException
expressionVisitor
- the ExpressionVisitor
T
, which should be passed to the
processing algorithm of the parent expression nodeExpressionVisitException