Package com.querydsl.core.support
Class PathsExtractor
java.lang.Object
com.querydsl.core.support.PathsExtractor
Extracts the paths that occurs in an expression via breadth first search
- Author:
- tiwe
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionVisit a Constant instance with the given contextvisit(FactoryExpression<?> expr, List<Path<?>> paths) Visit a FactoryExpression instance with the given contextVisit an Operation instance with the given contextvisit(ParamExpression<?> expr, List<Path<?>> paths) Visit a ParamExpression instance with the given contextVisit a Path instance with the given contextvisit(SubQueryExpression<?> expr, List<Path<?>> paths) Visit a SubQueryExpression instance with the given contextvisit(TemplateExpression<?> expr, List<Path<?>> paths) Visit a TemplateExpression instance with the given contextPath<?>visit(Collection<?> exprs, List<Path<?>> paths)
-
Field Details
-
DEFAULT
-
-
Method Details
-
visit
Description copied from interface:VisitorVisit a Constant instance with the given context -
visit
Description copied from interface:VisitorVisit a FactoryExpression instance with the given context -
visit
Description copied from interface:VisitorVisit an Operation instance with the given context -
visit
Description copied from interface:VisitorVisit a ParamExpression instance with the given context -
visit
Description copied from interface:VisitorVisit a Path instance with the given context -
visit
Description copied from interface:VisitorVisit a SubQueryExpression instance with the given context -
visit
Description copied from interface:VisitorVisit a TemplateExpression instance with the given context -
visit
-