Home
last modified time | relevance | path

Searched defs:RuntimeInvisibleParameterAnnotations (Results 1 – 2 of 2) 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
/external/turbine/java/com/google/turbine/bytecode/
DAttribute.java210 class RuntimeInvisibleParameterAnnotations implements ParameterAnnotations { class
219 public RuntimeInvisibleParameterAnnotations(List<List<AnnotationInfo>> annotations) { in RuntimeInvisibleParameterAnnotations() method in Attribute.RuntimeInvisibleParameterAnnotations