public class

CallGraphVertex

extends BranchTarget
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.analyzer.BranchTarget
     ↳ com.pnfsoftware.jeb.core.units.code.asm.analyzer.CallGraphVertex

Class Overview

A callgraph vertex is either build from:

Summary

Public Methods
static CallGraphVertex buildFromExternalTarget(INativeMethodItem externalRtn)
static CallGraphVertex buildFromInternalTarget(EntryPointDescription epDescription)
static CallGraphVertex buildFromUnresolvedTarget(long dereferencedAddress)
boolean equals(Object obj)
long getDereferencedAddress()
int hashCode()
boolean isResolved()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.asm.analyzer.BranchTarget
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.asm.analyzer.IBranchTarget

Public Methods

public static CallGraphVertex buildFromExternalTarget (INativeMethodItem externalRtn)

public static CallGraphVertex buildFromInternalTarget (EntryPointDescription epDescription)

public static CallGraphVertex buildFromUnresolvedTarget (long dereferencedAddress)

public boolean equals (Object obj)

public long getDereferencedAddress ()

public int hashCode ()

public boolean isResolved ()