| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.DecompilationStatus | |
Decompilation status.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DecompilationStatus | COMPLETED | The decompilation of the target is complete. | |||||||||
| DecompilationStatus | IN_PROCESS | The decompilation of the target is ongoing. | |||||||||
| DecompilationStatus | NEED_RECONVERSION | A new conversion to IR is required, and the decompilation process must be restarted. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static DecompilationStatus | valueOf(String name) | ||||||||||
| final static DecompilationStatus[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
A new conversion to IR is required, and the decompilation process must be restarted.