interface FunctionsReport {
    info: FunctionElementInSource[];
    program: Program;
}

Properties

Properties

program: Program