Home
last modified time | relevance | path

Searched refs:bindingScope (Results 1 – 3 of 3) sorted by relevance

/external/turbine/java/com/google/turbine/binder/
DTypeBinder.java172 CompoundScope bindingScope = enclosingScope; in bind() local
175 bindingScope = bindingScope.append(new MapScope(base.typeParameters())); in bind()
177 bindTyParams(base.decl().typarams(), bindingScope, base.typeParameters()); in bind()
197 superClassType = bindClassTy(bindingScope, base.decl().xtnds().get()); in bind()
216 interfaceTypes.add(bindClassTy(bindingScope, i)); in bind()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DBindingGraph.java459 Scope bindingScope = provisionBinding.scope();
460 if (bindingScope.isPresent()) {
462 if (bindingScope.equals(requestResolver.componentDescriptor.scope())) {
DBindingGraphValidator.java722 Scope bindingScope = contributionBinding.scope(); in validateComponentScope() local
723 if (bindingScope.isPresent() && !bindingScope.equals(componentScope)) { in validateComponentScope()
737 bindingScope.getReadableSource() in validateComponentScope()