Package com.thoughtworks.qdox.model
Interface JavaClassParent
- All Known Implementing Classes:
JavaClass
,JavaSource
public interface JavaClassParent
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getNestedClassByName
(String name) resolveType
(String typeName) Resolve a type-name within the context of this source or class.
-
Method Details
-
resolveType
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
-
getJavaClassContext
JavaClassContext getJavaClassContext() -
getClassNamePrefix
String getClassNamePrefix() -
getParentSource
JavaSource getParentSource() -
addClass
-
getNestedClassByName
-