Class LazyCopyingResultVisitorAdapter

java.lang.Object
com.blazebit.persistence.parser.expression.LazyCopyingResultVisitorAdapter
All Implemented Interfaces:
Expression.ResultVisitor<Expression>

public abstract class LazyCopyingResultVisitorAdapter
extends Object
implements Expression.ResultVisitor<Expression>
This is a visitor that can be used to copy an expression tree by returning a different expression than the original one.
Since:
1.3.0
Author:
Christian Beikov