|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWalker
| Method Summary | |
|---|---|
void |
finalizeWalk(KElement e,
KElement trackElem)
hook for guaranteed postwalk finalization |
void |
prepareWalk(KElement e,
KElement trackElem)
hook for guaranteed prewalk initialization |
KElement |
walk(KElement e,
KElement trackElem)
called for every IWalker that the factory returns |
| Method Detail |
|---|
KElement walk(KElement e,
KElement trackElem)
e - the element to walktrackElem - a parallel element to e that may additionally be modified during the walk
void prepareWalk(KElement e,
KElement trackElem)
e - the element to walktrackElem - a parallel element to e that may additionally be modified during the walk
void finalizeWalk(KElement e,
KElement trackElem)
e - the element to walktrackElem - a parallel element to e that may additionally be modified during the walk
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||