Class JavaModelUtils
java.lang.Object
com.thoughtworks.qdox.model.JavaModelUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic JavaClassgetClassByName(JavaClass cls, String name) Try to resolve the class by thename, either relative fromclsas the fully qualified name.
-
Method Details
-
getClassByName
Try to resolve the class by the
Note:the name must match thename, either relative fromclsas the fully qualified name.clsitself or one of its nested classes.- Parameters:
cls- the declaring classname- the name- Returns:
- the matching class, otherwise
null - See Also:
-