org.hibernate.hql.internal.ast.util
Class ASTParentsFirstIterator
java.lang.Object
  
org.hibernate.hql.internal.ast.util.ASTParentsFirstIterator
- All Implemented Interfaces: 
 - Iterator
 
public class ASTParentsFirstIterator
- extends Object
- implements Iterator
  
Depth first iteration of an ANTLR AST.
 
 
| 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:
 remove in interface Iterator
 
 
hasNext
public boolean hasNext()
- Specified by:
 hasNext in interface Iterator
 
 
next
public Object next()
- Specified by:
 next in interface Iterator
 
 
nextNode
public antlr.collections.AST nextNode()
 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.