| HoconTokenizer Class |
Namespace: Akka.Configuration.Hocon
The HoconTokenizer type exposes the following members.
| Name | Description | |
|---|---|---|
| HoconTokenizer |
Initializes a new instance of the HoconTokenizer class.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsArrayEnd |
Determines whether [is array end].
| |
| IsArrayStart |
Determines whether [is array start].
| |
| IsAssignment |
Determines whether this instance is assignment.
| |
| IsComma |
Determines whether this instance is comma.
| |
| IsDot |
Determines whether this instance is dot.
| |
| IsEndOfObject |
Determines whether [is end of object].
| |
| IsObjectStart |
Determines whether [is object start].
| |
| IsSpaceOrTab |
Determines whether [is space or tab].
| |
| IsStartOfQuotedText |
Determines whether [is start of quoted text].
| |
| IsStartOfTrippleQuotedText |
Determines whether [is start of triple quoted text].
| |
| IsStartSimpleValue |
Determines whether [is start simple value].
| |
| IsSubstitutionStart |
Determines whether [is substitution start].
| |
| IsUnquotedKey |
Determines whether [is unquoted key].
| |
| IsUnquotedKeyStart |
Determines whether [is unquoted key start].
| |
| Matches(String) |
Matches the specified pattern.
(Inherited from Tokenizer.) | |
| Matches(String) |
Matches the specified patterns.
(Inherited from Tokenizer.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Peek |
Peeks this instance.
(Inherited from Tokenizer.) | |
| PullArrayEnd |
Pulls the array end.
| |
| PullArrayStart |
Pulls the array start.
| |
| PullAssignment |
Pulls the assignment.
| |
| PullComma |
Pulls the comma.
| |
| PullComment |
Pulls the comment.
| |
| PullDot |
Pulls the dot.
| |
| PullEndOfObject |
Pulls the end of object.
| |
| PullNext |
Pulls the next.
| |
| PullQuotedKey |
Pulls the quoted key.
| |
| PullQuotedText |
Pulls the quoted text.
| |
| PullRestOfLine |
Pulls the rest of line.
| |
| PullSimpleValue |
Pulls the simple value.
| |
| PullSpaceOrTab |
Pulls the space or tab.
| |
| PullStartOfObject |
Pulls the start of object.
| |
| PullSubstitution |
Pulls the substitution.
| |
| PullTrippleQuotedText |
Pulls the triple quoted text.
| |
| PullUnquotedKey |
Pulls the unquoted key.
| |
| PullValue |
Pulls the value.
| |
| PullWhitespace |
Pulls the whitespace.
(Inherited from Tokenizer.) | |
| PullWhitespaceAndComments |
Pulls the whitespace and comments.
| |
| Take |
Takes this instance.
(Inherited from Tokenizer.) | |
| Take(Int32) |
Takes the specified length.
(Inherited from Tokenizer.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT | (Defined by Extensions.) | |
| Match |
Matches the specified target.
(Defined by PatternMatch.) |