| Token Class |
Namespace: Akka.Configuration.Hocon
The Token type exposes the following members.
| Name | Description | |
|---|---|---|
| Token |
Initializes a new instance of the Token class.
| |
| Token(String) |
Initializes a new instance of the Token class.
| |
| Token(TokenType) |
Initializes a new instance of the Token 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.) | |
| Key |
Creates a Key token.
| |
| LiteralValue |
Creates a string Literal token.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Substitution |
Creates a Substitution token with a given Path
| |
| 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.) |
| Name | Description | |
|---|---|---|
| Type |
The type of the token.
| |
| Value |
If this instance is a LiteralValue, the Value property holds the string literal.
|