Interface ExpressionVisitor


public interface ExpressionVisitor
Represents a visitor or rewriter for expression trees.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends Function<?>>
    void
    Visits the children of the delegate expression.
  • Method Details

    • visitLambda

      <T extends Function<?>> void visitLambda(FunctionExpression<T> expression)
      Visits the children of the delegate expression.