Package proguard.dexfile.converter
Class IR2ProConverter
java.lang.Object
proguard.dexfile.converter.IR2ProConverter
This utility class converts code in Dex2jar's intermediate representation to ProGuard code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvert()optimizeSynchronized(boolean optimizeSynchronized) usePrimitiveArrayConstants(boolean usePrimitiveArrayConstants) Specifies whetherPrimitiveArrayConstants can be generated, when applicable.
-
Constructor Details
-
IR2ProConverter
public IR2ProConverter()
-
-
Method Details
-
usePrimitiveArrayConstants
Specifies whetherPrimitiveArrayConstants can be generated, when applicable.If they are generated then they should be converted back to standard Java arrays before converting to Java class files using
PrimitiveArrayConstantReplacer. -
optimizeSynchronized
-
ir
-
code
-
convert
public void convert()
-