|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
DECLARED
The class closure will contain only the root class and the classes declared in its members. |
static int |
DECLAREDCLOSURE
The class closure will contain the root class, its declared classes, their declared classes, and so on recursively. |
static int |
FULLCLOSURE
The class closure will contain the root class, all its referenced classes, all their referenced classes, and so on recursively. |
static int |
NONE
|
static int |
REFERENCED
The class closure will contain the root class, the classes declared in its members, the superclass, and any class referenced inside the class' methods. |
static int |
ROOT
The class closure will contain only the root class. |
Field Detail |
public static final int NONE
public static final int ROOT
public static final int DECLARED
public static final int REFERENCED
public static final int DECLAREDCLOSURE
public static final int FULLCLOSURE
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |