| Package | Description |
|---|---|
| controller.checkingconditionphase | |
| controller.extendingphase | |
| controller.resolvingphase | |
| model | |
| model.type | |
| parser |
| Modifier and Type | Field and Description |
|---|---|
private TypeFileManager |
CheckConditions.typeFileManager
The typeFileManager.
|
| Constructor and Description |
|---|
CheckConditions(TypeFileManager typeFileManager)
The constructor without side-effects.
|
| Modifier and Type | Field and Description |
|---|---|
private TypeFileManager |
ExtendTypes.typeFileManager
The typeFileManager.
|
| Constructor and Description |
|---|
ExtendTypes(TypeFileManager typeFileManager)
The constructor without side-effects.
|
| Modifier and Type | Field and Description |
|---|---|
private TypeFileManager |
ResolveTypes.typeFileManager
The typeFileManager.
|
| Constructor and Description |
|---|
ResolveTypes(TypeFileManager typeFileManager)
The constructor without side-effects.
|
| Modifier and Type | Field and Description |
|---|---|
private TypeFileManager |
RouterSoftware.typeFileManager
TypeFileManager to store all TypeFiles.
|
| Modifier and Type | Method and Description |
|---|---|
TypeFileManager |
RouterSoftware.getTypeFileManager()
Getter for the TypeFileManager.
|
| Modifier and Type | Field and Description |
|---|---|
private TypeFileManager |
TypeExtensionWithCondition.typeFileManager
The reference to the typeFileManager to get the VariableAssigment.
|
private TypeFileManager |
TypeFile.typeFileManager
TypeFileManager.
|
private static TypeFileManager |
TypeExtensionTest.TYPEFILEMANAGER
/check/base.exp.
|
| Modifier and Type | Method and Description |
|---|---|
TypeFileManager |
TypeExtensionWithCondition.getTypeFileManager()
get the TypeFileManager.
|
TypeFileManager |
TypeFile.getTypeFileManager()
Getter for the TypeFileManager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeFile.setTypeFileManager(TypeFileManager typeFileManager)
Setter for the TypeFileManager.
|
| Constructor and Description |
|---|
TypeExtensionWithCondition(NamedVariableType variableIdentifier,
TypeFileManager typeFileManager,
RegEx expression,
NamedVariableType conditionIdentifier,
RegEx condition) |
| Modifier and Type | Method and Description |
|---|---|
TypeExtension |
TypeExtensionProcessor.createTypeExtension(TypeFileManager typeFileManager)
create a association to the type for a TypeExtention.
|