- CountingMonitor(targetClass, targetMethod, targetStmt, location?, monitorPackage?): {
getValue: string;
increment: string;
name: string;
reset: string;
} Parameters
- targetClass: Class
- targetMethod: Method
- targetStmt: Statement
- location: "replace" | "after" | "before" = "before"
- monitorPackage: string = "pt.up.fe.specs.lara.kadabra.utils"
Returns {
getValue: string;
increment: string;
name: string;
reset: string;
}
getValue: string
increment: string
name: string
reset: string