- getActualTypeArguments(ParameterizedType) - Method in class codeassess.javassessment.Introspector
-
Returns the actual type arguments of the parameterized type.
- getBounds(TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the type of the upper bound(s) of the specified type variable.
- getClass(String) - Method in class codeassess.javassessment.Introspector
-
Returns the class from the class loader whose name is the specified one.
- getClass(Field) - Method in class codeassess.javassessment.Introspector
-
Returns the class of the field.
- getClass(Parameter) - Method in class codeassess.javassessment.Introspector
-
Returns the class of the parameter.
- getClasses() - Method in class codeassess.javassessment.Introspector
-
Returns all the classes from the project that are visible by the class loader.
- getClasses(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the public classes and interfaces that are members of the specified class (this includes inherited ones).
- getComponentClass(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the class that represents the elements of the specified array class.
- getComponentType(GenericArrayType) - Method in class codeassess.javassessment.Introspector
-
Returns the type of the components of the array.
- getConstructor(Class<?>, Class<?>...) - Method in class codeassess.javassessment.Introspector
-
Returns the public constructor with the specified parameter classes that is member of the class (this excludes inherited ones).
- getConstructors(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the public constructors that are members of the class (this excludes inherited ones).
- getCurrentClass(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the class related to the specified class
that is being used by the current class loader.
- getCurrentClasses(Class<?>[]) - Method in class codeassess.javassessment.Introspector
-
Returns the classes related to the specified classes
that are being used by the current class loader.
- getCurrentConstructor(Constructor<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the constructor related to the specified constructor
that is being used by the current class loader.
- getCurrentExecutable(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns the executable related to the specified executable
that is being used by the current class loader.
- getCurrentField(Field) - Method in class codeassess.javassessment.Introspector
-
Returns the field related to the specified field
that is being used by the current class loader.
- getCurrentMethod(Method) - Method in class codeassess.javassessment.Introspector
-
Returns the method related to the specified method
that is being used by the current class loader.
- getCurrentParameter(Parameter) - Method in class codeassess.javassessment.Introspector
-
Returns the parameter related to the specified parameter
that is being used by the current class loader.
- getDeclaredClasses(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the classes and interfaces that are declared by the specified class (this excludes inherited ones).
- getDeclaredConstructor(Class<?>, Class<?>[], boolean) - Method in class codeassess.javassessment.Introspector
-
Returns the constructor with the specified parameter classes that is declared by the class.
- getDeclaredConstructor(Class<?>, Class<?>...) - Method in class codeassess.javassessment.Introspector
-
Returns the constructor with the specified parameter classes that is declared by the class (this excludes inherited ones).
- getDeclaredConstructorCount(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the number of constructors that are declared by the class.
- getDeclaredConstructors(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the constructors that are declared by the class (this excludes inherited ones).
- getDeclaredField(Class<?>, String, TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the field with the specified name that is declared by the class.
- getDeclaredField(Class<?>, String, Class<?>, boolean) - Method in class codeassess.javassessment.Introspector
-
Returns the field with the specified name that is declared by the class.
- getDeclaredField(Class<?>, String) - Method in class codeassess.javassessment.Introspector
-
Returns the field with the specified name that is declared by the class (this excludes inherited ones).
- getDeclaredFieldCount(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the number of fields that are declared by the class.
- getDeclaredFields(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the fields that are declared by the class (this excludes inherited ones).
- getDeclaredMethod(String, Class<?>...) - Method in class codeassess.CodeAssess
-
Obtains a method implemented in the assessor.
- getDeclaredMethod(Class<?>, String, Class<?>[], TypeVariable<?>, boolean) - Method in class codeassess.javassessment.Introspector
-
Returns the method with the specified name, parameter classes and return generic type that is declared by the class.
- getDeclaredMethod(Class<?>, String, Class<?>[], Class<?>, boolean) - Method in class codeassess.javassessment.Introspector
-
Returns the method with the specified name, parameter classes and return class that is declared by the class.
- getDeclaredMethod(Class<?>, String, Class<?>[], boolean) - Method in class codeassess.javassessment.Introspector
-
Returns the method with the specified name and parameter classes that is declared by the class.
- getDeclaredMethod(Class<?>, String, Class<?>...) - Method in class codeassess.javassessment.Introspector
-
Returns the method with the specified name and parameter classes that is declared by the class (this excludes inherited ones).
- getDeclaredMethodCount(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the number of methods that are declared by the class.
- getDeclaredMethods(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the methods that are declared by the class (this excludes inherited ones).
- getDeclaringClass(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the class that declares the specified class.
- getDeclaringClass(Field) - Method in class codeassess.javassessment.Introspector
-
Returns the class that declares the field.
- getDeclaringClass(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns the class that declares the executable.
- getDeclaringExecutable(Parameter) - Method in class codeassess.javassessment.Introspector
-
Returns the executable that declares the parameter.
- getEnclosingClass(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the class that encloses the specified class.
- getEnclosingConstructor(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the constructor that encloses the class.
- getEnclosingMethod(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the method that encloses the class.
- getEnumConstants(Class<T>) - Method in class codeassess.javassessment.Introspector
-
Returns the elements that are declared by the enumerate class.
- getExceptionClasses(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns the classes of the exceptions that are declared to be thrown by the executable.
- getExceptionTypes(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns the type of the exceptions that are declared to be thrown by the executable.
- getField(Class<?>, String) - Method in class codeassess.javassessment.Introspector
-
Returns the public field with the specified name that is member of the class (this includes inherited ones).
- getFields(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the public fields that are members of the class (this includes inherited ones).
- getGenericType(Type, int[]) - Method in class codeassess.javassessment.Introspector
-
Returns the generic type of the specified type at the specified position.
- getGenericTypeParameterCount(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the number of generic type parameters of the class.
- getGenericTypeParameters(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the generic type parameters of the class.
- getGenericTypeParameters(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns the generic type parameters of the executable.
- getGenericTypes(Type[]) - Method in class codeassess.javassessment.Introspector
-
Returns the generic types of the specified types.
- getInterfaceCount(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the number of interfaces that are implemented by the class.
- getInterfaces(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the interfaces implemented by the class.
- getInterfacesTypes(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the type of the interfaces that are implemented by class.
- getLowerBounds(WildcardType) - Method in class codeassess.javassessment.Introspector
-
Returns the type of the lower bound(s) of the specified wildcard type.
- getMethod(Class<?>, String, Class<?>...) - Method in class codeassess.javassessment.Introspector
-
Returns the public method with the specified name and parameter classes that is member of the class (this includes inherited ones).
- getMethods() - Method in class codeassess.CodeAssess
-
Returns the methods that are implemented in the assessor.
- getMethods(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the public methods that are members of the class (this includes inherited ones).
- getModifiers(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the modifiers of the class.
- getModifiers(Field) - Method in class codeassess.javassessment.Introspector
-
Returns the modifiers of the field.
- getModifiers(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns the modifiers of the executable.
- getModifiers(Parameter) - Method in class codeassess.javassessment.Introspector
-
Returns the modifiers of the parameter.
- getName(Type) - Method in class codeassess.javassessment.Introspector
-
Returns a String describing the type.
- getName(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the name of the class.
- getName(TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the name of the generic type.
- getName(Field) - Method in class codeassess.javassessment.Introspector
-
Returns the name of the field.
- getName(Method) - Method in class codeassess.javassessment.Introspector
-
Returns the name of the method.
- getName(Parameter) - Method in class codeassess.javassessment.Introspector
-
Returns the name of the parameter.
- getOwnerType(ParameterizedType) - Method in class codeassess.javassessment.Introspector
-
Returns the type that the specified parameterized type is member of.
- getPackage(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the package of the class.
- getParameter(Executable, String, TypeVariable<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the parameter with the specified name that is declared by the executable.
- getParameter(Executable, String, Class<?>, boolean) - Method in class codeassess.javassessment.Introspector
-
Returns the parameter with the specified name that is declared by the executable.
- getParameter(Executable, String) - Method in class codeassess.javassessment.Introspector
-
Returns the parameter with the specified name that is declared by the executable.
- getParameterClasses(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns the classes of the parameters that takes the executable.
- getParameterCount(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns the number of parameters of the executable.
- getParameters(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns the parameters that the executable takes.
- getParameterTypes(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns the type of the parameters of the executable.
- getPrimitiveClass(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the primitive class of the specified class.
- getRawType(ParameterizedType) - Method in class codeassess.javassessment.Introspector
-
Returns the type that represents the class or interface that declared this type.
- getReturnClass(Method) - Method in class codeassess.javassessment.Introspector
-
Returns the return class of the method.
- getReturnType(Method) - Method in class codeassess.javassessment.Introspector
-
Returns the return type of the method.
- getSuperclass(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the superclass of the specified class.
- getSuperclassType(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the type of the superclass of the specified class.
- getTestCase(String, String, Class<?>...) - Method in class codeassess.javassessment.Tester
-
Obtains a test case method implemented in the class
- getTestCases(String) - Method in class codeassess.javassessment.Tester
-
Obtains all test case methods implemented in the class
- getTopClasses() - Method in class codeassess.javassessment.Introspector
-
Returns the classes from the project that are visible by the class loader and are top level classes.
- getType(Field) - Method in class codeassess.javassessment.Introspector
-
Returns the type of the field.
- getType(Parameter) - Method in class codeassess.javassessment.Introspector
-
Returns the type of the parameter.
- getUpperBounds(WildcardType) - Method in class codeassess.javassessment.Introspector
-
Returns the type of the upper bound(s) of the specified wildcard type.
- getWrapperClass(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns the wrapper class of the specified class.