|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListVisitor
Visit elements of the list package.
| Method Summary | |
|---|---|
void |
visitEnter(Atom atom)
Visit certain element. |
void |
visitEnter(ElementList list)
Visit certain element. |
void |
visitLeave(Atom atom)
Visit certain element. |
void |
visitLeave(ElementList list)
Visit certain element. |
| Method Detail |
|---|
void visitEnter(Atom atom)
throws ModuleDataException
atom - Begin visit of this element.
ModuleDataException - Major problem occurred.
void visitEnter(ElementList list)
throws ModuleDataException
list - Begin visit of this element.
ModuleDataException - Major problem occurred.
void visitLeave(Atom atom)
throws ModuleDataException
atom - End visit of this element.
ModuleDataException - Major problem occurred.
void visitLeave(ElementList list)
throws ModuleDataException
list - End visit of this element.
ModuleDataException - Major problem occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||