Package | Description |
---|---|
jmplib.primitives | |
jmplib.primitives.impl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReadPrimitive<T>
Simple children of the AbstractPrimtive that just reads information from
source files instead of changing the state of the source.
|
class |
FieldPrimitive
Superclass of all field primitives.
|
class |
MethodPrimitive
Superclass for all method primitives
|
Modifier and Type | Class and Description |
---|---|
class |
AddAnnotationToClassPrimitive
This class adds new annotations to existing classes.
|
class |
AddAnnotationToMethodPrimitive
This class adds new annotations to existing classes.
|
class |
AddFieldPrimitive
This primitive class adds a new field and its auxiliar methods to one class
|
class |
AddGenericTypeToClassPrimitive
This class adds new annotations to existing classes.
|
class |
AddGenericTypeToMethodPrimitive
This class adds new annotations to existing classes.
|
class |
AddImportPrimitive
This class adds new imports to the files of existing classes.
|
class |
AddInterfacePrimitive
This class adds new interfaces to existing classes.
|
class |
AddMethodPrimitive
This class adds new methods to existing class source code.
|
class |
DeleteFieldPrimitive
Deletes a field of one class
|
class |
DeleteMethodPrimitive
Deletes one method from the class
|
class |
GetImportPrimitive
This class gets imports from the files of existing classes.
|
class |
RemoveInterfacePrimitive
This class adds new interfaces to existing classes.
|
class |
RemoveSuperClassPrimitive
This class removes the superclass of existing classes.
|
class |
ReplaceFieldPrimitive
Replaces one field
|
class |
ReplaceImplementationPrimitive
Replace the implementation of one method
|
class |
ReplaceMethodPrimitive
Replaces one method
|
class |
SetAnnotationToClassPrimitive
This class sets new annotations to existing classes.
|
class |
SetAnnotationToMethodPrimitive
This class sets new annotations to existing methods.
|
class |
SetGenericTypeToClassPrimitive
This class sets new annotations to existing classes.
|
class |
SetGenericTypeToMethodPrimitive
This class sets new annotations to existing methods.
|
class |
SetImportPrimitive
This class adds new imports to the files of existing classes.
|
class |
SetSuperClassPrimitive
This class adds modifies the superclass of existing classes.
|