avrora.core.isdl
Interface Architecture.OperandVisitor

All Known Subinterfaces:
Architecture.Visitor
All Known Implementing Classes:
InterpreterGenerator
Enclosing interface:
Architecture

public static interface Architecture.OperandVisitor

The OperandVisitor interface is a simple interface that can be used to iterate over the operands declared in the instruction set specification. A class implementing this interface can call the accept() method of Architecture and pass itself as a parameter.


Method Summary
 void visit(OperandDecl d)
           
 

Method Detail

visit

public void visit(OperandDecl d)