public static class SchemeParenthesisParser.ParenthesisMode extends SchemeParenthesisParser.Mode
factory, parent, sb, state, tokenInfoList, tokenList
Constructor and Description |
---|
ParenthesisMode(SchemeParenthesisParser.ParserState state,
SchemeParenthesisParser.Mode parentMode,
SchemeParenthesisParser.ModeFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
procChar(char c) |
boolean |
process(SchemeParenthesisParser.ParserState state) |
appendProc, breakProc, getUserObject, setUserObject
public ParenthesisMode(SchemeParenthesisParser.ParserState state, SchemeParenthesisParser.Mode parentMode, SchemeParenthesisParser.ModeFactory factory)
public void procChar(char c)
procChar
in class SchemeParenthesisParser.Mode
public boolean process(SchemeParenthesisParser.ParserState state)
process
in class SchemeParenthesisParser.Mode