|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeHandler
Presents a low level reporting view of a Sieve node tree.
Familiarity with the
JSieve implementation is assumed.
Anyone requiring a high level view should see SieveHandler.
NodeTraverser,
SieveHandler| Method Summary | |
|---|---|
void |
end()
Ends a tree traveral. |
void |
end(ASTargument node)
Ends traversal of given node. |
void |
end(ASTarguments node)
Ends traversal of given node. |
void |
end(ASTblock node)
Ends traversal of given node. |
void |
end(ASTcommand node)
Ends traversal of given node. |
void |
end(ASTcommands node)
Ends traversal of given node. |
void |
end(ASTstart node)
Ends traversal of given node. |
void |
end(ASTstring_list node)
Ends traversal of given node. |
void |
end(ASTstring node)
Ends traversal of given node. |
void |
end(ASTtest_list node)
Ends traversal of given node. |
void |
end(ASTtest node)
Ends traversal of given node. |
void |
end(SimpleNode node)
Ends traversal of given node. |
void |
start()
Starts a tree traversal. |
void |
start(ASTargument node)
Starts traversal of given node. |
void |
start(ASTarguments node)
Starts traversal of given node. |
void |
start(ASTblock node)
Starts traversal of given node. |
void |
start(ASTcommand node)
Starts traversal of given node. |
void |
start(ASTcommands node)
Starts traversal of given node. |
void |
start(ASTstart node)
Starts traversal of given node. |
void |
start(ASTstring_list node)
Starts traversal of given node. |
void |
start(ASTstring node)
Starts traversal of given node. |
void |
start(ASTtest_list node)
Starts traversal of given node. |
void |
start(ASTtest node)
Starts traversal of given node. |
void |
start(SimpleNode node)
Starts traversal of given node. |
| Method Detail |
|---|
void start()
throws HaltTraversalException
HaltTraversalException
void end()
throws HaltTraversalException
HaltTraversalException
void start(SimpleNode node)
throws HaltTraversalException
node - not null
HaltTraversalException
void end(SimpleNode node)
throws HaltTraversalException
node - not null
HaltTraversalException
void start(ASTstart node)
throws HaltTraversalException
node - not null
HaltTraversalException
void end(ASTstart node)
throws HaltTraversalException
node - not null
HaltTraversalException
void start(ASTcommands node)
throws HaltTraversalException
node - not null
HaltTraversalException
void end(ASTcommands node)
throws HaltTraversalException
node - not null
HaltTraversalException
void start(ASTcommand node)
throws HaltTraversalException
node - not null
HaltTraversalException
void end(ASTcommand node)
throws HaltTraversalException
node - not null
HaltTraversalException
void start(ASTblock node)
throws HaltTraversalException
node - not null
HaltTraversalException
void end(ASTblock node)
throws HaltTraversalException
node - not null
HaltTraversalException
void start(ASTarguments node)
throws HaltTraversalException
node - not null
HaltTraversalException
void end(ASTarguments node)
throws HaltTraversalException
node - not null
HaltTraversalException
void start(ASTargument node)
throws HaltTraversalException
node - not null
HaltTraversalException
void end(ASTargument node)
throws HaltTraversalException
node - not null
HaltTraversalException
void start(ASTtest node)
throws HaltTraversalException
node - not null
HaltTraversalException
void end(ASTtest node)
throws HaltTraversalException
node - not null
HaltTraversalException
void start(ASTtest_list node)
throws HaltTraversalException
node - not null
HaltTraversalException
void end(ASTtest_list node)
throws HaltTraversalException
node - not null
HaltTraversalException
void start(ASTstring node)
throws HaltTraversalException
node - not null
HaltTraversalException
void end(ASTstring node)
throws HaltTraversalException
node - not null
HaltTraversalException
void start(ASTstring_list node)
throws HaltTraversalException
node - not null
HaltTraversalException
void end(ASTstring_list node)
throws HaltTraversalException
node - not null
HaltTraversalException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||