Interface ExpressionVisitor<T>

Type Parameters:
T -
All Superinterfaces:
PathVisitor<T>
All Known Implementing Classes:
ExpressionCompiler

public interface ExpressionVisitor<T> extends PathVisitor<T>
TODO This interface needs to be extended to cover all possible expressions of the JPA
Author:
raven