Package org.jf.baksmali.formatter
Class BaksmaliFormatter
java.lang.Object
org.jf.dexlib2.formatter.DexFormatter
org.jf.baksmali.formatter.BaksmaliFormatter
-
Field Summary
FieldsFields inherited from class org.jf.dexlib2.formatter.DexFormatter
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets aDexFormattedWriterfor writing formatted strings to aWriter, with the same settings as this Formatter.Methods inherited from class org.jf.dexlib2.formatter.DexFormatter
getCallSite, getEncodedValue, getFieldDescriptor, getMethodDescriptor, getMethodHandle, getMethodProtoDescriptor, getQuotedString, getReference, getShortFieldDescriptor, getShortMethodDescriptor, getType
-
Field Details
-
classContext
-
-
Constructor Details
-
BaksmaliFormatter
public BaksmaliFormatter() -
BaksmaliFormatter
-
-
Method Details
-
getWriter
Description copied from class:DexFormatterGets aDexFormattedWriterfor writing formatted strings to aWriter, with the same settings as this Formatter.- Overrides:
getWriterin classDexFormatter- Parameters:
writer- TheWriterthat theDexFormattedWriterwill write to.
-