Interface Visitor

  • All Known Implementing Classes:
    EmptyVisitor, ExecutionVisitor, InstConstraintVisitor

    public interface Visitor
    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.