public class

BranchTarget

extends Object
implements IBranchTarget
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.analyzer.BranchTarget
Known Direct Subclasses

Class Overview

A branch target is either an internal address or an external routine.

Summary

Public Constructors
BranchTarget()
BranchTarget(EntryPointDescription ep)
BranchTarget(INativeMethodItem routine)
Public Methods
boolean equals(Object obj)
EntryPointDescription getInternalAddress()
INativeMethodItem getRoutine()
int hashCode()
boolean isInternal()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.asm.analyzer.IBranchTarget

Public Constructors

public BranchTarget ()

public BranchTarget (EntryPointDescription ep)

public BranchTarget (INativeMethodItem routine)

Public Methods

public boolean equals (Object obj)

public EntryPointDescription getInternalAddress ()

public INativeMethodItem getRoutine ()

public int hashCode ()

public boolean isInternal ()

public String toString ()