|
|
Creates a new tokenizer. |
| Determines whether the specified Object is equal to the current Object. | |
| Gets a copy of the current location where the tokenizer is on the input. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Gets the input string for the tokenizer. | |
| Gets the Type of the current instance. | |
| Retrieves a token from the input string. This method can be called multiple time to get tokens further on the input string. | |
| Sets the input string for the tokenizer. | |
| Advances the position on the input string until after a certain character is encountered. | |
| Advances the position on the input string until a certain character is encountered. The input will point to this character for the next token that will be retrieved. | |
| Returns a String that represents the current Object. |
| Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| Creates a shallow copy of the current Object. |