Class RefasterRuleCompilerAnalyzer

java.lang.Object
com.google.errorprone.refaster.RefasterRuleCompilerAnalyzer
All Implemented Interfaces:
com.sun.source.util.TaskListener

public class RefasterRuleCompilerAnalyzer extends Object implements com.sun.source.util.TaskListener
TaskListener that receives compilation of a Refaster rule class and outputs a serialized analyzer to the specified path.
  • Method Details

    • finished

      public void finished(com.sun.source.util.TaskEvent taskEvent)
      Specified by:
      finished in interface com.sun.source.util.TaskListener