Home | History | Annotate | Download | only in address

Lines Matching refs:myObj

219                         Object myObj = f.get(this);
221 if (hisObj != null && myObj == null)
223 else if (hisObj == null && myObj != null)
225 else if (hisObj == null && myObj == null)
229 && myObj instanceof java.lang.String) {
232 if (((String) myObj)
237 GenericObject.isMySubclass(myObj.getClass())
239 && myObj.getClass().equals(hisObj.getClass())
243 ((GenericObject) myObj).encode();
250 GenericObject.isMySubclass(myObj.getClass())
251 && !((GenericObject) myObj).match(hisObj))
254 GenericObjectList.isMySubclass(myObj.getClass())
255 && !((GenericObjectList) myObj).match(hisObj))