| Package | org.antlr.runtime |
| Class | public class CharStreamState |
| Property | Defined by | ||
|---|---|---|---|
| charPositionInLine : int What char position 0..n-1 in line is scanner before processing buffer[p]?
| CharStreamState | ||
| line : int What line number is the scanner at before processing buffer[p]?
| CharStreamState | ||
| p : int Index into the char stream of next lookahead char
| CharStreamState | ||
| charPositionInLine | property |
public var charPositionInLine:intWhat char position 0..n-1 in line is scanner before processing buffer[p]?
| line | property |
public var line:intWhat line number is the scanner at before processing buffer[p]?
| p | property |
public var p:intIndex into the char stream of next lookahead char