Package com.google.errorprone.refaster
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 Summary
Modifier and Type Method Description void
finished(com.sun.source.util.TaskEvent taskEvent)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sun.source.util.TaskListener
started
-
Method Details
-
finished
public void finished(com.sun.source.util.TaskEvent taskEvent)- Specified by:
finished
in interfacecom.sun.source.util.TaskListener
-