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.
| |