public interface

IReference

com.pnfsoftware.jeb.core.units.code.asm.analyzer.IReference

Class Overview

Description of relationship between a source (from) and a target (to) native locations.

Summary

Constants
int FLAG_ADVANCED_ANALYSIS
int FLAG_DYNAMIC
Public Methods
abstract int getFlags()
abstract ReferenceLocation getFrom()
abstract String getStringType()
abstract ReferenceLocation getTo()
abstract ReferenceType getType()
Never null

Constants

public static final int FLAG_ADVANCED_ANALYSIS

Constant Value: 2 (0x00000002)

public static final int FLAG_DYNAMIC

Constant Value: 1 (0x00000001)

Public Methods

public abstract int getFlags ()

public abstract ReferenceLocation getFrom ()

public abstract String getStringType ()

public abstract ReferenceLocation getTo ()

public abstract ReferenceType getType ()

Never null