Searched refs:annotation_table_length (Results 1 – 3 of 3) sorted by relevance
45 final int annotation_table_length = input.readUnsignedShort(); in ParameterAnnotationEntry() local46 annotation_table = new AnnotationEntry[annotation_table_length]; in ParameterAnnotationEntry()47 for (int i = 0; i < annotation_table_length; i++) { in ParameterAnnotationEntry()
45 final int annotation_table_length = input.readUnsignedShort(); in Annotations() local46 annotation_table = new AnnotationEntry[annotation_table_length]; in Annotations()47 for (int i = 0; i < annotation_table_length; i++) { in Annotations()
... .bcel.classfile.ConstantPool constant_pool boolean isRuntimeVisible int annotation_table_length public void <init> (byte, int, ...