org.hibernate.hql.ast.util

Class ASTIterator

Implemented Interfaces:
Iterator

public class ASTIterator
extends java.lang.Object
implements Iterator

Depth first iteration of an ANTLR AST.
Author:
josh Sep 25, 2004 7:44:39 AM

Constructor Summary

ASTIterator(AST tree)

Method Summary

boolean
hasNext()
Object
next()
AST
nextNode()
void
remove()

Constructor Details

ASTIterator

public ASTIterator(AST tree)

Method Details

hasNext

public boolean hasNext()

next

public Object next()

nextNode

public AST nextNode()

remove

public void remove()