Click or drag to resize

ANTLRStringStream Properties

The ANTLRStringStream type exposes the following members.

Properties
  NameDescription
Public propertyCharPositionInLine
Public propertyCount
Public propertyIndex
Return the current input symbol index 0..n where n indicates the last symbol has been read. The index is the index of char to be returned from LA(1).
Public propertyLine
Public propertySourceName
Top
See Also