public abstract static class TypeSet.AbstractResolver extends Object implements TypeSet.Resolver
PMDASMClassLoader class
loader.| Modifier and Type | Field and Description |
|---|---|
protected PMDASMClassLoader |
pmdClassLoader
the class loader.
|
| Constructor and Description |
|---|
TypeSet.AbstractResolver(PMDASMClassLoader pmdClassLoader)
Creates a new AbstractResolver that uses the given class loader.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
couldResolve(String name)
Checks if the given class could be resolved by this resolver.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolveprotected final PMDASMClassLoader pmdClassLoader
public TypeSet.AbstractResolver(PMDASMClassLoader pmdClassLoader)
pmdClassLoader - the class loader to usepublic boolean couldResolve(String name)
TypeSet.ResolvercouldResolve in interface TypeSet.Resolvername - the name of the class, might be fully classified or not.Copyright © 2002-2016 InfoEther. All Rights Reserved.