- checkClass(Field, Class<?>, boolean) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the field is the specified class.
- checkClass(Parameter, Class<?>, boolean) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the parameter is the specified class.
- checkClassExists(String) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class can be accessed by the class loader.
- checkDeclaredConstructor(Class<?>, Class<?>[], boolean) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class declares a constructor with the specified parameter classes.
- checkDeclaredField(Class<?>, String, TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class declares a field with the specified name.
- checkDeclaredField(Class<?>, String, Class<?>, boolean) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class declares a field with the specified name.
- checkDeclaredField(Class<?>, String) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class declares a field with the specified name.
- checkDeclaredMethod(Class<?>, String, Class<?>[], TypeVariable<?>, boolean) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class declares a method with the specified name and parameter classes.
- checkDeclaredMethod(Class<?>, String, Class<?>[], Class<?>, boolean) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class declares a method with the specified name and parameter classes.
- checkDeclaredMethod(Class<?>, String, Class<?>[], boolean) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class declares a method with the specified name and parameter classes.
- checkGenericType(Field) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the field is a generic type.
- checkGenericType(Field, int) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the field at the specified position is a generic type.
- checkGenericType(Field, int[]) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the field at the specified position is a generic type.
- checkGenericType(Field, TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the field is the specified generic type.
- checkGenericType(Field, int, TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the field at the specified position is the specified generic type.
- checkGenericType(Field, int[], TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the field at the specified position is the specified generic type.
- checkGenericType(Parameter) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the parameter is a generic type.
- checkGenericType(Parameter, int) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the parameter at the specified position is a generic type.
- checkGenericType(Parameter, int[]) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the parameter at the specified position is a generic type.
- checkGenericType(Parameter, TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the parameter is the specified generic type.
- checkGenericType(Parameter, int, TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the parameter at the specified position is the specified generic type.
- checkGenericType(Parameter, int[], TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the parameter at the specified position is the specified generic type.
- checkImplements(Class<?>, Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class implements the specified interface.
- checkParameter(Executable, String, TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the executable declares a parameter with the specified name.
- checkParameter(Executable, String, Class<?>, boolean) - Method in class codeassess.javassessment.Introspector
-
Returns whether the executable declares a parameter with the specified name.
- checkParameter(Executable, String) - Method in class codeassess.javassessment.Introspector
-
Returns whether the executable declares a parameter with the specified name.
- checkReturnClass(Method, Class<?>, boolean) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type that represents the return type of the method is the specified class.
- checkReturnGenericType(Method) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type that represents the return type of the method is a generic type.
- checkReturnGenericType(Method, int) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type that represents the return type of the method at the specified position is a generic type.
- checkReturnGenericType(Method, int[]) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type that represents the return type of the method at the specified position is a generic type.
- checkReturnGenericType(Method, TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type that represents the return type of the method is the specified generic type.
- checkReturnGenericType(Method, int, TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type that represents the return type of the method at the specified position is the specified generic type.
- checkReturnGenericType(Method, int[], TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type that represents the return type of the method at the specified position is the specified generic type.
- checkSameClasses(Class<?>, Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether class1 and class2 are the same classes.
- checkSameClasses(Class<?>, Class<?>, boolean) - Method in class codeassess.javassessment.Introspector
-
Returns whether class1 and class2 are the same class.
- checkSameGenericTypes(TypeVariable<?>, TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether type1 and type2 are the same generic type.
- checkSuperclass(Class<?>, Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class extends the specified superclass.
- checkType(Field, TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the type of the field is the specified generic type.
- closeFile(String) - Method in class codeassess.javassessment.Intercessor
-
Closes the file saving the changes applied.
- CodeAssess - Class in codeassess
-
This class is used to assess a given program by using an Assessor object.
- CodeAssess(Assessor, String[], String[], String[]) - Constructor for class codeassess.CodeAssess
-
Creates a CodeAssess that executes the methods of an assessor.
- CodeAssess(String, String, String[], String[], String[], String[]) - Constructor for class codeassess.CodeAssess
-
Creates a CodeAssess that executes the methods of an assessor.
- codeassess.javassessment - package codeassess.javassessment
-
- copyConstructor(Constructor<?>) - Method in class codeassess.javassessment.Intercessor
-
Copies a constructor from the equivalent class of the solution.
- copyConstructor(Class<?>, Class<?>...) - Method in class codeassess.javassessment.Intercessor
-
Copies a constructor from the equivalent class of the solution.
- copyConstructors(Class<?>) - Method in class codeassess.javassessment.Intercessor
-
Copies the constructors from the equivalent class of the solution.
- copyField(Field) - Method in class codeassess.javassessment.Intercessor
-
Copies a field from the equivalent class of the solution.
- copyField(Class<?>, String) - Method in class codeassess.javassessment.Intercessor
-
Copies a field from the equivalent class of the solution.
- copyFields(Class<?>) - Method in class codeassess.javassessment.Intercessor
-
Copies the fields from the equivalent class of the solution.
- copyFile(String) - Method in class codeassess.javassessment.Intercessor
-
Copies the file from the solution into the project.
- copyFile(String, String) - Method in class codeassess.javassessment.Intercessor
-
Copies the file from the solution into the specified path of the project.
- copyMethod(Method) - Method in class codeassess.javassessment.Intercessor
-
Copies a method from the equivalent class of the solution.
- copyMethod(Class<?>, String, Class<?>...) - Method in class codeassess.javassessment.Intercessor
-
Copies a method from the equivalent class of the solution.
- copyMethods(Class<?>) - Method in class codeassess.javassessment.Intercessor
-
Copies the methods from the equivalent class of the solution.