| com.pnfsoftware.jeb.core.units.code.asm.decompiler.IDecompiledItem |
Known Indirect Subclasses
|
Top-level type representing an item decompiled by gendec (method, field, class).
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract ICDecompilableElement | getASTItem() | ||||||||||
| abstract int | getCompletionCount() | ||||||||||
| abstract long | getCreationTimestamp() | ||||||||||
| abstract INativeDecompilerContext | 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.