Public Member Functions

BinNavi.API.reil.ReilFunction Class Reference

Function of REIL code. More...

List of all members.

Public Member Functions

ReilGraph getGraph ()
 The graph of the function.
String getName ()
 The name of the function.
String toString ()
 Printable representation of the REIL function.

Detailed Description

Represents a single REIL function.


Member Function Documentation

ReilGraph BinNavi.API.reil.ReilFunction.getGraph (  ) 

Returns the graph of the REIL function.

Returns:
The graph of the REIL function.
String BinNavi.API.reil.ReilFunction.getName (  ) 

Returns the name of the REIL function.

Returns:
The name of the REIL function.
String BinNavi.API.reil.ReilFunction.toString (  ) 

Returns the string representation of the REIL function.

Returns:
The string representation of the REIL function.