Search Results for

    Show / Hide Table of Contents

    Enum TokenType

    This enumeration defines the different types of tokens found within a HOCON (Human-Optimized Config Object Notation) configuration string.

    Namespace: Akka.Configuration.Hocon
    Assembly: Akka.dll
    Syntax
    public enum TokenType

    Fields

    Name Description
    ArrayEnd

    This token type represents the end of an array, ] .

    ArrayStart

    This token type represents the beginning of an array, [ .

    Assign

    This token type represents the assignment operator, = or : .

    Comma

    This token type represents the separator in an array, , .

    Comment

    This token type represents a comment.

    Dot

    This token type represents a namespace separator, . .

    EoF

    This token type represents the end of the configuration string.

    Include

    This token type represents an include statement.

    Key

    This token type represents the key portion of a key-value pair.

    LiteralValue

    This token type represents the value portion of a key-value pair.

    ObjectEnd

    This token type represents the end of an object, } .

    ObjectStart

    This token type represents the beginning of an object, { .

    Substitute

    This token type represents a replacement variable, $foo .

    Extension Methods

    ObjectExtensions.IsDefaultForType<TokenType>(TokenType)
    ObjectExtensions.AsOption<TokenType>(TokenType)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET