org.hibernate.hql.ast.util
Class ASTParentsFirstIterator
java.lang.Object
   org.hibernate.hql.ast.util.ASTParentsFirstIterator
org.hibernate.hql.ast.util.ASTParentsFirstIterator
- All Implemented Interfaces: 
- Iterator
- public class ASTParentsFirstIterator 
- extends Object- implements Iterator
Depth first iteration of an ANTLR AST.
- Author:
- josh
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ASTParentsFirstIterator
public ASTParentsFirstIterator(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.