Searched refs:mTypeParameters (Results 1 – 2 of 2) sorted by relevance
246 return mTypeParameters; in getTypeParameters()250 return mTypeParameters != null && !mTypeParameters.isEmpty(); in hasTypeParameters()270 new MethodInfo(getRawCommentText(), mTypeParameters, name(), signature(), in cloneForClass()297 mTypeParameters = typeParameters; in MethodInfo()649 if (mTypeParameters != null) { in makeHDF()650 TypeInfo.makeHDF(data, base + ".generic.typeArguments", mTypeParameters, false); in makeHDF()675 HashSet<String> result = TypeInfo.typeVariables(mTypeParameters); in typeVariables()700 return TypeInfo.typeArgumentsName(mTypeParameters, typeVars); in typeArgumentsName()792 private ArrayList<TypeInfo> mTypeParameters; field in MethodInfo959 for (TypeInfo parameter : mTypeParameters) { in getTypeParameter()
202 mTypeParameters = types; in init3()234 return mTypeParameters; in getTypeParameters()1994 private ArrayList<TypeInfo> mTypeParameters; field in ClassInfo