Click or drag to resize

Tokenizer Class

Inheritance Hierarchy
SystemObject
  BibtexLibrary.TokenizerTokenizer

Namespace:  BibtexLibrary.Tokenizer
Assembly:  BibtexLibrary.Standard (in BibtexLibrary.Standard.dll) Version: 1.4.4
Syntax
C#
public class Tokenizer

The Tokenizer type exposes the following members.

Constructors
  NameDescription
Public methodTokenizer
Initializes a new instance of the Tokenizer class
Top
Properties
  NameDescription
Public propertyEndOfInput
Checks whether the scanner is at the end of the input.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAllTokens
Return all the tokens in the inputstring.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPreviousCharacters
Returns the previous n characters.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNextToken
Public methodPeek
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also