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 Summary
Modifier and TypeMethodDescriptionGet a Converter that mapsICodeItemto its related anchor.getItemDisassembly(ICodeCoordinates coordinates) Generate partial disassembly for a given Dex item.Get document-level disassembly property overrides.getUnit()IUnitwhich is being renderedvoidsetPropertyOverrides(DexDisassemblyProperties propertyOverrides) Set document-level disassembly property overrides.Methods inherited from interface com.pnfsoftware.jeb.util.events.IEventSource
addListener, countListeners, getListeners, getParentSource, insertListener, notifyListeners, removeListener, setParentSourceMethods inherited from interface com.pnfsoftware.jeb.core.output.IGenericDocument
dispose, getPropertyManagerMethods inherited from interface com.pnfsoftware.jeb.core.output.text.ITextDocument
addressToCoordinates, addressToCoordinates, coordinatesToAddress, coordinatesToAddress, format, getAnchorCount, getBinaryRepresentation, getDocumentPart, getDocumentPart, getDocumentPart2, getFirstAnchor, getInitialAnchor, hasBinaryRepresentation
-
Method Details
-
getPropertyOverrides
DexDisassemblyProperties getPropertyOverrides()Get document-level disassembly property overrides.- Returns:
- the property overrides, or null if none are set
-
setPropertyOverrides
Set document-level disassembly property overrides.- Parameters:
propertyOverrides- the property overrides, or null to clear them
-
getItemDisassembly
Generate partial disassembly for a given Dex item.- Parameters:
coordinates- item coordinates- Returns:
- the generated document part, or null if none could be generated
-
getUnit
IDexUnit getUnit()IUnitwhich is being rendered- Specified by:
getUnitin interfaceIGenericDocument- Returns:
IUnit
-
getCodeItemToAnchor
IDexItemToAnchor getCodeItemToAnchor()Get a Converter that mapsICodeItemto its related anchor.- Returns:
ICodeItemto anchor id mapper.
-