Searched refs:accessibleType (Results 1 – 5 of 5) sorted by relevance
/external/dagger2/java/dagger/internal/codegen/ |
D | InjectionMethods.java | 385 TypeName usageTypeName = accessibleType(dependency); in injectionMethodArgument() 398 private static TypeName accessibleType(DependencyRequest dependency) { in accessibleType() method 399 TypeName typeName = requestTypeName(dependency.kind(), accessibleType(dependency.key().type())); in accessibleType() 412 private static TypeName accessibleType(TypeMirror type) { in accessibleType() method 421 private static TypeMirror accessibleType(TypeMirror type, DaggerElements elements) { in accessibleType() method 431 return accessibleType(type, elements); in parameterType() 533 injectionMethod.addParameter("instance", accessibleType(enclosingType.asType(), elements)); in fieldProxy()
|
D | ImmediateFutureBindingExpression.java | 69 "($T) $L", types.accessibleType(key.type(), requestingClass), expression.codeBlock()); in instanceExpression()
|
D | InnerSwitchingProviders.java | 94 TypeMirror instanceType = types.accessibleType(binding.contributedType(), requestingClass);
|
D | MethodBindingExpression.java | 189 : types.accessibleType(requestedType, componentImplementation.name()); in returnType()
|
/external/dagger2/java/dagger/internal/codegen/langmodel/ |
D | DaggerTypes.java | 158 return accessibleType( in publiclyAccessibleType() 171 public TypeMirror accessibleType(TypeMirror type, ClassName requestingClass) { in accessibleType() method in DaggerTypes 172 return accessibleType( in accessibleType() 178 private TypeMirror accessibleType( in accessibleType() method in DaggerTypes
|