@faubulous/mentor-rdf-serializers
    Preparing search index...

    Interface AnnotatedToken

    A token together with its analysis annotation.

    interface AnnotatedToken {
        annotation: TokenAnnotation;
        token: IToken;
    }
    Index

    Properties

    Properties

    annotation: TokenAnnotation

    The annotation describing source-layout between this token and the previous non-WS token.

    token: IToken

    The original token from the lexer.