public class TypeExpressionState extends AbstractTypeState
| Constructor and Description |
|---|
TypeExpressionState() |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(RouterSoftware rs,
TempVariableType tVT,
Buffer<AbstractSymbol> buffer,
TypeFileParser tFP) |
java.lang.String |
posixCharacterReplacement(java.lang.String expression)
This method replaces the POSIX character classes with the appropriated ASCII code.
|
public void parse(RouterSoftware rs, TempVariableType tVT, Buffer<AbstractSymbol> buffer, TypeFileParser tFP) throws java.lang.InterruptedException, ParserException
parse in class AbstractTypeStatetVT - tempVariableTypebuffer - buffertFP - typeFileParserrs - The RouterSoftware to use.java.lang.InterruptedException - InterruptedExceptionParserException - ParserExceptionpublic java.lang.String posixCharacterReplacement(java.lang.String expression)
expression - the expression