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