Click or drag to resize

ANTLRReaderStream Properties

The ANTLRReaderStream type exposes the following members.

Properties
  NameDescription
Public propertyCharPositionInLine (Inherited from ANTLRStringStream.)
Public propertyCount (Inherited from ANTLRStringStream.)
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).
(Inherited from ANTLRStringStream.)
Public propertyLine (Inherited from ANTLRStringStream.)
Public propertySourceName (Inherited from ANTLRStringStream.)
Top
See Also