| Package | Description |
|---|---|
| model.type |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<TypeExtensionWithCondition> |
NamedVariableType.inConditions
List of TypeExtensionVariable in which condition this is referenced.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TypeExtensionWithCondition> |
NamedVariableType.getInConditions()
Get getInConditions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamedVariableType.addInCondition(TypeExtensionWithCondition typeExtensionVariable)
Add a typeExtensionVariable to the list of TypeExtensionVariable.
|
void |
NamedVariableType.deleteInCondition(TypeExtensionWithCondition typeExtensionVariable)
Delete a typeExtensionVariable to the list of TypeExtensionVariable.
|
void |
TypeExtensionVisitor.visit(TypeExtensionWithCondition extension)
visit method for Visitor-pattern.
|