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