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