Home
last modified time | relevance | path

Searched refs:RuntimeVisibleParameterAnnotations (Results 1 – 6 of 6) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DRuntimeVisibleParameterAnnotations.java32 public class RuntimeVisibleParameterAnnotations extends ParameterAnnotations { class
40 …public RuntimeVisibleParameterAnnotations(final int name_index, final int length, final DataInput … in RuntimeVisibleParameterAnnotations() method in RuntimeVisibleParameterAnnotations
DAttribute.java247 … return new RuntimeVisibleParameterAnnotations(name_index, length, file, constant_pool); in readAttribute()
/external/turbine/java/com/google/turbine/bytecode/
DAttribute.java185 class RuntimeVisibleParameterAnnotations implements ParameterAnnotations { class
194 public RuntimeVisibleParameterAnnotations(List<List<AnnotationInfo>> annotations) { in RuntimeVisibleParameterAnnotations() method in Attribute.RuntimeVisibleParameterAnnotations
DLowerAttributes.java143 attributes.add(new Attribute.RuntimeVisibleParameterAnnotations(visibles)); in addParameterAnnotations()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DAnnotationEntryGen.java36 import org.apache.bcel.classfile.RuntimeVisibleParameterAnnotations;
338 .add(new RuntimeVisibleParameterAnnotations(rvaIndex, in getParameterAnnotationAttributes()
DMethodGen.java42 import org.apache.bcel.classfile.RuntimeVisibleParameterAnnotations;
1178 if (rpa instanceof RuntimeVisibleParameterAnnotations) { in ensureExistingParameterAnnotationsUnpacked()