@mpeggroup/mpeg-sdl-parser
    Preparing search index...

    Class StringLiteral

    Represents an abstract composite node in the abstract syntax tree. This class extends the AbstractNode class and provides a base for nodes that can have child nodes.

    Hierarchy (View Summary)

    Index
    children: AbstractNode[]
    endToken: Token | undefined
    isComposite: boolean
    leadingTrivia: Trivia[] | undefined
    literals: OneToManyList<Token>
    nodeKind: NodeKind
    startToken: Token | undefined
    stringLiteralKind: StringLiteralKind
    trailingTrivia: Trivia[] | undefined
    value: string