Package io.codemodder.javaparser
Interface CallReplacer
public interface CallReplacer
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionwithStaticMethod
(String className, String methodName) Performs the actual transformation of replacing the given expression a static method call.
-
Method Details
-
withStaticMethod
Performs the actual transformation of replacing the given expression a static method call.- Parameters:
className
- the class name of the static methodmethodName
- the method name- Returns:
- a builder for the replacement
-