HomeSort by relevance Sort by last modified time
    Searched refs:definingMethod (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
AnnotationMember.java 95 protected transient Method definingMethod;
132 definingMethod = m;
159 definingMethod = copy.definingMethod;
350 throw new AnnotationTypeMismatchException(definingMethod,
AnnotationFactory.java 215 if (!el.definingMethod.isAccessible()) {
216 el.definingMethod.setAccessible(true);
218 Object otherValue = el.definingMethod.invoke(obj);
302 if (element == null || !method.equals(element.definingMethod)) {

Completed in 68 milliseconds