|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITreeWalker
Interface defines methods which must be offered by an asbtract placeholder syntax tree tree walker.
| Method Summary | |
|---|---|
ASTNode |
getCurrentNode()
Returns the current visited node returned by a call to nextNode(). |
ASTNode |
nextNode()
Visits the next node in the tree and returns it. |
| Method Detail |
|---|
ASTNode getCurrentNode()
nextNode().
ASTNode nextNode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||