Public Member Functions

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

Inherits com::google::security::zynamics::binnavi::APIHelpers::ApiObject< IGlobalVariable >.

List of all members.

Public Member Functions

void addListener (final IGlobalVariableListener listener)
Address getAddress ()
String getName ()
void removeListener (final IGlobalVariableListener listener)
void setName (final String name)

Detailed Description

Represents a single global variable of a module.


Member Function Documentation

void com.google.security.zynamics.binnavi.API.disassembly.GlobalVariable.addListener ( final IGlobalVariableListener  listener  ) 

Adds a listener object that is notified about changes in the global variable.

Parameters:
listener The listener to add.
Address com.google.security.zynamics.binnavi.API.disassembly.GlobalVariable.getAddress (  ) 

Returns the address where the variable can be found in the module.

Returns:
The address of the variable.
String com.google.security.zynamics.binnavi.API.disassembly.GlobalVariable.getName (  ) 

Returns the name of the variable.

Returns:
The name of the variable.
void com.google.security.zynamics.binnavi.API.disassembly.GlobalVariable.removeListener ( final IGlobalVariableListener  listener  ) 

Removes a previously added listener object from the global variable.

Parameters:
listener The listener object to remove.
void com.google.security.zynamics.binnavi.API.disassembly.GlobalVariable.setName ( final String  name  ) 

Changes the name of the variable.

Parameters:
name The new name of the variable.