Interface DescriptionListener.Factory
- All Known Implementing Classes:
RefactoringCollection
- Enclosing interface:
DescriptionListener
public static interface DescriptionListener.Factory
Factory for creating DescriptionListeners while compiling each file.
- Author:
- alexeagle@google.com (Alex Eagle)
-
Method Summary
Modifier and TypeMethodDescriptiongetDescriptionListener
(com.sun.tools.javac.util.Log log, com.sun.tools.javac.tree.JCTree.JCCompilationUnit compilation)
-
Method Details
-
getDescriptionListener
DescriptionListener getDescriptionListener(com.sun.tools.javac.util.Log log, com.sun.tools.javac.tree.JCTree.JCCompilationUnit compilation)
-