384385386387388389390391392
} return value; } protected CodeBlock getInvokeTargetMethod() { final InvokeTargetMethodTemplatedFile template = new InvokeTargetMethodTemplatedFile(); template.setMethod(this.getMethod()); return template; }