• Parameters

    • targetMethod: string
    • targetClass: string = ".*"
    • targetFile: string = ".*"
    • associate: boolean = false
    • newFile: boolean = true

    Returns {
        $defaultMethod: undefined | Method;
        $function: Method;
        $interface: InterfaceType;
        targetMethodName: string;
    }