output.writeComment( commentStr);
}
}
}
startLocations.push(new TextLocation(output.getRow(), output.getColumn()));
if (node instanceof EntityDeclaration &&
node.getUserData(Keys.MEMBER_REFERENCE) != null &&
node.getChildByRole(Roles.IDENTIFIER).isNull()) {