ANTLRFileStream Methods |
The ANTLRFileStream type exposes the following members.
| Name | Description | |
|---|---|---|
| Consume | (Inherited from ANTLRStringStream.) | |
| 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 | (Inherited from ANTLRStringStream.) | |
| Load | ||
| LT | (Inherited from ANTLRStringStream.) | |
| Mark | (Inherited from ANTLRStringStream.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Release | (Inherited from ANTLRStringStream.) | |
| 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.
(Inherited from ANTLRStringStream.) | |
| Rewind | (Inherited from ANTLRStringStream.) | |
| Rewind(Int32) | (Inherited from ANTLRStringStream.) | |
| Seek |
consume() ahead until p==index; can't just set p=index as we must
update line and charPositionInLine.
(Inherited from ANTLRStringStream.) | |
| Substring | (Inherited from ANTLRStringStream.) | |
| ToString | (Inherited from ANTLRStringStream.) |