org.jf.baksmali.Adaptors
Class AnnotationFormatter

java.lang.Object
  extended by org.jf.baksmali.Adaptors.AnnotationFormatter

public class AnnotationFormatter
extends java.lang.Object


Constructor Summary
AnnotationFormatter()
           
 
Method Summary
static void writeTo(org.jf.util.IndentingWriter writer, org.jf.dexlib2.iface.Annotation annotation)
           
static void writeTo(org.jf.util.IndentingWriter writer, java.util.Collection<? extends org.jf.dexlib2.iface.Annotation> annotations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationFormatter

public AnnotationFormatter()
Method Detail

writeTo

public static void writeTo(org.jf.util.IndentingWriter writer,
                           java.util.Collection<? extends org.jf.dexlib2.iface.Annotation> annotations)
                    throws java.io.IOException
Throws:
java.io.IOException

writeTo

public static void writeTo(org.jf.util.IndentingWriter writer,
                           org.jf.dexlib2.iface.Annotation annotation)
                    throws java.io.IOException
Throws:
java.io.IOException