|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectantlr.LexerSharedInputState
org.multijava.mjc.ParsingController.InputState
This nested class is a hack to expose the line and column
fields of LexerSharedInputState for reading.
| Field Summary | |
private File |
file
|
| Fields inherited from class antlr.LexerSharedInputState |
column, filename, guessing, input, line, tokenStartColumn, tokenStartLine |
| Constructor Summary | |
ParsingController.InputState(Reader r,
File file)
|
|
| Method Summary | |
int |
column()
|
File |
file()
|
int |
line()
|
| Methods inherited from class antlr.LexerSharedInputState |
reset |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private final File file
| Constructor Detail |
public ParsingController.InputState(Reader r,
File file)
| Method Detail |
public int line()
public int column()
public File file()
|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||