See: Description
| Class | Description |
|---|---|
| AugmentingCode |
Represents contents of an augmenting code section.
|
| AugmentingCode.Block |
Represents a contiguous block of lines in an
augmenting code section which is either an
embedded string section, an embedded JSON
section, or not an embedded section.
|
| CodeChangeSummary |
Represents contents of (OUTPUT|CHANGE)-SUMMARY.txt file contents in destination directory
used during completion stage.
|
| CodeChangeSummary.ChangedFile |
Represents group of 3 lines inside *-SUMMARY.txt file.
|
| CodeGenerationRequest |
Represents input file to processing stage of Code Augmentor.
|
| CodeGenerationRequest.Header |
Represents the contents of
ProcessCodeContext.getHeader() |
| CodeGenerationResponse |
Represents output file of processing stage of Code Augmentor.
|
| CodeSnippetDescriptor | |
| CodeSnippetDescriptor.AugmentingCodeDescriptor | |
| CodeSnippetDescriptor.GeneratedCodeDescriptor | |
| GeneratedCode |
Represents generated code objects which constitutes the contents of
the output file of the processing stage.
|
| GeneratedCode.ContentPart |
Represents a section of generated code content.
|
| PreCodeAugmentationResult | |
| SourceFileAugmentingCode |
Represents a group of augmenting codes in a file identified by one set of augmenting
code directives.
|
| SourceFileDescriptor | |
| SourceFileGeneratedCode |
Represents collection of generated codes for a source code file during
processing stage.
|
At the moment only the JSON schema suggested by the classes below are public API; the rest are internal to operations of Code Augmentor: