Home
last modified time | relevance | path

Searched refs:runtimeAnnotations (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DParameterAnnotationEntry.java85 final ParameterAnnotations runtimeAnnotations = (ParameterAnnotations)attribute; in createParameterAnnotationEntries() local
86 … Collections.addAll(accumulatedAnnotations, runtimeAnnotations.getParameterAnnotationEntries()); in createParameterAnnotationEntries()
DAnnotationEntry.java162 final Annotations runtimeAnnotations = (Annotations) attribute; in createAnnotationEntries() local
163 … Collections.addAll(accumulatedAnnotations, runtimeAnnotations.getAnnotationEntries()); in createAnnotationEntries()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldGen.java96 final Annotations runtimeAnnotations = (Annotations)attr; in FieldGen() local
97 … final AnnotationEntry[] annotationEntries = runtimeAnnotations.getAnnotationEntries(); in FieldGen()
DMethodGen.java240 final Annotations runtimeAnnotations = (Annotations) a; in MethodGen() local
241 final AnnotationEntry[] aes = runtimeAnnotations.getAnnotationEntries(); in MethodGen()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...