Searched refs:getMethod (Results 1 – 9 of 9) sorted by relevance
52 (byte[]) fillArrayData.getMethod("newByteArray").invoke(null))); in testFillArrayData()55 (char[]) fillArrayData.getMethod("newCharArray").invoke(null))); in testFillArrayData()58 (long[]) fillArrayData.getMethod("newLongArray").invoke(null))); in testFillArrayData()106 Method method = annotated.getMethod("method", String.class, String.class); in testAnnotations()
76 public CstNat getMethod() { in getMethod() method in AttEnclosingMethod
110 public CstMethodRef getMethod() { in getMethod() method in MethodAnnotationStruct
210 if (item.getMethod().equals(method)) { in getMethodAnnotations()231 if (item.getMethod().equals(method)) { in getParameterAnnotations()
149 public CstMethodRef getMethod() { in getMethod() method in ParameterAnnotationStruct
213 if (item.getMethod().equals(method)) { in getMethodAnnotations()234 if (item.getMethod().equals(method)) { in getParameterAnnotations()
114 public CstMethodRef getMethod() { in getMethod() method in MethodAnnotationStruct
153 public CstMethodRef getMethod() { in getMethod() method in ParameterAnnotationStruct
256 CstNat nat = enclosingMethod.getMethod(); in translateEnclosingMethod()