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