Class BaksmaliOptions

java.lang.Object
org.jf.baksmali.BaksmaliOptions

public class BaksmaliOptions extends Object
  • Field Details

    • apiLevel

      public int apiLevel
    • parameterRegisters

      public boolean parameterRegisters
    • localsDirective

      public boolean localsDirective
    • sequentialLabels

      public boolean sequentialLabels
    • debugInfo

      public boolean debugInfo
    • codeOffsets

      public boolean codeOffsets
    • accessorComments

      public boolean accessorComments
    • allowOdex

      public boolean allowOdex
    • deodex

      public boolean deodex
    • implicitReferences

      public boolean implicitReferences
    • normalizeVirtualMethods

      public boolean normalizeVirtualMethods
    • ALL

      public static final int ALL
      See Also:
    • ALLPRE

      public static final int ALLPRE
      See Also:
    • ALLPOST

      public static final int ALLPOST
      See Also:
    • ARGS

      public static final int ARGS
      See Also:
    • DEST

      public static final int DEST
      See Also:
    • MERGE

      public static final int MERGE
      See Also:
    • FULLMERGE

      public static final int FULLMERGE
      See Also:
    • registerInfo

      public int registerInfo
    • resourceIds

      public Map<Integer,String> resourceIds
    • inlineResolver

      public InlineMethodResolver inlineResolver
    • classPath

      public ClassPath classPath
    • syntheticAccessorResolver

      public SyntheticAccessorResolver syntheticAccessorResolver
  • Constructor Details

    • BaksmaliOptions

      public BaksmaliOptions()
  • Method Details