public interface

IBranchTarget

com.pnfsoftware.jeb.core.units.code.asm.analyzer.IBranchTarget
Known Indirect Subclasses

Class Overview

Definition of a branch target. The target can be internal (resolved to a concrete memory address) or external (a routine reference).

Summary

Public Methods
abstract ICodePointer getInternalAddress()
abstract INativeMethodItem getRoutine()
abstract boolean isInternal()

Public Methods

public abstract ICodePointer getInternalAddress ()

public abstract INativeMethodItem getRoutine ()

public abstract boolean isInternal ()