Public Member Functions

com.google.security.zynamics.binnavi.API.disassembly.Address Class Reference

List of all members.

Public Member Functions

 Address (final long value)
boolean equals (final Object rhs)
String toHexString ()
long toLong ()
String toString ()

Detailed Description

Represents an address.


Constructor & Destructor Documentation

com.google.security.zynamics.binnavi.API.disassembly.Address.Address ( final long  value  ) 

Creates a new address object.

Parameters:
value The long value of the address.

Member Function Documentation

boolean com.google.security.zynamics.binnavi.API.disassembly.Address.equals ( final Object  rhs  ) 

Compares the address to another object.

Parameters:
rhs The object to compare the address to.
Returns:
True, if the address is compared to another address object with the same long value. False, otherwise.
String com.google.security.zynamics.binnavi.API.disassembly.Address.toHexString (  ) 

Returns the hexadecimal string representation of the address.

Returns:
A hex string of the address.
long com.google.security.zynamics.binnavi.API.disassembly.Address.toLong (  ) 

Returns the long value of the address.

Returns:
The long value of the address.
String com.google.security.zynamics.binnavi.API.disassembly.Address.toString (  ) 

Converts the address to a printable string.

Returns:
The address as printable string.