java.lang.Object |
↳ |
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.SPDDeterminer |
Class Overview
Manager of stack pointer candidates.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
public
boolean
add
(int value, int guarantee, int origin)
Record a new stack-pointer delta candidate.
Parameters
value |
SPD value |
guarantee |
SPD guarantee |
origin |
SPD origin |
Returns
- true if the set of SPD candidates was modified
public
boolean
equals
(Object obj)
public
SPDC
getBestCandidate
()
public
int
getBestValue
()
public
Collection<SPDC>
getCandidates
()
public
String
toString
()