Home
last modified time | relevance | path

Searched refs:RuntimeInvisibleAnnotations (Results 1 – 9 of 9) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DRuntimeInvisibleAnnotations.java33 public class RuntimeInvisibleAnnotations extends Annotations class
45 …public RuntimeInvisibleAnnotations(final int name_index, final int length, final DataInput input, … in RuntimeInvisibleAnnotations() method in RuntimeInvisibleAnnotations
DAttribute.java245 return new RuntimeInvisibleAnnotations(name_index, length, file, constant_pool); in readAttribute()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DClassGen.java32 import org.apache.bcel.classfile.RuntimeInvisibleAnnotations;
183 if (attr instanceof RuntimeInvisibleAnnotations) in unpackAnnotations()
185 final RuntimeInvisibleAnnotations ria = (RuntimeInvisibleAnnotations) attr; in unpackAnnotations()
DAnnotationEntryGen.java33 import org.apache.bcel.classfile.RuntimeInvisibleAnnotations;
256 new RuntimeInvisibleAnnotations(riaIndex, riaData.length, in getAnnotationAttributes()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DAnnotationGenTestCase.java32 import org.apache.bcel.classfile.RuntimeInvisibleAnnotations;
112 if (attribute instanceof RuntimeInvisibleAnnotations) in testVisibleInvisibleAnnotationGen()
/external/turbine/java/com/google/turbine/bytecode/
DAttribute.java128 class RuntimeInvisibleAnnotations implements Annotations { class
131 public RuntimeInvisibleAnnotations(List<AnnotationInfo> annotations) { in RuntimeInvisibleAnnotations() method in Attribute.RuntimeInvisibleAnnotations
DLowerAttributes.java99 attributes.add(new Attribute.RuntimeInvisibleAnnotations(invisible)); in addAllAnnotations()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...