| Package | Description |
|---|---|
| org.orienteer.architect.service.generator |
Contains service classes which uses for generate sources
|
| Modifier and Type | Class and Description |
|---|---|
class |
OSourceBlankLine
Represents blank line in Java soources
|
class |
OSourceCall
Represents call method in Java sources
|
class |
OSourceChainCall
Represents chain call in Java sources
|
class |
OSourceConstant
Represents Java constant
|
class |
OSourceFragment
Represents Code fragment in Java Sources
|
class |
OSourceNewInstance
Represents create new instance of object in Java sources
|
class |
OSourceSpace
Represents space in Java sources
|
class |
OSourceStaticNewInstance
Represents create new instance of object by using static method
|
class |
OSourceSymbol
Represents symbol in Java sources
|
class |
OSourceVariable
Represents variable in Java sources
|
class |
OSourceVariableDeclaration
Represents variable declaration in Java sources
|
| Modifier and Type | Method and Description |
|---|---|
List<ISource> |
OSourceFragment.getSources() |
| Modifier and Type | Method and Description |
|---|---|
OSourceFragment |
OSourceFragment.addSource(ISource source) |
boolean |
OSourceFragment.removeSource(ISource source) |
| Modifier and Type | Method and Description |
|---|---|
OSourceFragment |
OSourceFragment.addSources(List<? extends ISource> sources) |
boolean |
OSourceFragment.removeSources(List<? extends ISource> sources) |
| Constructor and Description |
|---|
OSourceFragment(List<ISource> sources) |
Copyright © 2020. All rights reserved.