Class BaksmaliFormatter


  • public class BaksmaliFormatter
    extends org.jf.dexlib2.formatter.DexFormatter
    • Field Summary

      • Fields inherited from class org.jf.dexlib2.formatter.DexFormatter

        INSTANCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BaksmaliWriter getWriter​(java.io.Writer writer)  
      • Methods inherited from class org.jf.dexlib2.formatter.DexFormatter

        getCallSite, getEncodedValue, getFieldDescriptor, getMethodDescriptor, getMethodHandle, getMethodProtoDescriptor, getQuotedString, getReference, getShortFieldDescriptor, getShortMethodDescriptor, getType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaksmaliFormatter

        public BaksmaliFormatter()
      • BaksmaliFormatter

        public BaksmaliFormatter​(@Nullable
                                 java.lang.String classContext)
    • Method Detail

      • getWriter

        public BaksmaliWriter getWriter​(java.io.Writer writer)
        Overrides:
        getWriter in class org.jf.dexlib2.formatter.DexFormatter