Class Summary |
AbstractEntity |
Abstract class that represent the entities of Design. |
ClassNode |
ClassNode objects are constructed automatically by the DesignWizard class when classes
are loaded. |
Design |
|
FieldNode |
A FieldNode provides information about a
single field of a class or an interface. |
MethodNode |
A MethodNode provides information about a single method or a constructor
on a class or interface. |
PackageNode |
PackageNode objects are constructed automatically by the DesignWizard class when classes
are loaded. |