libclassfile - v2.1.0
    Preparing search index...

    Type Alias code

    type code = {
        attributes: attribute[];
        code: BytecodeInstruction[];
        exceptionTable: exceptionTable;
        maxLocals: number;
        maxStack: number;
        name: "Code";
    }
    Index

    Properties

    attributes: attribute[]
    exceptionTable: exceptionTable
    maxLocals: number
    maxStack: number
    name: "Code"