Searched refs:scopeProviders (Results 1 – 1 of 1) sorted by relevance
64 ScopeProvider... scopeProviders) { in registerErrorInternal() argument65 if (scopeProviders == null || scopeProviders.length <= scopeIndex) { in registerErrorInternal()67 } else if (scopeProviders[scopeIndex] == null) { in registerErrorInternal()68 registerErrorInternal(msg, scopeIndex + 1, scopeProviders); in registerErrorInternal()71 Scope.enter(scopeProviders[scopeIndex]); in registerErrorInternal()72 registerErrorInternal(msg, scopeIndex + 1, scopeProviders); in registerErrorInternal()92 public static void registerError(String msg, ScopeProvider... scopeProviders) { in registerError() argument93 registerErrorInternal(msg, 0, scopeProviders); in registerError()