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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DScope.java71 * This includes deleted elements, whose value is the sentinel.
82 private static final Entry sentinel = new Entry(null, null, null, null); field in class:Scope
183 if (e != null && e != sentinel) {
216 old = sentinel;
311 * return the sentinel, which is characterized by having a null in
320 if (e == null || e == sentinel)
321 return sentinel;
332 if (le==sentinel) out.println("sentinel");
352 if (e == sentinel) {
[all...]

Completed in 56 milliseconds