| Package | Description |
|---|---|
| classycle |
| Modifier and Type | Method and Description |
|---|---|
static ClassAttributes |
ClassAttributes.createAbstractClass(java.lang.String name,
java.lang.String source,
int size)
Creates an instance of the type
ABSTRACT_CLASS. |
static ClassAttributes |
ClassAttributes.createClass(java.lang.String name,
java.lang.String source,
int size)
Creates an instance of the type
CLASS. |
static ClassAttributes |
ClassAttributes.createInterface(java.lang.String name,
java.lang.String source,
int size)
Creates an instance of the type
INTERFACE. |
static ClassAttributes |
ClassAttributes.createUnknownClass(java.lang.String name,
int size)
Creates an instance of the type
UNKNOWN. |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageVertex.addClass(ClassAttributes classAttributes) |
void |
PackageAttributes.addClass(ClassAttributes classAttributes) |