Schnittstelle InstVisitor


public interface InstVisitor
Interface implementing the Visitor pattern programming style. I.e., a class that implements this interface can handle all types of instructions with the properly typed methods just by calling the accept() method.
Version:
$Id: InstVisitor.java,v 1.2 2008/05/28 23:52:59 aclement Exp $
Autor:
M. Dahm