Searched refs:mSuperBounds (Results 1 – 1 of 1) sorted by relevance
116 mSuperBounds = new ArrayList<TypeInfo>(other.superBounds()); in TypeInfo()214 if (mSuperBounds != null && !mSuperBounds.isEmpty()) { in fullNameNoDimension()215 for (TypeInfo superBound : mSuperBounds) { in fullNameNoDimension()216 if (superBound == mSuperBounds.get(0)) { in fullNameNoDimension()288 if (mSuperBounds != null) { in makeHDFRecursive()289 TypeInfo.makeHDF(data, base + ".superBounds", mSuperBounds, qualified, typeVars); in makeHDFRecursive()321 mSuperBounds = superBounds; in setBounds()326 return mSuperBounds; in superBounds()391 if (mSuperBounds != null) { in toString()393 for (TypeInfo tA : mSuperBounds) { in toString()[all …]