Home
last modified time | relevance | path

Searched refs:RuntimeInvisibleParameterAnnotations (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DRuntimeInvisibleParameterAnnotations.java32 public class RuntimeInvisibleParameterAnnotations extends ParameterAnnotations { class
40 …public RuntimeInvisibleParameterAnnotations(final int name_index, final int length, final DataInpu… in RuntimeInvisibleParameterAnnotations() method in RuntimeInvisibleParameterAnnotations
DAttribute.java249 … return new RuntimeInvisibleParameterAnnotations(name_index, length, file, constant_pool); in readAttribute()
/external/turbine/java/com/google/turbine/bytecode/
DAttribute.java205 class RuntimeInvisibleParameterAnnotations implements ParameterAnnotations { class
214 public RuntimeInvisibleParameterAnnotations(List<List<AnnotationInfo>> annotations) { in RuntimeInvisibleParameterAnnotations() method in Attribute.RuntimeInvisibleParameterAnnotations
DLowerAttributes.java146 attributes.add(new Attribute.RuntimeInvisibleParameterAnnotations(invisibles)); in addParameterAnnotations()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DAnnotationEntryGen.java34 import org.apache.bcel.classfile.RuntimeInvisibleParameterAnnotations;
343 .add(new RuntimeInvisibleParameterAnnotations(riaIndex, in getParameterAnnotationAttributes()