Package io.codemodder.remediation
Class FixCandidateSearcher.Builder<T>
java.lang.Object
io.codemodder.remediation.FixCandidateSearcher.Builder<T>
- Enclosing interface:
- FixCandidateSearcher<T>
Builder for
FixCandidateSearcher
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withMatcher
(Predicate<com.github.javaparser.ast.expr.MethodCallExpr> methodMatcher) withMethodName
(String methodName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withMethodName
-
withMatcher
public FixCandidateSearcher.Builder<T> withMatcher(Predicate<com.github.javaparser.ast.expr.MethodCallExpr> methodMatcher) -
build
-