Searched refs:mParentFqcn (Results 1 – 1 of 1) sorted by relevance
43 private final String mParentFqcn; field in SimpleElement66 mParentFqcn = parentFqcn; in SimpleElement()97 return mParentFqcn; in getParentFqcn()190 if (mParentFqcn != null) { in toString()191 sb.append(",P=").append(mParentFqcn); in toString()329 if ((mParentFqcn == null && se.mParentFqcn != null) || in equals()330 (mParentFqcn != null && !mParentFqcn.equals(se.mParentFqcn))) { in equals()353 if (mParentFqcn != null) { in hashCode()354 c = 31*c + mParentFqcn.hashCode(); in hashCode()