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()
Boolean getGenerateCatchDirectivesAtMethodEnd()
Integer getMethodSeparatorLength()
Boolean getShowActualCallsites()
Boolean getShowAddresses()
Boolean getShowAnnotations()
Boolean getShowBytecode()
Boolean getShowDebugDirectives()
Boolean getShowInstructionsInGaps()
Boolean getShowLineNumbers()
Boolean getShowOriginalNames()
Boolean getShowSpaceBetweenBlocks()
Boolean getSmaliCompatibility()
Boolean getUsePForParameters()
void 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)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DexDisassemblyProperties ()

Public Methods

public Integer getClassSeparatorLength ()

public Boolean getGenerateCatchDirectivesAtMethodEnd ()

public Integer getMethodSeparatorLength ()

public Boolean getShowActualCallsites ()

public Boolean getShowAddresses ()

public Boolean getShowAnnotations ()

public Boolean getShowBytecode ()

public Boolean getShowDebugDirectives ()

public Boolean getShowInstructionsInGaps ()

public Boolean getShowLineNumbers ()

public Boolean getShowOriginalNames ()

public Boolean getShowSpaceBetweenBlocks ()

public Boolean getSmaliCompatibility ()

public Boolean getUsePForParameters ()

public void setClassSeparatorLength (Integer classSeparatorLength)

public void setGenerateCatchDirectivesAtMethodEnd (Boolean generateCatchDirectivesAtMethodEnd)

public void setMethodSeparatorLength (Integer methodSeparatorLength)

public void setShowActualCallsites (Boolean showActualCallsites)

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 setShowOriginalNames (Boolean showOriginalNames)

public void setShowSpaceBetweenBlocks (Boolean showSpaceBetweenBlocks)

public void setSmaliCompatibility (Boolean smaliCompatibility)

public void setUsePForParameters (Boolean usePForParameters)