|
Mirror API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Declarations
Utility methods for operating on declarations.
Method Summary | |
---|---|
boolean |
hides(MemberDeclaration sub,
MemberDeclaration sup)
Tests whether one type, method, or field declaration hides another. |
boolean |
overrides(MethodDeclaration sub,
MethodDeclaration sup)
Tests whether one method overrides another. |
Method Detail |
---|
boolean hides(MemberDeclaration sub, MemberDeclaration sup)
sub
- the first membersup
- the second member
boolean overrides(MethodDeclaration sub, MethodDeclaration sup)
sub
- the first methodsup
- the second method
|
Mirror API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |