java.lang.Object
com.thoughtworks.qdox.model.JavaModelUtils
-
方法概要
修饰符和类型方法说明static JavaClassgetClassByName(JavaClass cls, String name) Try to resolve the class by thename, either relative fromclsas the fully qualified name.
-
方法详细资料
-
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.- 参数:
cls- the declaring classname- the name- 返回:
- the matching class, otherwise
null - 另请参阅:
-