avrora.core
Interface Operand.Register

All Superinterfaces:
Operand
All Known Implementing Classes:
SyntacticOperand.Register
Enclosing interface:
Operand

public static interface Operand.Register
extends Operand

The Operand.Register class encapsulates the notion of a register operand to an instruction.


Nested Class Summary
 
Nested classes inherited from class avrora.core.Operand
Operand.Constant, Operand.Register
 
Method Summary
 Register getRegister()
          The getRegister() method returns a reference to the register represented by this operand.
 
Methods inherited from interface avrora.core.Operand
asConstant, asRegister
 

Method Detail

getRegister

public Register getRegister()
The getRegister() method returns a reference to the register represented by this operand.

Returns:
a reference to the register that this operand refers to