Click or drag to resize

ANTLRFileStream Methods

The ANTLRFileStream type exposes the following members.

Methods
  NameDescription
Public methodConsume (Inherited from ANTLRStringStream.)
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 (Inherited from ANTLRStringStream.)
Public methodLoad
Public methodLT (Inherited from ANTLRStringStream.)
Public methodMark (Inherited from ANTLRStringStream.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRelease (Inherited from ANTLRStringStream.)
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.
(Inherited from ANTLRStringStream.)
Public methodRewind (Inherited from ANTLRStringStream.)
Public methodRewind(Int32) (Inherited from ANTLRStringStream.)
Public methodSeek
consume() ahead until p==index; can't just set p=index as we must update line and charPositionInLine.
(Inherited from ANTLRStringStream.)
Public methodSubstring (Inherited from ANTLRStringStream.)
Public methodToString (Inherited from ANTLRStringStream.)
Top
See Also