Searched refs:bindingScope (Results 1 – 3 of 3) sorted by relevance
172 CompoundScope bindingScope = enclosingScope; in bind() local175 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()
459 Scope bindingScope = provisionBinding.scope();460 if (bindingScope.isPresent()) {462 if (bindingScope.equals(requestResolver.componentDescriptor.scope())) {
722 Scope bindingScope = contributionBinding.scope(); in validateComponentScope() local723 if (bindingScope.isPresent() && !bindingScope.equals(componentScope)) { in validateComponentScope()737 bindingScope.getReadableSource() in validateComponentScope()