public class

SPDDeterminer

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.SPDDeterminer

Class Overview

Manager of stack pointer candidates.

Summary

Public Constructors
SPDDeterminer()
Public Methods
boolean add(int value, int guarantee, int origin)
Record a new stack-pointer delta candidate.
SPDDeterminer clone()
boolean equals(Object obj)
SPDC getBestCandidate()
int getBestValue()
Collection<SPDC> getCandidates()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SPDDeterminer ()

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 SPDDeterminer clone ()

public boolean equals (Object obj)

public SPDC getBestCandidate ()

public int getBestValue ()

public Collection<SPDC> getCandidates ()

public int hashCode ()

public String toString ()