com.agical.rdoc.core.service.code.impl
Class LazyType
java.lang.Object
com.agical.rdoc.core.service.code.impl.LazyType
- All Implemented Interfaces:
- Type
public class LazyType
- extends Object
- implements Type
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
- Specified by:
getName
in interface Type
- Returns:
- The simple name of the type
getPackage
public String getPackage()
- Specified by:
getPackage
in interface Type
- Returns:
- The package of the type
getMethods
public Method[] getMethods()
- Specified by:
getMethods
in interface Type
- Returns:
- all methods of this type
getInterfaces
public Type[] getInterfaces()
- Specified by:
getInterfaces
in interface Type
- Returns:
- all interfaces implemented by this type
getMethod
public Method getMethod(String name)
throws NoSuchMethodException
- Specified by:
getMethod
in interface Type
- Returns:
- the method with name and no arguments
- Throws:
NoSuchMethodException
Copyright © 2005-2011 Agical AB. All Rights Reserved.