|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinf.compilers.LexicalAnalyzer.RegexParseState
static class LexicalAnalyzer.RegexParseState
| Field Summary | |
|---|---|
protected int |
nextRxChar
the index of the next character from the regular expression Reader |
protected java.io.Reader |
regexIn
the Reader for parsing the current regular expression |
protected int |
rxPos
the position of the next char in the Reader (for ParseExceptions) |
| Constructor Summary | |
|---|---|
LexicalAnalyzer.RegexParseState(java.io.Reader regexIn)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.io.Reader regexIn
protected int nextRxChar
protected int rxPos
| Constructor Detail |
|---|
public LexicalAnalyzer.RegexParseState(java.io.Reader regexIn)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||