Package | Description |
---|---|
model.type | |
parser | |
parser.states.typestates | |
parser.tempparserobjects |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.util.ArrayList<TempTypeExtension>> |
TypeFile.tempTypExtension
Hashmap for the typeextensions.
|
Constructor and Description |
---|
TypeFile(java.util.Map<java.lang.String,NamedVariableType> types2,
java.util.List<Comment> comments,
java.util.Map<java.lang.String,java.util.ArrayList<TempTypeExtension>> tempextensionsMap)
Constructor, just sets fields.
|
Modifier and Type | Field and Description |
---|---|
private TempTypeExtension |
TypeExtensionProcessor.tempExt
the temp Extension.
|
private TempTypeExtension |
TypeFileParser.tTE
Temporary Object, which is used to fill the final object when every information is collected.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.util.ArrayList<TempTypeExtension>> |
TypeFileParser.tempextensionsMap
The List of TypExtensions.
|
Modifier and Type | Method and Description |
---|---|
TempTypeExtension |
TypeFileParser.gettTE() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.ArrayList<TempTypeExtension>> |
TypeFileParser.getExtensionsMap() |
Constructor and Description |
---|
TypeExtensionProcessor(TempTypeExtension temp,
java.util.Map<java.lang.String,NamedVariableType> types) |
Modifier and Type | Field and Description |
---|---|
private TempTypeExtension |
AdditionalErrorMsgState.tempExt
TempTypExtension.
|
private TempTypeExtension |
AdditionalErrorMsgState2.tempExt
TempTypExtension.
|
private TempTypeExtension |
AdditionalTypeExpressionState.tempExt
TempTypExtension.
|
private TempTypeExtension |
AdditionalTypeExpressionState2.tempExt
TempTypExtension.
|
Constructor and Description |
---|
AdditionalErrorMsgState(TempTypeExtension tempExt)
constructor no Side effects.
|
AdditionalErrorMsgState2(TempTypeExtension tempExt)
constructor no Side effects.
|
AdditionalTypeExpressionState(TempTypeExtension tempExt)
constructor no Side effects.
|
AdditionalTypeExpressionState2(TempTypeExtension tempExt)
constructor no Side effects.
|
Modifier and Type | Class and Description |
---|---|
class |
TempTypeExtensionWithCondition |
class |
TempTypeExtensionWithoutCondition |