avrora.core
Interface Operand.Constant

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

public static interface Operand.Constant
extends Operand

The Operand.Constant class encapsulates the notion of a constant operand to an instruction.


Nested Class Summary
 
Nested classes inherited from class avrora.core.Operand
Operand.Constant, Operand.Register
 
Method Summary
 int getValue()
           
 int getValueAsWord()
           
 
Methods inherited from interface avrora.core.Operand
asConstant, asRegister
 

Method Detail

getValue

public int getValue()

getValueAsWord

public int getValueAsWord()