Uses of Class
com.pnfsoftware.jeb.core.exceptions.NotImplementedException
Packages that use NotImplementedException
Package
Description
Types for text documents, useful to represent textual data generated by a unit.
Trivial implementations for the text package interfaces.
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Types for library code signatures (siglib) generation and identification.
-
Uses of NotImplementedException in com.pnfsoftware.jeb.core.output.text
Methods in com.pnfsoftware.jeb.core.output.text that throw NotImplementedExceptionModifier and TypeMethodDescriptionITextDocument.getDocumentPart2
(long anchorBegin, long anchorEnd) Retrieve the document part located between two anchor references. -
Uses of NotImplementedException in com.pnfsoftware.jeb.core.output.text.impl
Methods in com.pnfsoftware.jeb.core.output.text.impl that throw NotImplementedExceptionModifier and TypeMethodDescriptionAbstractTextDocument.getDocumentPart2
(long anchorBegin, long anchorEnd) The default implementation throws.AbstractTextPartAsDocumentProxy.getDocumentPart2
(long anchorBegin, long anchorEnd) -
Uses of NotImplementedException in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that throw NotImplementedExceptionModifier and TypeMethodDescriptiondefault DefUseInfo
IInstruction.getDefUseInfo
(long instructionAddress, int flags) Determine the variables defined and used by the instruction. -
Uses of NotImplementedException in com.pnfsoftware.jeb.core.units.code.asm.sig
Subclasses of NotImplementedException in com.pnfsoftware.jeb.core.units.code.asm.sigModifier and TypeClassDescriptionclass
Throw when a native signature can not be computed on a native item.