ANTLRStringStream Methods |
The ANTLRStringStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | Consume | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LA | |
![]() | LT | |
![]() | Mark | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Release | |
![]() | Reset |
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.
|
![]() | Rewind | |
![]() | Rewind(Int32) | |
![]() | Seek |
consume() ahead until p==index; can't just set p=index as we must
update line and charPositionInLine.
|
![]() | Substring | |
![]() | ToString | (Overrides ObjectToString.) |