Searched refs:mSuperBounds (Results 1 – 1 of 1) sorted by relevance
148 mSuperBounds = new ArrayList<TypeInfo>(other.superBounds()); in TypeInfo()256 if (mSuperBounds != null && !mSuperBounds.isEmpty()) { in fullNameNoDimension()257 for (TypeInfo superBound : mSuperBounds) { in fullNameNoDimension()258 if (superBound == mSuperBounds.get(0)) { in fullNameNoDimension()341 if (mSuperBounds != null) { in makeHDFRecursive()342 TypeInfo.makeHDF(data, base + ".superBounds", mSuperBounds, qualified, typeVars); in makeHDFRecursive()374 mSuperBounds = superBounds; in setBounds()379 return mSuperBounds; in superBounds()454 if (mSuperBounds != null) { in toString()456 for (TypeInfo tA : mSuperBounds) { in toString()[all …]