currentObject = CurrentObject.METHOD;
currentMethod = new Method ();
currentMethod.setName(getAttributes().getValue("name"));
Attribute retType = new Attribute ();
retType.setClazz(getAttributes().getValue("return"));
retType.setContainer(getAttributes().getValue("container"));
currentMethod.setReturnType(retType);
}