public final class JavaModelUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static JavaClass |
getClassByName(JavaClass cls,
java.lang.String name)
Try to resolve the class by the
name, either relative from cls
as the fully qualified name. |
public static JavaClass getClassByName(JavaClass cls, java.lang.String name)
Try to resolve the class by the name, either relative from cls
as the fully qualified name.
cls itself or one of its nested classes.cls - the declaring classname - the namenullJavaClass.getJavaClassLibrary()Copyright © 2002-2018. All Rights Reserved.