Langium - v4.0.0
    Preparing search index...

    Interface Lexer

    interface Lexer {
        definition: TokenTypeDictionary;
        tokenize(text: string, options?: TokenizeOptions): LexerResult;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    definition: TokenTypeDictionary

    Methods