Searched refs:parameterAnnotationCount (Results 1 – 3 of 3) sorted by relevance
198 int parameterAnnotationCount = getParameterAnnotationCount();199 if (parameterAnnotationCount == 0) {207 return new AnnotationIteratorImpl(parameterAnnotationsOffset, parameterAnnotationCount);
84 public int parameterAnnotationCount = 0; field in CounterVisitor354 parameterAnnotationCount++; in visitParameterAnnotation()
183 assertEquals("parameterAnnotationCount", 0, getVisitor().parameterAnnotationCount); in testParameterAnnotationCount()