translator.setRootBlockName("subroutine");
Block subroutineBlock = renderableBlock.getBlock();
code.append(translator.translate(subroutineBlock.getBlockID()));
}
translator.beforeGenerateHeader();
code.insert(0, translator.genreateHeaderCommand());
}
catch (SocketNullException e1)
{
e1.printStackTrace();