com.thoughtworks.qdox.model
public interface JavaClassParent
Method Summary | |
---|---|
void | addClass(JavaClass cls) |
String | getClassNamePrefix() |
JavaClassContext | getJavaClassContext() |
JavaClass | getNestedClassByName(String name) |
JavaSource | getParentSource() |
String | resolveType(String typeName)
Resolve a type-name within the context of this source or class. |
Parameters: typeName name of a type
Returns: the fully-qualified name of the type, or null if it cannot be resolved