net.sourceforge.pmd.lang.java.symboltable
Class TypeSet.VoidResolver

java.lang.Object
  extended by net.sourceforge.pmd.lang.java.symboltable.TypeSet.VoidResolver
All Implemented Interfaces:
TypeSet.Resolver
Enclosing class:
TypeSet

public static class TypeSet.VoidResolver
extends Object
implements TypeSet.Resolver

Resolver that resolves the "void" type.


Constructor Summary
TypeSet.VoidResolver()
           
 
Method Summary
 Class<?> resolve(String name)
          Resolve the class by the given name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeSet.VoidResolver

public TypeSet.VoidResolver()
Method Detail

resolve

public Class<?> resolve(String name)
                 throws ClassNotFoundException
Description copied from interface: TypeSet.Resolver
Resolve the class by the given name

Specified by:
resolve in interface TypeSet.Resolver
Parameters:
name - the name of the class, might be fully classified or not.
Returns:
the class
Throws:
ClassNotFoundException - if the class couldn't be found


Copyright © 2002-2015 InfoEther. All Rights Reserved.