Metric methods = new Methods(readerfile);
Metric lineseffectives = new LinesEffectives(readerfile);
Metric lines = new Lines(readerfile);
atributes = new Attribute(readerfile);
Metric construct = new Construct(readerfile);
Metric parameters = new Parameter(readerfile);
parameters.getArrayInfo(readerfile);
Metric numfor = new NumberOfFor(readermethod);
Metric numif = new NumberOfIf(readermethod);
Metric numwhile = new NumberOfWhile(readermethod);
composite.add(clases);