parser.md = moduleDeclaration;
parser.length = content.length();
parser.converter = new DLTKTokenConverter(content.toCharArray());
parser.reporter = new DLTKRutaErrorReporter(parser.converter, problemReporter, parser);
parser.descriptor = new DescriptorManager();
moduleDeclaration.descriptorInfo = parser.descriptor;
String name = "Dynamic";
if (fileName != null) {