org.hibernate.hql.ast.util
Class ASTIterator
java.lang.Object
   org.hibernate.hql.ast.util.ASTIterator
org.hibernate.hql.ast.util.ASTIterator
- All Implemented Interfaces: 
- Iterator
- public class ASTIterator 
- extends Object- implements Iterator
Depth first iteration of an ANTLR AST.
- Author:
- josh
| Constructor Summary | 
| ASTIterator(antlr.collections.AST tree)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ASTIterator
public ASTIterator(antlr.collections.AST tree)
remove
public void remove()
- 
- Specified by:
- removein interface- Iterator
 
- 
 
hasNext
public boolean hasNext()
- 
- Specified by:
- hasNextin interface- Iterator
 
- 
 
next
public Object next()
- 
- Specified by:
- nextin interface- Iterator
 
- 
 
nextNode
public antlr.collections.AST nextNode()
- 
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.