Method YyPushBack
YyPushBack(Int32)
Pushes the specified amount of characters back into the input stream.
They will be read again by then next call of the scanning method
Declaration
public void YyPushBack(int number)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | number | the number of characters to be read again. This number must not be greater than YyLength! |