com.pnfsoftware.jeb.core.units.code.asm.decompiler.IDecompiledItem |
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICDecompilableElement | getASTItem() | ||||||||||
abstract int | getCompletionCount() | ||||||||||
abstract long | getCreationTimestamp() | ||||||||||
abstract IDecompilerManager | getDecompiler() | ||||||||||
abstract IErrorDescription | getErrorDescription() | ||||||||||
abstract int | getFlags() | ||||||||||
abstract long | getLastModificationTimestampMs() | ||||||||||
abstract INativeItem | getNativeItem() | ||||||||||
abstract DecompilationStatus |
getStatus()
NOTE: On error, the status is set to COMPLETED and
getErrorDescription() returns a non-null object. | ||||||||||
abstract boolean | isDone() | ||||||||||
abstract boolean | isFailure() | ||||||||||
abstract boolean | isSuccess() | ||||||||||
abstract void | setFlags(int flags) |
NOTE: On error, the status is set to COMPLETED and getErrorDescription()
returns a non-null object.