Searched refs:ltIndex (Results 1 – 1 of 1) sorted by relevance
216 final int ltIndex = subClass.indexOf('<'); in resolveAndValidateSubType() local217 if (ltIndex > 0) { in resolveAndValidateSubType()218 return _resolveAndValidateGeneric(baseType, subClass, ptv, ltIndex); in resolveAndValidateSubType()251 PolymorphicTypeValidator ptv, int ltIndex) in _resolveAndValidateGeneric() argument258 …alidator.Validity vld = ptv.validateSubClassName(config, baseType, subClass.substring(0, ltIndex)); in _resolveAndValidateGeneric()