Searched refs:annotation_table (Results 1 – 3 of 3) sorted by relevance
32 private AnnotationEntry[] annotation_table; field in Annotations46 annotation_table = new AnnotationEntry[annotation_table_length]; in Annotations()48 annotation_table[i] = AnnotationEntry.read(input, constant_pool, isRuntimeVisible); in Annotations()59 … annotation_type, final int name_index, final int length, final AnnotationEntry[] annotation_table, in Annotations() argument62 this.annotation_table = annotation_table; in Annotations()80 public final void setAnnotationTable(final AnnotationEntry[] annotation_table) { in setAnnotationTable() argument81 this.annotation_table = annotation_table; in setAnnotationTable()88 return annotation_table; in getAnnotationEntries()95 if (annotation_table == null) { in getNumAnnotations()98 return annotation_table.length; in getNumAnnotations()[all …]
35 private final AnnotationEntry[] annotation_table; field in ParameterAnnotationEntry46 annotation_table = new AnnotationEntry[annotation_table_length]; in ParameterAnnotationEntry()49 annotation_table[i] = AnnotationEntry.read(input, constant_pool, false); in ParameterAnnotationEntry()70 return annotation_table; in getAnnotationEntries()74 dos.writeShort(annotation_table.length); in dump()75 for (final AnnotationEntry entry : annotation_table) { in dump()
... .apache.bcel.classfile.AnnotationEntry[] annotation_table private final boolean isRuntimeVisible public void <init> ( ...