Package | Description |
---|---|
parser.states.typestates |
Modifier and Type | Field and Description |
---|---|
private TempTypeExtensionWithCondition |
ConditionState1.tempExt
the tempTypExtensionVariable.
|
private TempTypeExtensionWithCondition |
ConditionState2.tempExt
the tempTypExtensionVariable.
|
private TempTypeExtensionWithCondition |
TypeVariableState.tempExt
the identifierSymbol.
|
private TempTypeExtensionWithCondition |
VariableState.tempExt
the identifierSymbol.
|
Constructor and Description |
---|
ConditionState1(TempTypeExtensionWithCondition tempExt)
The constructor.
|
ConditionState2(TempTypeExtensionWithCondition tempExt)
The constructor.
|
TypeVariableState(AbstractSymbol variable,
TempTypeExtensionWithCondition tempExt)
The constructor.
|
VariableState(AbstractSymbol variable,
TempTypeExtensionWithCondition tempExt)
The constructor.
|