See: Description
| Class | Description |
|---|---|
| CodeGenerationRequestCreator |
Contains helper methods used during preparation stage of Code Augmentor
to extract augmenting code and generated code sections from
source code files.
|
| CodeGenerationResponseProcessor |
Contains helper methods used by code generation responses processing to merge
generated code content into source code files.
|
| Diff |
Used to implement Unix diff for "normal" format, ie neither context format nor
unified format.
|
| GeneratedCodeFetcher |
This class is responsible for matching generated code objects to their
descriptors.
|
| PersistenceUtil |
Used to encapsulate streaming read/write operations of files with models used by
Code Augmentor.
|
| SourceCodeTokenizer |
Tokenizes source code files into token lines.
|
| SourceCodeTransformer |
Used by
CodeAugmentationGenericTask
to make a series of replacements in a source code file at prespecified offsets in the file. |
| TaskUtils |
Exposes helper methods for generic tasks
|
| Token |
Result of tokenizing file with
SourceCodeTokenizer. |