public class

DexDisassemblyProperties

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

Class Overview

Properties of a DEX code disassembly document.

Summary

Public Constructors
DexDisassemblyProperties()
Public Methods
Integer getClassSeparatorLength()
Integer getMethodSeparatorLength()
Boolean getShowAddresses()
Boolean getShowAnnotations()
Boolean getShowBytecode()
Boolean getShowDebugDirectives()
Boolean getShowInstructionsInGaps()
Boolean getShowLineNumbers()
Boolean getShowSpaceBetweenBlocks()
Boolean getSmaliCompatibility()
Boolean getUsePForParameters()
void setClassSeparatorLength(Integer classSeparatorLength)
void setMethodSeparatorLength(Integer methodSeparatorLength)
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 setShowSpaceBetweenBlocks(Boolean showSpaceBetweenBlocks)
void setSmaliCompatibility(Boolean smaliCompatibility)
void setUsePForParameters(Boolean usePForParameters)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DexDisassemblyProperties ()

Public Methods

public Integer getClassSeparatorLength ()

public Integer getMethodSeparatorLength ()

public Boolean getShowAddresses ()

public Boolean getShowAnnotations ()

public Boolean getShowBytecode ()

public Boolean getShowDebugDirectives ()

public Boolean getShowInstructionsInGaps ()

public Boolean getShowLineNumbers ()

public Boolean getShowSpaceBetweenBlocks ()

public Boolean getSmaliCompatibility ()

public Boolean getUsePForParameters ()

public void setClassSeparatorLength (Integer classSeparatorLength)

public void setMethodSeparatorLength (Integer methodSeparatorLength)

public void setShowAddresses (Boolean showAddresses)

public void setShowAnnotations (Boolean showAnnotations)

public void setShowBytecode (Boolean showBytecode)

public void setShowDebugDirectives (Boolean showDebugDirectives)

public void setShowInstructionsInGaps (Boolean showInstructionsInGaps)

public void setShowLineNumbers (Boolean showLineNumbers)

public void setShowSpaceBetweenBlocks (Boolean showSpaceBetweenBlocks)

public void setSmaliCompatibility (Boolean smaliCompatibility)

public void setUsePForParameters (Boolean usePForParameters)