Uses of Class
org.nuiton.eugene.models.friend.ClassDef
-
Packages that use ClassDef Package Description org.nuiton.eugene.models.friend -
-
Uses of ClassDef in org.nuiton.eugene.models.friend
Methods in org.nuiton.eugene.models.friend that return ClassDef Modifier and Type Method Description static ClassDefClassDef. of(String firstLine, List<String> groupLines, String defaultPackage)static ClassDefClassDef. of(ObjectModelClass aClass, String defaultPackage)Methods in org.nuiton.eugene.models.friend that return types with arguments of type ClassDef Modifier and Type Method Description List<ClassDef>ModelDef. getClasses()Methods in org.nuiton.eugene.models.friend with parameters of type ClassDef Modifier and Type Method Description voidModelDef. add(ClassDef classDef)intClassDef. compareTo(ClassDef o)
-