|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeProcessor
Process function of a node The tree traversal in TreeUtils will call this function to process a node when it visit a node (think function pointer)
Method Summary | |
---|---|
void |
postProcess(Node node)
|
void |
preProcess(Node node)
|
Method Detail |
---|
void preProcess(Node node)
void postProcess(Node node)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |