- Intercessor - Class in codeassess.javassessment
-
This class is used to modify the source code of the classes that are loaded using an internal class loader.
- Intercessor(String[], String[]) - Constructor for class codeassess.javassessment.Intercessor
-
Creates the intercessor that modifies the classes contained in the specified paths.
- Introspector - Class in codeassess.javassessment
-
This class is used to obtain or check syntactical properties of the classes that
are loaded using an internal class loader.
- Introspector(String[]) - Constructor for class codeassess.javassessment.Introspector
-
Creates the introspector that accesses the classes contained in the specified paths.
- isAbstract(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class is abstract.
- isAbstract(Method) - Method in class codeassess.javassessment.Introspector
-
Returns whether the method is abstract.
- isAnonymous(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class is anonymous.
- isArray(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class is an array class.
- isAssignableFrom(Class<?>, Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the objects of the second class can be assigned to a variable of the first class.
- isBridge(Method) - Method in class codeassess.javassessment.Introspector
-
Returns whether the method is a bridge method.
- isDefault(Method) - Method in class codeassess.javassessment.Introspector
-
Returns whether the method is a default method.
- isEnum(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class is an enumerate.
- isEnum(Field) - Method in class codeassess.javassessment.Introspector
-
Returns whether the field represents an element of an enumerate.
- isFinal(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class is final.
- isFinal(Field) - Method in class codeassess.javassessment.Introspector
-
Returns whether the field is final.
- isFinal(Method) - Method in class codeassess.javassessment.Introspector
-
Returns whether the method is final.
- isFinal(Parameter) - Method in class codeassess.javassessment.Introspector
-
Returns whether the parameter is final.
- isImplicit(Parameter) - Method in class codeassess.javassessment.Introspector
-
Returns whether the parameter is implicit.
- isInterface(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class is an interface.
- isLocalClass(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class is a local class.
- isMemberClass(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class is a member class.
- isNamePresent(Parameter) - Method in class codeassess.javassessment.Introspector
-
Returns whether the parameter is name present.
- isNative(Method) - Method in class codeassess.javassessment.Introspector
-
Returns whether the method is native.
- isPackaged(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class does not specify a modifier that determines its visibility.
- isPackaged(Field) - Method in class codeassess.javassessment.Introspector
-
Returns whether the field does not specify a modifier that determines its visibility.
- isPackaged(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns whether the executable does not specify a modifier that determines its visibility.
- isPrimitive(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class is a primitive class.
- isPrivate(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class is private.
- isPrivate(Field) - Method in class codeassess.javassessment.Introspector
-
Returns whether the field is private.
- isPrivate(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns whether the executable is private.
- isProtected(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class is protected.
- isProtected(Field) - Method in class codeassess.javassessment.Introspector
-
Returns whether the field is protected.
- isProtected(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns whether the executable is protected.
- isPublic(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class is public.
- isPublic(Field) - Method in class codeassess.javassessment.Introspector
-
Returns whether the field is public.
- isPublic(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns whether the executable is public.
- isStatic(Field) - Method in class codeassess.javassessment.Introspector
-
Returns whether the field is static.
- isStatic(Method) - Method in class codeassess.javassessment.Introspector
-
Returns whether the method is static.
- isStrict(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class is strict.
- isStrict(Method) - Method in class codeassess.javassessment.Introspector
-
Returns whether the method is strict.
- isSynchronized(Method) - Method in class codeassess.javassessment.Introspector
-
Returns whether the method is synchronized.
- isSynthetic(Class<?>) - Method in class codeassess.javassessment.Introspector
-
Returns whether the class is a synthetic class.
- isSynthetic(Field) - Method in class codeassess.javassessment.Introspector
-
Returns whether the field is synthetic.
- isSynthetic(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns whether the executable is synthetic.
- isSynthetic(Parameter) - Method in class codeassess.javassessment.Introspector
-
Returns whether the parameter is synthetic.
- isTransient(Field) - Method in class codeassess.javassessment.Introspector
-
Returns whether the field is transient.
- isVarArgs(Executable) - Method in class codeassess.javassessment.Introspector
-
Returns whether the executable is declared to take a variable argument list.
- isVarArgs(Parameter) - Method in class codeassess.javassessment.Introspector
-
Returns whether the parameter represents a variable argument list.
- isVolatile(Field) - Method in class codeassess.javassessment.Introspector
-
Returns whether the field is volatile.