Click or drag to resize

ANTLRStringStream Methods

The ANTLRStringStream type exposes the following members.

Methods
  NameDescription
Public methodConsume
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLA
Public methodLT
Public methodMark
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRelease
Public methodReset
Reset the stream so that it's in the same state it was when the object was created *except* the data array is not touched.
Public methodRewind
Public methodRewind(Int32)
Public methodSeek
consume() ahead until p==index; can't just set p=index as we must update line and charPositionInLine.
Public methodSubstring
Public methodToString (Overrides ObjectToString.)
Top
See Also