Interface IDexDisassemblyDocument
- All Superinterfaces:
- IEventSource,- IGenericDocument,- ITextDocument
Definition of a Dex disassembly document. A disassembly document is a text document broken down
 in multiple parts.
- 
Method SummaryModifier and TypeMethodDescriptionGet a Converter that mapsICodeItemto its related anchor.getItemDisassembly(ICodeCoordinates coordinates) Generate partial disassembly for a given Dex item.getUnit()IUnitwhich is being renderedvoidsetPropertyOverrides(DexDisassemblyProperties propertyOverrides) Methods inherited from interface com.pnfsoftware.jeb.util.events.IEventSourceaddListener, countListeners, getListeners, getParentSource, insertListener, notifyListeners, removeListener, setParentSourceMethods inherited from interface com.pnfsoftware.jeb.core.output.IGenericDocumentdispose, getPropertyManagerMethods inherited from interface com.pnfsoftware.jeb.core.output.text.ITextDocumentaddressToCoordinates, addressToCoordinates, coordinatesToAddress, coordinatesToAddress, format, getAnchorCount, getBinaryRepresentation, getDocumentPart, getDocumentPart, getDocumentPart2, getFirstAnchor, getInitialAnchor, hasBinaryRepresentation
- 
Method Details- 
getPropertyOverridesDexDisassemblyProperties getPropertyOverrides()- Returns:
 
- 
setPropertyOverrides- Parameters:
- propertyOverrides-
 
- 
getItemDisassemblyGenerate partial disassembly for a given Dex item.- Parameters:
- coordinates- item coordinates
- Returns:
 
- 
getUnitIDexUnit getUnit()IUnitwhich is being rendered- Specified by:
- getUnitin interface- IGenericDocument
- Returns:
- IUnit
 
- 
getCodeItemToAnchorIDexItemToAnchor getCodeItemToAnchor()Get a Converter that mapsICodeItemto its related anchor.- Returns:
- ICodeItemto anchor id mapper.
 
 
-