Uses of Class
classycle.ClassAttributes

Packages that use ClassAttributes
classycle   
 

Uses of ClassAttributes in classycle
 

Methods in classycle that return ClassAttributes
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.
 

Methods in classycle with parameters of type ClassAttributes
 void PackageVertex.addClass(ClassAttributes classAttributes)
           
 void PackageAttributes.addClass(ClassAttributes classAttributes)