/* */ }
/* 102 */ if ("hashCode".equals(name))
/* 103 */ return Integer.valueOf(getCompositeValue().hashCode());
/* 104 */ if ("toString".equals(name))
/* 105 */ return getCompositeValue().toString();
/* 106 */ throw new UnreachableStatementException();
/* */ }