Class RefactoringCollection
java.lang.Object
com.google.errorprone.RefactoringCollection
- All Implemented Interfaces:
DescriptionListener.Factory
A container of fixes that have been collected during a single compilation phase.
-
Method Summary
Modifier and TypeMethodDescriptiongetDescriptionListener
(com.sun.tools.javac.util.Log log, com.sun.tools.javac.tree.JCTree.JCCompilationUnit compilation)
-
Method Details
-
getDescriptionListener
public DescriptionListener getDescriptionListener(com.sun.tools.javac.util.Log log, com.sun.tools.javac.tree.JCTree.JCCompilationUnit compilation) - Specified by:
getDescriptionListener
in interfaceDescriptionListener.Factory
-