Home
last modified time | relevance | path

Searched defs:methodInSuperclass (Results 1 – 2 of 2) sorted by relevance

/external/escapevelocity/src/main/java/com/google/escapevelocity/
DMethodFinder.java117 Method methodInSuperclass = visibleMethod(method, in.getSuperclass()); in visibleMethod() local
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoValueTest.java2772 Method methodInSuperclass = CopyAnnotation.class.getDeclaredMethod("field2"); in testCopyMethodAnnotations() local
2791 Method methodInSuperclass = CopyAnnotation.class.getDeclaredMethod("field1"); in testCopyMethodAnnotationsByDefault() local