| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.SPDC |
"Stack Pointer Delta Candidate". Immutable.
Candidate for a stack pointer delta (eg, SP-out, SP-highest). Placeholder for a triplet (offset, guarantee, origin).
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | GUARANTEE_HIGH | ||||||||||
| int | GUARANTEE_LOW | ||||||||||
| int | GUARANTEE_MEDIUM | ||||||||||
| int | GUARANTEE_UNKNOWN | ||||||||||
| int | ORIGIN_ANALYSIS | ||||||||||
| int | ORIGIN_NATIVE | ||||||||||
| int | ORIGIN_SIMULATION | ||||||||||
| int | ORIGIN_UNKNOWN | ||||||||||
| int | ORIGIN_USER | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final SPDC | Unknown | An unknown SP-delta candidate: offset is 0, guarantee and origin levels are 0. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SPDC(int value, int guarantee, int origin) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SPDC | clone() | ||||||||||
| int | compareTo(SPDC o) | ||||||||||
| boolean | equals(Object obj) | ||||||||||
| static SPDC |
getBest(SPDC a, SPDC b)
note: if both candidates are "equally-best", the first one (a) is returned.
| ||||||||||
| int | getGuarantee() | ||||||||||
| int | getOrigin() | ||||||||||
| int | getValue() | ||||||||||
| int | hashCode() | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
An unknown SP-delta candidate: offset is 0, guarantee and origin levels are 0.
note: if both candidates are "equally-best", the first one (a) is returned.