Click or drag to resize
Tokenizer Class
Class Tokenizer.
Inheritance Hierarchy

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public class Tokenizer

The Tokenizer type exposes the following members.

Constructors
  NameDescription
Public methodTokenizer
Initializes a new instance of the Tokenizer class.
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatches(String)
Matches the specified pattern.
Public methodMatches(String)
Matches the specified patterns.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPeek
Peeks this instance.
Public methodPullWhitespace
Pulls the whitespace.
Public methodTake
Takes this instance.
Public methodTake(Int32)
Takes the specified length.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
Properties
  NameDescription
Public propertyEoF
Gets a value indicating whether [eof].
Top
See Also