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

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

The HoconTokenizer type exposes the following members.

Constructors
  NameDescription
Public methodHoconTokenizer
Initializes a new instance of the HoconTokenizer 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 methodIsArrayEnd
Determines whether [is array end].
Public methodIsArrayStart
Determines whether [is array start].
Public methodIsAssignment
Determines whether this instance is assignment.
Public methodIsComma
Determines whether this instance is comma.
Public methodIsDot
Determines whether this instance is dot.
Public methodIsEndOfObject
Determines whether [is end of object].
Public methodIsObjectStart
Determines whether [is object start].
Public methodIsSpaceOrTab
Determines whether [is space or tab].
Public methodIsStartOfQuotedText
Determines whether [is start of quoted text].
Public methodIsStartOfTrippleQuotedText
Determines whether [is start of triple quoted text].
Public methodIsStartSimpleValue
Determines whether [is start simple value].
Public methodIsSubstitutionStart
Determines whether [is substitution start].
Public methodIsUnquotedKey
Determines whether [is unquoted key].
Public methodIsUnquotedKeyStart
Determines whether [is unquoted key start].
Public methodMatches(String)
Matches the specified pattern.
(Inherited from Tokenizer.)
Public methodMatches(String)
Matches the specified patterns.
(Inherited from Tokenizer.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPeek
Peeks this instance.
(Inherited from Tokenizer.)
Public methodPullArrayEnd
Pulls the array end.
Public methodPullArrayStart
Pulls the array start.
Public methodPullAssignment
Pulls the assignment.
Public methodPullComma
Pulls the comma.
Public methodPullComment
Pulls the comment.
Public methodPullDot
Pulls the dot.
Public methodPullEndOfObject
Pulls the end of object.
Public methodPullNext
Pulls the next.
Public methodPullQuotedKey
Pulls the quoted key.
Public methodPullQuotedText
Pulls the quoted text.
Public methodPullRestOfLine
Pulls the rest of line.
Public methodPullSimpleValue
Pulls the simple value.
Public methodPullSpaceOrTab
Pulls the space or tab.
Public methodPullStartOfObject
Pulls the start of object.
Public methodPullSubstitution
Pulls the substitution.
Public methodPullTrippleQuotedText
Pulls the triple quoted text.
Public methodPullUnquotedKey
Pulls the unquoted key.
Public methodPullValue
Pulls the value.
Public methodPullWhitespace
Pulls the whitespace.
(Inherited from Tokenizer.)
Public methodPullWhitespaceAndComments
Pulls the whitespace and comments.
Public methodTake
Takes this instance.
(Inherited from Tokenizer.)
Public methodTake(Int32)
Takes the specified length.
(Inherited from Tokenizer.)
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].
(Inherited from Tokenizer.)
Top
See Also