|  | Token Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Akka.Configuration.Hocon
 Syntax
SyntaxThe Token type exposes the following members.
 Constructors
Constructors| 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.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Type | 
            The type that represents this token.
             | 
|  | Value | 
            The value associated with this token. If this token is
            a LiteralValue, then this property
            holds the string literal.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(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 the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|   | Key | 
            Creates a key token with a given key.
             | 
|   | LiteralValue | 
            Creates a string literal token with a given value.
             | 
|  | 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.) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | AsInstanceOfT | 
            TBD
            (Defined by Extensions.) | 
|  | Match | Overloaded. 
            Matches the specified target.
            (Defined by PatternMatch.) | 
|  | MatchT | Overloaded. 
            Matches the specified target and return a result of target processing.
            (Defined by PatternMatch.) | 
 See Also
See Also