Home
last modified time | relevance | path

Searched defs:RuntimeVisibleParameterAnnotations (Results 1 – 2 of 2) 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
/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