Searched refs:RuntimeVisibleParameterAnnotations (Results 1 – 6 of 6) sorted by relevance
32 public class RuntimeVisibleParameterAnnotations extends ParameterAnnotations { class40 …public RuntimeVisibleParameterAnnotations(final int name_index, final int length, final DataInput … in RuntimeVisibleParameterAnnotations() method in RuntimeVisibleParameterAnnotations
247 … return new RuntimeVisibleParameterAnnotations(name_index, length, file, constant_pool); in readAttribute()
185 class RuntimeVisibleParameterAnnotations implements ParameterAnnotations { class194 public RuntimeVisibleParameterAnnotations(List<List<AnnotationInfo>> annotations) { in RuntimeVisibleParameterAnnotations() method in Attribute.RuntimeVisibleParameterAnnotations
143 attributes.add(new Attribute.RuntimeVisibleParameterAnnotations(visibles)); in addParameterAnnotations()
36 import org.apache.bcel.classfile.RuntimeVisibleParameterAnnotations;338 .add(new RuntimeVisibleParameterAnnotations(rvaIndex, in getParameterAnnotationAttributes()
42 import org.apache.bcel.classfile.RuntimeVisibleParameterAnnotations;1178 if (rpa instanceof RuntimeVisibleParameterAnnotations) { in ensureExistingParameterAnnotationsUnpacked()