See: Description
| Interface | Description |
|---|---|
| IGeneratorStrategy |
Strategy for
GeneratorMode |
| ISource |
Basic interface for generate Java source code
|
| Class | Description |
|---|---|
| ModuleGeneratorStrategy |
Implementation of
IGeneratorStrategy which generates source code for Orienteer module. |
| OSourceBlankLine |
Represents blank line in Java soources
|
| OSourceCall |
Represents call method in Java sources
|
| OSourceChainCall |
Represents chain call in Java sources
|
| OSourceConstant |
Represents Java constant
|
| OSourceFragment |
Represents Code fragment in Java Sources
|
| OSourceNewInstance |
Represents create new instance of object in Java sources
|
| OSourceSpace |
Represents space in Java sources
|
| OSourceStaticNewInstance |
Represents create new instance of object by using static method
|
| OSourceSymbol |
Represents symbol in Java sources
|
| OSourceVariable |
Represents variable in Java sources
|
| OSourceVariableDeclaration |
Represents variable declaration in Java sources
|
Copyright © 2019. All rights reserved.