public class

CallsiteResolutionResults

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

Summary

Fields
public int fullyResolvedCount Converted EAssign to ECall.
public List<CallsiteInformation> partiallyResolved Augmented PC-assign.
Public Constructors
CallsiteResolutionResults()
Public Methods
int getFullyResolvedCount()
List<CallsiteInformation> getPartiallyResolvedEntries()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int fullyResolvedCount

Converted EAssign to ECall.

public List<CallsiteInformation> partiallyResolved

Augmented PC-assign.

Public Constructors

public CallsiteResolutionResults ()

Public Methods

public int getFullyResolvedCount ()

public List<CallsiteInformation> getPartiallyResolvedEntries ()

public String toString ()