Calitha GOLD Parser Engine Documentation

StringTokenizer Members

StringTokenizer overview

Public Instance Constructors

StringTokenizer Constructor Creates a new tokenizer.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetCurrentLocation Gets a copy of the current location where the tokenizer is on the input.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetInput Gets the input string for the tokenizer.
GetType (inherited from Object) Gets the Type of the current instance.
RetrieveToken Retrieves a token from the input string. This method can be called multiple time to get tokens further on the input string.
SetCurrentLocation 
SetInput Sets the input string for the tokenizer.
SkipAfterChar Advances the position on the input string until after a certain character is encountered.
SkipToChar 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.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

StringTokenizer Class | com.calitha.goldparser Namespace