Home
last modified time | relevance | path

Searched refs:annotation_table_length (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DParameterAnnotationEntry.java45 final int annotation_table_length = input.readUnsignedShort(); in ParameterAnnotationEntry() local
46 annotation_table = new AnnotationEntry[annotation_table_length]; in ParameterAnnotationEntry()
47 for (int i = 0; i < annotation_table_length; i++) { in ParameterAnnotationEntry()
DAnnotations.java45 final int annotation_table_length = input.readUnsignedShort(); in Annotations() local
46 annotation_table = new AnnotationEntry[annotation_table_length]; in Annotations()
47 for (int i = 0; i < annotation_table_length; i++) { in Annotations()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jar ... .bcel.classfile.ConstantPool constant_pool boolean isRuntimeVisible int annotation_table_length public void <init> (byte, int, ...