Searched defs:writeAnnotations (Results 1 – 5 of 5) sorted by relevance
152 public void writeAnnotations(Writer out) throws IOException { in writeAnnotations() method in DexAnnotator
62 Appendable writeAnnotations(Appendable appendable, Context context) throws IOException { in writeAnnotations() method in Modifiable
161 private void writeAnnotations(IndentingWriter writer) throws IOException { in writeAnnotations() method in ClassDefinition
284 public void writeAnnotations(Writer out, byte[] data) throws IOException { in writeAnnotations() method in AnnotatedBytes
985 static void writeAnnotations(PrintStream stream, List<AnnotationInstanceInfo> annotations, in writeAnnotations() method in Stubs