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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DScope.java732 public static class ErrorScope extends Scope { class in class:Scope
733 ErrorScope(Scope next, Symbol errSymbol, Entry[] table) { method in class:Scope.ErrorScope
736 public ErrorScope(Symbol errSymbol) { method in class:Scope.ErrorScope
740 return new ErrorScope(this, owner, table);
743 return new ErrorScope(this, owner, table.clone());

Completed in 202 milliseconds