Class DexDisassemblyProperties

java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.render.DexDisassemblyProperties

public class DexDisassemblyProperties extends Object
Properties of a Dex code disassembly document.
  • Constructor Details

    • DexDisassemblyProperties

      public DexDisassemblyProperties()
  • Method Details

    • getShowAddresses

      public Boolean getShowAddresses()
    • setShowAddresses

      public void setShowAddresses(Boolean showAddresses)
    • getShowBytecode

      public Boolean getShowBytecode()
    • setShowBytecode

      public void setShowBytecode(Boolean showBytecode)
    • getShowAnnotations

      public Boolean getShowAnnotations()
    • setShowAnnotations

      public void setShowAnnotations(Boolean showAnnotations)
    • getShowDebugDirectives

      public Boolean getShowDebugDirectives()
    • setShowDebugDirectives

      public void setShowDebugDirectives(Boolean showDebugDirectives)
    • getShowLineNumbers

      public Boolean getShowLineNumbers()
    • setShowLineNumbers

      public void setShowLineNumbers(Boolean showLineNumbers)
    • getUsePForParameters

      public Boolean getUsePForParameters()
    • setUsePForParameters

      public void setUsePForParameters(Boolean usePForParameters)
    • getSmaliCompatibility

      public Boolean getSmaliCompatibility()
    • setSmaliCompatibility

      public void setSmaliCompatibility(Boolean smaliCompatibility)
    • getClassSeparatorLength

      public Integer getClassSeparatorLength()
    • setClassSeparatorLength

      public void setClassSeparatorLength(Integer classSeparatorLength)
    • getMethodSeparatorLength

      public Integer getMethodSeparatorLength()
    • setMethodSeparatorLength

      public void setMethodSeparatorLength(Integer methodSeparatorLength)
    • getShowSpaceBetweenBlocks

      public Boolean getShowSpaceBetweenBlocks()
    • setShowSpaceBetweenBlocks

      public void setShowSpaceBetweenBlocks(Boolean showSpaceBetweenBlocks)
    • setShowInstructionsInGaps

      public void setShowInstructionsInGaps(Boolean showInstructionsInGaps)
    • getShowInstructionsInGaps

      public Boolean getShowInstructionsInGaps()
    • setGenerateCatchDirectivesAtMethodEnd

      public void setGenerateCatchDirectivesAtMethodEnd(Boolean generateCatchDirectivesAtMethodEnd)
    • getGenerateCatchDirectivesAtMethodEnd

      public Boolean getGenerateCatchDirectivesAtMethodEnd()
    • setShowActualCallsites

      public void setShowActualCallsites(Boolean showActualCallsites)
    • getShowActualCallsites

      public Boolean getShowActualCallsites()
    • setShowOriginalNames

      public void setShowOriginalNames(Boolean showOriginalNames)
    • getShowOriginalNames

      public Boolean getShowOriginalNames()