Search Results for

    Show / Hide Table of Contents

    Interface IEPLLexerConstants

    Lexer configuration

    Namespace: Simplic.EPL.Lexer
    Assembly: Simplic.EPL.dll
    Syntax
    public interface IEPLLexerConstants

    Properties

    | Improve this Doc View Source

    ComplexToken

    Complex tokens are tokens which has a specific start and end token, like a string: "Hello World"

    Declaration
    char[] ComplexToken { get; }
    Property Value
    Type Description
    System.Char[]
    | Improve this Doc View Source

    EndMultilineComment

    String ending a multiline comment

    Declaration
    string EndMultilineComment { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FollowingTokens

    Following tokens, like >= out of > and =

    Declaration
    string[] FollowingTokens { get; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    SingleLineComment

    String starting a single line comment

    Declaration
    string SingleLineComment { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    StartMultilineComment

    String starting a multiline comment

    Declaration
    string StartMultilineComment { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TokenSeperator

    Seperator tokens

    Declaration
    char[] TokenSeperator { get; }
    Property Value
    Type Description
    System.Char[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx