- refresh() - Method in class codeassess.CodeAssess
-
Refresh the CodeAssess in order to access the current classes of the project.
- refresh() - Method in class codeassess.javassessment.Introspector
-
Refresh the introspector in order to access the current classes of the project.
- refresh() - Method in class codeassess.javassessment.Tester
-
Refresh the tester in order to access the current classes of the project
- removeConstructors(Class<?>) - Method in class codeassess.javassessment.Intercessor
-
Removes all the constructors of the class.
- removeFields(Class<?>) - Method in class codeassess.javassessment.Intercessor
-
Removes all the fields of the class.
- removeGenericTypeParameters(Class<?>) - Method in class codeassess.javassessment.Intercessor
-
Removes all the generic type parameters of the class.
- removeMethods(Class<?>) - Method in class codeassess.javassessment.Intercessor
-
Removes all the methods of the class.