Searched refs:hides (Results 1 - 8 of 8) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/mirror/util/
H A DDeclarations.java49 * Tests whether one type, method, or field declaration hides another.
53 * @return <tt>true</tt> if and only if the first member hides
56 boolean hides(MemberDeclaration sub, MemberDeclaration sup); method in interface:Declarations
/openjdk7/langtools/src/share/classes/javax/lang/model/util/
H A DElements.java156 * Tests whether one type, method, or field hides another.
160 * @return {@code true} if and only if the first element hides
163 boolean hides(Element hider, Element hidden); method in interface:Elements
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DLocalVariableImpl.java149 * This method determines whether this variable hides an
155 boolean hides(LocalVariable other) { method in class:LocalVariableImpl
H A DStackFrameImpl.java152 variable.hides(existing)) {
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DLocalVariableImpl.java158 * This method determines whether this variable hides an
164 boolean hides(LocalVariable other) { method in class:LocalVariableImpl
H A DStackFrameImpl.java167 ((LocalVariableImpl)variable).hides(existing)) {
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/util/
H A DDeclarationsImpl.java73 public boolean hides(MemberDeclaration sub, MemberDeclaration sup) { method in class:DeclarationsImpl
78 // Names must match. Nothing hides itself (just try it).
95 // Note that if M1 hides M2, and M2 hides M3, and M3 is accessible
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DJavacElements.java485 public boolean hides(Element hiderEl, Element hideeEl) { method in class:JavacElements
490 // Names must match. Nothing hides itself (just try it).
507 // Note that if M1 hides M2, and M2 hides M3, and M3 is accessible

Completed in 37 milliseconds