|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 Exception>
Generic visitor interface.
| Method Summary | |
|---|---|
void |
visit(E element)
Visit element. |
| Method Detail |
|---|
void visit(E element)
throws X extends Exception
X extends Exception
|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||