TUM CCSM Commons

edu.tum.cs.commons.visitor
Interface IVisitor<E,X extends java.lang.Exception>

Type Parameters:
E - the type being visited.
X - type of exception thrown by the visitor. Use NeverThrownRuntimeException if no exceptions are thrown.

public interface IVisitor<E,X extends java.lang.Exception>

Generic visitor interface.

Version:
$Rev: 26283 $
Author:
deissenb, $Author: juergens $
Rating:
GREEN Hash: 32AA0FF6E7D138496111366F2424488E

Method Summary
 void visit(E element)
          Visit element.
 

Method Detail

visit

void visit(E element)
           throws X extends java.lang.Exception
Visit element.

Throws:
X extends java.lang.Exception

TUM CCSM Commons

TUM CCSM Commons - 2.7