public class SchemeParenthesisParser
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SchemeParenthesisParser.CharIterator |
static class |
SchemeParenthesisParser.DefaultModeFactory |
static class |
SchemeParenthesisParser.EscapeSequenceMode |
static class |
SchemeParenthesisParser.Mode |
static class |
SchemeParenthesisParser.ModeFactory |
static class |
SchemeParenthesisParser.ModeType |
static class |
SchemeParenthesisParser.ParenthesisMode |
static class |
SchemeParenthesisParser.ParseDirection |
static class |
SchemeParenthesisParser.ParserState |
static class |
SchemeParenthesisParser.StringMode |
static class |
SchemeParenthesisParser.TokenInfo |
Constructor and Description |
---|
SchemeParenthesisParser() |
Modifier and Type | Method and Description |
---|---|
static int |
lookupCorrespondingParenthesis(java.lang.CharSequence text,
int position) |
static SchemeParenthesisParser.ParserState |
lookupParenthesis(java.lang.CharSequence string,
int index) |
static void |
lookupParenthesisProc(SchemeParenthesisParser.ParserState parserState) |
static void |
main(java.lang.String[] args) |
static java.lang.String |
swapEscapeSequence(java.lang.CharSequence s) |
public static SchemeParenthesisParser.ParserState lookupParenthesis(java.lang.CharSequence string, int index)
public static void lookupParenthesisProc(SchemeParenthesisParser.ParserState parserState)
public static java.lang.String swapEscapeSequence(java.lang.CharSequence s)
public static final int lookupCorrespondingParenthesis(java.lang.CharSequence text, int position)
public static void main(java.lang.String[] args)