public class AdditionalTypeExpressionState2 extends AbstractTypeState
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
NO_VALID_SYMBOL_STRING
String für "no valid symbol: ".
|
private TempTypeExtension |
tempExt
TempTypExtension.
|
| Constructor and Description |
|---|
AdditionalTypeExpressionState2(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
private static final java.lang.String NO_VALID_SYMBOL_STRING
public AdditionalTypeExpressionState2(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