public class

CallsiteInformation

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

Summary

Public Constructors
CallsiteInformation(AddressableInstruction<IEStatement> a, INativeMethodItem staticTarget, List<INativeMethodItem> candidateTargets)
Public Methods
long getAddress()
List<INativeMethodItem> getCandidateTargets()
IEStatement getInstruction()
INativeMethodItem getStaticTarget()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CallsiteInformation (AddressableInstruction<IEStatement> a, INativeMethodItem staticTarget, List<INativeMethodItem> candidateTargets)

Public Methods

public long getAddress ()

public List<INativeMethodItem> getCandidateTargets ()

public IEStatement getInstruction ()

public INativeMethodItem getStaticTarget ()

public String toString ()