Click or drag to resize

ANTLRFileStream Properties

The ANTLRFileStream 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 (Overrides ANTLRStringStreamSourceName.)
Top
See Also