Class MatchAndFixStrategy

java.lang.Object
io.codemodder.remediation.MatchAndFixStrategy
All Implemented Interfaces:
RemediationStrategy

public abstract class MatchAndFixStrategy extends Object implements RemediationStrategy
Provides matching logic as well as a fix strategy
  • Constructor Details

    • MatchAndFixStrategy

      public MatchAndFixStrategy()
  • Method Details

    • match

      public abstract boolean match(com.github.javaparser.ast.Node node)
      Matches a node against an expected pattern for a fix.
      Parameters:
      node -
      Returns: