}
if (result == null || result.length() <= 0) {
Annotated temp = null;
if (_annotated.getStructureType() == Structure.ATTRIBUTE) {
AttributeDecl att = (AttributeDecl)_annotated;
if (att.isReference()) {
temp = _annotated;
setView(att.getReference());
result = getJavaMemberName();
setView(temp);
}
att = null;
}