public interface ExpressionVisitor
| Modifier and Type | Method and Description |
|---|---|
<T extends Function<?>> |
visitLambda(FunctionExpression<T> expression)
Visits the children of the delegate expression.
|
<T extends Function<?>> void visitLambda(FunctionExpression<T> expression)
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.