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()
           
 
Methods inherited from interface avrora.core.Operand
asConstant, asRegister
 

Method Detail

getRegister

public Register getRegister()