public class ConditionState1 extends AbstractTypeState
| Modifier and Type | Field and Description |
|---|---|
private TempTypeExtensionWithCondition |
tempExt
the tempTypExtensionVariable.
|
| Constructor and Description |
|---|
ConditionState1(TempTypeExtensionWithCondition tempExt)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
parse(RouterSoftware rs,
TempVariableType tVT,
Buffer<AbstractSymbol> buffer,
TypeFileParser tFP) |
private final TempTypeExtensionWithCondition tempExt
public ConditionState1(TempTypeExtensionWithCondition tempExt)
tempExt - the tempTypExtensionVariable of the line;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