public class ClassAnalysis
extends java.lang.Object
Constructor and Description |
---|
ClassAnalysis() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getName(com.ensoftcorp.atlas.core.db.graph.Node clazz)
Returns the name of the given class
|
static java.lang.String |
getPackage(com.ensoftcorp.atlas.core.db.graph.Node clazz)
Returns the package name that contains the given class
|
static boolean |
isFinal(com.ensoftcorp.atlas.core.db.graph.Node clazz)
Returns true if the given class is marked final
|
static boolean |
isPublic(com.ensoftcorp.atlas.core.db.graph.Node clazz)
Returns true if the given class is marked public
|
public static boolean isFinal(com.ensoftcorp.atlas.core.db.graph.Node clazz)
clazz
- public static boolean isPublic(com.ensoftcorp.atlas.core.db.graph.Node clazz)
clazz
- public static java.lang.String getName(com.ensoftcorp.atlas.core.db.graph.Node clazz)
clazz
- public static java.lang.String getPackage(com.ensoftcorp.atlas.core.db.graph.Node clazz)
clazz
-