Searched refs:scopeProviders (Results 1 – 1 of 1) sorted by relevance
65 ScopeProvider... scopeProviders) { in registerErrorInternal() argument66 if (scopeProviders == null || scopeProviders.length <= scopeIndex) { in registerErrorInternal()68 } else if (scopeProviders[scopeIndex] == null) { in registerErrorInternal()69 registerErrorInternal(msg, scopeIndex + 1, scopeProviders); in registerErrorInternal()72 Scope.enter(scopeProviders[scopeIndex]); in registerErrorInternal()73 registerErrorInternal(msg, scopeIndex + 1, scopeProviders); in registerErrorInternal()93 public static void registerError(String msg, ScopeProvider... scopeProviders) { in registerError() argument94 registerErrorInternal(msg, 0, scopeProviders); in registerError()