antlr
Class LexerSharedInputState

java.lang.Object
  |
  +--antlr.LexerSharedInputState
Direct Known Subclasses:
AstroLexerSharedInputState

public class LexerSharedInputState
extends Object

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

column

protected int column

line

protected int line

tokenStartColumn

protected int tokenStartColumn

tokenStartLine

protected int tokenStartLine

input

protected InputBuffer input

filename

protected String filename
What file (if known) caused the problem?


guessing

public int guessing
Enabled:

Constructor Detail

LexerSharedInputState

public LexerSharedInputState(InputBuffer inbuf)
Enabled:


LexerSharedInputState

public LexerSharedInputState(InputStream in)
Enabled:


LexerSharedInputState

public LexerSharedInputState(Reader in)
Enabled:



comments?