Searched defs:ErrorScope (Results 1 - 1 of 1) sorted by relevance

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DScope.java1067 public static class ErrorScope extends ScopeImpl { class in class:Scope
1068 ErrorScope(ScopeImpl next, Symbol errSymbol, Entry[] table) { method in class:Scope.ErrorScope
1071 public ErrorScope(Symbol errSymbol) { method in class:Scope.ErrorScope

Completed in 87 milliseconds