Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/bytecode/
DAttribute.java183 class RuntimeVisibleParameterAnnotations implements ParameterAnnotations { class
192 public RuntimeVisibleParameterAnnotations(List<List<AnnotationInfo>> annotations) { in RuntimeVisibleParameterAnnotations() method in Attribute.RuntimeVisibleParameterAnnotations
DLowerAttributes.java140 attributes.add(new Attribute.RuntimeVisibleParameterAnnotations(visibles)); in addParameterAnnotations()