public class AdditionalTypeExpressionState extends AbstractTypeState
| Modifier and Type | Field and Description |
|---|---|
private TempTypeExtension |
tempExt
TempTypExtension.
|
| Constructor and Description |
|---|
AdditionalTypeExpressionState(TempTypeExtension tempExt)
constructor no Side effects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
parse(RouterSoftware rs,
TempVariableType tVT,
Buffer<AbstractSymbol> buffer,
TypeFileParser tFP) |
private final TempTypeExtension tempExt
public AdditionalTypeExpressionState(TempTypeExtension tempExt)
tempExt - TepExt.public void parse(RouterSoftware rs, TempVariableType tVT, Buffer<AbstractSymbol> buffer, TypeFileParser tFP) throws java.lang.InterruptedException, ParserException
parse in class AbstractTypeStaters - The RouterSoftware to use.tVT - tempVariableTypebuffer - buffertFP - typeFileParserjava.lang.InterruptedException - InterruptedExceptionParserException - ParserException