public abstract class SExpressionParser extends Object
Constructor and Description |
---|
SExpressionParser() |
Modifier and Type | Method and Description |
---|---|
protected String |
getWholeSection(String message,
int currentIndex) |
protected int |
moveToNextSection(String string,
int currentIndex) |
protected String[] |
processSExpression(String sExpression) |
protected String |
removeOuterBrackets(String string) |
protected int moveToNextSection(String string, int currentIndex)