| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.NativeDecompilationStage | |
A high-level view of what stage a target being decompiled is at.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NativeDecompilationStage | COMPLETED | ||||||||||
| NativeDecompilationStage | IR_CONVERSION_COMPLETED | ||||||||||
| NativeDecompilationStage | IR_RAW_CONVERSION_COMPLETED | ||||||||||
| NativeDecompilationStage | LIFTING_COMPLETED | ||||||||||
| NativeDecompilationStage | SIMULATION_COMPLETED | ||||||||||
| NativeDecompilationStage | STACK_ANALYSIS_COMPLETED | ||||||||||
| NativeDecompilationStage | UNKNOWN | The current high-level stage cannot be determined. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int |
getId()
Get the numerical id associated to the decompilation phase.
| ||||||||||
| static NativeDecompilationStage | valueOf(String name) | ||||||||||
| final static NativeDecompilationStage[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The current high-level stage cannot be determined.
Get the numerical id associated to the decompilation phase.
Note: Within the pipeline, when specifying numerical stage ids (as opposed to enums objects), a positive stage id generally refers to a "post-execution" of the stage, whereas a negative stage id means "pre-execution" of the stage.