|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--antlr.LexerSharedInputState
Untamed:
Field Summary | |
protected int |
column
|
protected String |
filename
What file (if known) caused the problem? |
int |
guessing
Enabled: |
protected InputBuffer |
input
|
protected int |
line
|
protected int |
tokenStartColumn
|
protected int |
tokenStartLine
|
Constructor Summary | |
LexerSharedInputState(InputBuffer inbuf)
Enabled: |
|
LexerSharedInputState(InputStream in)
Enabled: |
|
LexerSharedInputState(Reader in)
Enabled: |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int column
protected int line
protected int tokenStartColumn
protected int tokenStartLine
protected InputBuffer input
protected String filename
public int guessing
Constructor Detail |
public LexerSharedInputState(InputBuffer inbuf)
public LexerSharedInputState(InputStream in)
public LexerSharedInputState(Reader in)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |