- DEBUG - Static variable in class jmplib.classversions.VersionTables
-
- declaration - Variable in class jmplib.primitives.FieldPrimitive
-
- declaration - Variable in class jmplib.primitives.impl.AddMethodPrimitive
-
- declaration - Variable in class jmplib.primitives.impl.DeleteMethodPrimitive
-
- declaration - Variable in class jmplib.primitives.impl.ReplaceMethodPrimitive
-
- DeclarationUtils - Class in jmplib.reflect
-
A class containing utility methods to convert JavaParser method declarations
to Java reflection entities.
- DeclarationUtils() - Constructor for class jmplib.reflect.DeclarationUtils
-
- decorateClass(Class) - Static method in class jmplib.reflect.Introspector
-
Puts a decorator to a java.lang.Class instance
- decorateClassList(Class<?>[]) - Static method in class jmplib.reflect.IntrospectionUtils
-
Decorates a list of java.lang.Class objects.
- decorateConstructorList(Constructor<?>[]) - Static method in class jmplib.reflect.IntrospectionUtils
-
Decorates a list of java.lang.reflect.Constructor objects.
- decorateField(Field) - Static method in class jmplib.reflect.Introspector
-
Puts a decorator to a java.lang.reflect.Field instance
- decorateFieldList(Field[]) - Static method in class jmplib.reflect.IntrospectionUtils
-
Decorates a list of java.lang.reflect.Field objects.
- decorateFields(Field[]) - Static method in class jmplib.reflect.Introspector
-
Puts a decorator to a java.lang.reflect.Field array
- decorateMethod(Method) - Static method in class jmplib.reflect.Introspector
-
Puts a decorator to a java.lang.reflect.Method instance
- decorateMethodList(Method[]) - Static method in class jmplib.reflect.IntrospectionUtils
-
Decorates a list of java.lang.reflect.Method objects.
- decorateMethods(Method[]) - Static method in class jmplib.reflect.Introspector
-
Puts a decorator to a java.lang.reflect.Method array
- DefaultMethod - Annotation Type in jmplib.annotations
-
This annotation marks a method as a default method.
- DefaultMethodTransformer - Class in jmplib.agent.impl
-
This transformer overrides methods of the superclasses.
- DefaultMethodTransformer() - Constructor for class jmplib.agent.impl.DefaultMethodTransformer
-
- delete(MemberKey) - Static method in class jmplib.classversions.DeleteMemberTables
-
Marks one method as deleted
- DeletedMethod - Annotation Type in jmplib.annotations
-
This annotation marks a method as deleted.
- DeleteFieldPrimitive - Class in jmplib.primitives.impl
-
Deletes a field of one class
- DeleteFieldPrimitive(ClassContent, String, Class<?>) - Constructor for class jmplib.primitives.impl.DeleteFieldPrimitive
-
- deleteFile(File...) - Static method in class jmplib.util.FileUtils
-
Deletes all files provided
- deleteFile(File) - Static method in class jmplib.util.FileUtils
-
Delete a File.
- DeleteMemberTables - Class in jmplib.classversions
-
This class stores keys of the methods that has been deleted.
- DeleteMemberTables() - Constructor for class jmplib.classversions.DeleteMemberTables
-
- DeleteMethodPrimitive - Class in jmplib.primitives.impl
-
Deletes one method from the class
- DeleteMethodPrimitive(ClassContent, String, Class<?>, Class<?>[]) - Constructor for class jmplib.primitives.impl.DeleteMethodPrimitive
-
- desiredAssertionStatus() - Method in class jmplib.reflect.Class
-
Returns the assertion status that would be assigned to this
class if it were to be initialized at the time this method is invoked.