libclassfile - v2.1.0
    Preparing search index...

    Type Alias record

    type record = {
        components: {
            attributes: (
                signature
                | runtimeVisibleAnnotations
                | runtimeVisibleTypeAnnotations
            )[];
            descriptor: { index: number; tag: 1; value: string };
            name: { index: number; tag: 1; value: string };
        }[];
        name: "Record";
    }
    components: {
        attributes: (
            signature
            | runtimeVisibleAnnotations
            | runtimeVisibleTypeAnnotations
        )[];
        descriptor: { index: number; tag: 1; value: string };
        name: { index: number; tag: 1; value: string };
    }[]
    name: "Record"