public class ImportDetector
extends java.lang.Object
| Constructor and Description |
|---|
ImportDetector() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<com.sun.tools.javac.code.Symbol> |
imports(com.sun.tools.javac.tree.JCTree input)
Locate types that are directly referred to by name in the
given tree and therefore need an import in the template.
|