com.thoughtworks.qdox.model
Interface JavaClassParent

All Known Implementing Classes:
JavaClass, JavaSource

public interface JavaClassParent


Method Summary
 void addClass(JavaClass cls)
           
 ClassLibrary getClassLibrary()
           
 java.lang.String getClassNamePrefix()
           
 JavaSource getParentSource()
           
 java.lang.String resolveType(java.lang.String typeName)
          Resolve a type-name within the context of this source or class.
 

Method Detail

resolveType

public java.lang.String resolveType(java.lang.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

getClassLibrary

public ClassLibrary getClassLibrary()

getClassNamePrefix

public java.lang.String getClassNamePrefix()

getParentSource

public JavaSource getParentSource()

addClass

public void addClass(JavaClass cls)


Copyright © 2002-2004 ThoughtWorks, Inc. All Rights Reserved.