public static class TypeSet.ImplicitImportResolver extends TypeSet.AbstractResolver
java.lang.*.pmdClassLoader| Constructor and Description |
|---|
ImplicitImportResolver(PMDASMClassLoader pmdClassLoader)
Creates a
TypeSet.ImplicitImportResolver |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
resolve(String name)
Resolve the class by the given name
|
public ImplicitImportResolver(PMDASMClassLoader pmdClassLoader)
TypeSet.ImplicitImportResolverpmdClassLoader - the class loaderpublic Class<?> resolve(String name) throws ClassNotFoundException
TypeSet.Resolvername - the name of the class, might be fully classified or not.ClassNotFoundException - if the class couldn't be foundCopyright © 2002–2016 InfoEther. All rights reserved.