Uses of Class
classycle.ClassAttributes
Packages that use ClassAttributes
- 
Uses of ClassAttributes in classycle
Methods in classycle that return ClassAttributesModifier and TypeMethodDescriptionstatic ClassAttributesClassAttributes.createAbstractClass(String name, String source, int size) Creates an instance of the typeABSTRACT_CLASS.static ClassAttributesClassAttributes.createClass(String name, String source, int size) Creates an instance of the typeCLASS.static ClassAttributesClassAttributes.createInterface(String name, String source, int size) Creates an instance of the typeINTERFACE.static ClassAttributesClassAttributes.createUnknownClass(String name, int size) Creates an instance of the typeUNKNOWN.Methods in classycle with parameters of type ClassAttributesModifier and TypeMethodDescriptionvoidPackageAttributes.addClass(ClassAttributes classAttributes) voidPackageVertex.addClass(ClassAttributes classAttributes)