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

    Class ExtendedClassIdRange

    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[]
    classIdKind: ClassIdKind
    classIds: OneToManyList<ClassId | ClassIdRange>
    commaPunctuators: ZeroToManyList<Token>
    endToken: Token | undefined
    isComposite: boolean
    leadingTrivia: Trivia[] | undefined
    nodeKind: NodeKind
    startToken: Token | undefined
    trailingTrivia: Trivia[] | undefined