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