org.jf.baksmali.Adaptors.EncodedValue
Class AnnotationEncodedValueAdaptor

java.lang.Object
  extended by org.jf.baksmali.Adaptors.EncodedValue.AnnotationEncodedValueAdaptor

public abstract class AnnotationEncodedValueAdaptor
extends java.lang.Object


Constructor Summary
AnnotationEncodedValueAdaptor()
           
 
Method Summary
static void writeElementsTo(org.jf.util.IndentingWriter writer, java.util.Collection<? extends org.jf.dexlib2.iface.AnnotationElement> annotationElements)
           
static void writeTo(org.jf.util.IndentingWriter writer, org.jf.dexlib2.iface.value.AnnotationEncodedValue annotationEncodedValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationEncodedValueAdaptor

public AnnotationEncodedValueAdaptor()
Method Detail

writeTo

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

writeElementsTo

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