57585960616263646566
return false; } private boolean insertTypeDeclaration(Object source, ICompilationUnit target) throws JavaModelException { CompilationUnitDropJob dropJob = new CompilationUnitDropJob( (byte[]) source, target); dropJob.schedule(); return true; }