Searched refs:emptyScope (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/test/tools/javac/scope/
H A DHashCollisionTest.java52 Scope emptyScope = new Scope(symtab.unnamedPackage); // any owner will do
55 scopeHashMask = sHashMask.getInt(emptyScope);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DScope.java90 public static final Scope emptyScope = new Scope(null, null, new Entry[]{}); field in class:Scope
97 Assert.check(emptyScope == null || owner != null);

Completed in 33 milliseconds