com.thoughtworks.qdox.model

Interface JavaClassParent

public interface JavaClassParent

Method Summary
voidaddClass(JavaClass cls)
StringgetClassNamePrefix()
JavaClassContextgetJavaClassContext()
JavaClassgetNestedClassByName(String name)
JavaSourcegetParentSource()
StringresolveType(String typeName)
Resolve a type-name within the context of this source or class.

Method Detail

addClass

public void addClass(JavaClass cls)

getClassNamePrefix

public String getClassNamePrefix()

getJavaClassContext

public JavaClassContext getJavaClassContext()

getNestedClassByName

public JavaClass getNestedClassByName(String name)

getParentSource

public JavaSource getParentSource()

resolveType

public 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