Single REIL instruction operand. More...
Inherits BinNavi::APIHelpers::ApiObject< com.zynamics.reil.ReilOperand >.
Public Member Functions | |
| OperandSize | getSize () |
| Size of the operand. | |
| OperandType | getType () |
| Type of the operand. | |
| String | getValue () |
| Value of the operand. | |
| ReilOperand (final OperandSize size, final String value) | |
| Creates a new REIL operand. | |
| String | toString () |
| Printable representation of the operand. | |
Static Public Attributes | |
| static final ReilOperand | EMPTY_OPERAND = new ReilOperand(OperandSize.OPERAND_SIZE_EMPTY, "") |
| Empty Operand. | |
Represents a single REIL operand.
| BinNavi.API.reil.ReilOperand.ReilOperand | ( | final OperandSize | size, | |
| final String | value | |||
| ) |
Creates a new REIL operand.
| size | Size of the new REIL operand. | |
| value | Value of the new REIL operand. |
| OperandSize BinNavi.API.reil.ReilOperand.getSize | ( | ) |
Returns the size of the operand.
| OperandType BinNavi.API.reil.ReilOperand.getType | ( | ) |
Returns the type of the operand.
| String BinNavi.API.reil.ReilOperand.getValue | ( | ) |
Returns the string value of the operand.
| String BinNavi.API.reil.ReilOperand.toString | ( | ) |
Returns the string representation of the operand.
final ReilOperand BinNavi.API.reil.ReilOperand.EMPTY_OPERAND = new ReilOperand(OperandSize.OPERAND_SIZE_EMPTY, "") [static] |
This empty operand object can be used when creating new REIL instructions.
1.7.1