public class

UnitAddress

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.UnitAddress<T extends com.pnfsoftware.jeb.core.units.IAddressableUnit>

Class Overview

A couple (target unit, address), where the address is relative to the target unit.

Summary

Public Constructors
UnitAddress(T unit, String address)
Public Methods
boolean equals(Object obj)
String getAddress()
T getUnit()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public UnitAddress (T unit, String address)

Public Methods

public boolean equals (Object obj)

public String getAddress ()

public T getUnit ()

public int hashCode ()

public String toString ()