Searched refs:parameterAnnotations (Results 1 – 6 of 6) sorted by relevance
27 private final AnnotationsList parameterAnnotations; field in BaseParameterAnnotations42 AnnotationsList parameterAnnotations, int byteLength) { in BaseParameterAnnotations() argument46 if (parameterAnnotations.isMutable()) { in BaseParameterAnnotations()55 this.parameterAnnotations = parameterAnnotations; in BaseParameterAnnotations()71 return parameterAnnotations; in getParameterAnnotations()
39 AnnotationsList parameterAnnotations, int byteLength) { in AttRuntimeInvisibleParameterAnnotations() argument40 super(ATTRIBUTE_NAME, parameterAnnotations, byteLength); in AttRuntimeInvisibleParameterAnnotations()
53 private ArrayList<ParameterAnnotationStruct> parameterAnnotations; field in AnnotationsDirectoryItem64 parameterAnnotations = null; in AnnotationsDirectoryItem()83 (parameterAnnotations == null); in isEmpty()98 (parameterAnnotations == null); in isInternable()190 if (parameterAnnotations == null) { in addParameterAnnotations()191 parameterAnnotations = new ArrayList<ParameterAnnotationStruct>(); in addParameterAnnotations()194 parameterAnnotations.add(new ParameterAnnotationStruct(method, list)); in addParameterAnnotations()226 if (parameterAnnotations == null) { in getParameterAnnotations()230 for (ParameterAnnotationStruct item : parameterAnnotations) { in getParameterAnnotations()259 if (parameterAnnotations != null) { in addContents()[all …]
235 Annotation[][] parameterAnnotations in getParameterAnnotations() local237 if (parameterAnnotations.length == 0) { in getParameterAnnotations()240 return parameterAnnotations; in getParameterAnnotations()
277 Annotation[][] parameterAnnotations in getParameterAnnotations() local279 if (parameterAnnotations.length == 0) { in getParameterAnnotations()282 return parameterAnnotations; in getParameterAnnotations()
703 AnnotationsList parameterAnnotations = in dumpMethod() local713 if (parameterAnnotations != null) { in dumpMethod()715 int sz = parameterAnnotations.size(); in dumpMethod()718 Annotations annotations = parameterAnnotations.get(i); in dumpMethod()