>>307
これと同じ
if(a != null && a.xxx != null)
result = a.xxx;
else
result = b;