Click or drag to resize

CharStreamState Fields

The CharStreamState type exposes the following members.

Fields
  NameDescription
Public fieldcharPositionInLine
What char position 0..n-1 in line is scanner before processing buffer[p]?
Public fieldline
What line number is the scanner at before processing buffer[p]?
Public fieldp
Index into the char stream of next lookahead char
Top
See Also