Home
last modified time | relevance | path

Searched refs:getTypeWithArguments (Results 1 – 4 of 4) sorted by relevance

/external/doclava/src/com/google/doclava/
DParameterInfo.java40 mName, mTypeName, mType.getTypeWithArguments(typeArgumentMapping), mIsVarArg, mPosition); in cloneWithTypeArguments()
70 type().getTypeWithArguments(typeMapping).makeHDF( in makeHDF()
DTypeInfo.java456 public TypeInfo getTypeWithArguments(Map<String, TypeInfo> typeArguments) { in getTypeWithArguments() method in TypeInfo
465 newArgs.add(t.getTypeWithArguments(typeArguments)); in getTypeWithArguments()
DMethodInfo.java246 TypeInfo returnType = mReturnType.getTypeWithArguments(typeArgumentMapping); in cloneForClass()
573 returnType().getTypeWithArguments(typeMapping).makeHDF( in makeHDF()
DClassInfo.java338 type = type.getTypeWithArguments(typeArgumentsMap); in justMyInterfacesWithTypes()
429 lastCtp = new ClassTypePair(superclass, supertype.getTypeWithArguments(typeArgumentsMap)); in superClassesWithTypes()