avrora.core.isdl
Interface Architecture.SubroutineVisitor

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

public static interface Architecture.SubroutineVisitor

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

Method Detail

visit

public void visit(SubroutineDecl d)