Interface PathVisitor<T>

All Known Subinterfaces:
ExpressionVisitor<T>
All Known Implementing Classes:
ExpressionCompiler, PathResolverVarMapper

public interface PathVisitor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    visit(VPath<?> path)
     
  • Method Details

    • visit

      T visit(VPath<?> path)