Class DexDisassemblyProperties
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.render.DexDisassemblyProperties
Properties of a Dex code disassembly document.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setClassSeparatorLength
(Integer classSeparatorLength) void
setGenerateCatchDirectivesAtMethodEnd
(Boolean generateCatchDirectivesAtMethodEnd) void
setMethodSeparatorLength
(Integer methodSeparatorLength) void
setShowActualCallsites
(Boolean showActualCallsites) void
setShowAddresses
(Boolean showAddresses) void
setShowAnnotations
(Boolean showAnnotations) void
setShowBytecode
(Boolean showBytecode) void
setShowDebugDirectives
(Boolean showDebugDirectives) void
setShowInstructionsInGaps
(Boolean showInstructionsInGaps) void
setShowLineNumbers
(Boolean showLineNumbers) void
setShowOriginalNames
(Boolean showOriginalNames) void
setShowSpaceBetweenBlocks
(Boolean showSpaceBetweenBlocks) void
setSmaliCompatibility
(Boolean smaliCompatibility) void
setUsePForParameters
(Boolean usePForParameters)
-
Constructor Details
-
DexDisassemblyProperties
public DexDisassemblyProperties()
-
-
Method Details
-
getShowAddresses
-
setShowAddresses
-
getShowBytecode
-
setShowBytecode
-
getShowAnnotations
-
setShowAnnotations
-
getShowDebugDirectives
-
setShowDebugDirectives
-
getShowLineNumbers
-
setShowLineNumbers
-
getUsePForParameters
-
setUsePForParameters
-
getSmaliCompatibility
-
setSmaliCompatibility
-
getClassSeparatorLength
-
setClassSeparatorLength
-
getMethodSeparatorLength
-
setMethodSeparatorLength
-
getShowSpaceBetweenBlocks
-
setShowSpaceBetweenBlocks
-
setShowInstructionsInGaps
-
getShowInstructionsInGaps
-
setGenerateCatchDirectivesAtMethodEnd
-
getGenerateCatchDirectivesAtMethodEnd
-
setShowActualCallsites
-
getShowActualCallsites
-
setShowOriginalNames
-
getShowOriginalNames
-