avrora.core.isdl
Interface Architecture.InstrVisitor

All Known Subinterfaces:
Architecture.Visitor
All Known Implementing Classes:
CodemapGenerator, DisassemblerGenerator, DisassemblerTestGenerator, InterpreterGenerator
Enclosing interface:
Architecture

public static interface Architecture.InstrVisitor

The InstrVisitor interface is a simple interface that can be used to iterate over the instructions 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(InstrDecl d)
           
 

Method Detail

visit

public void visit(InstrDecl d)