public class

ASTParentsFirstIterator

extends Object
implements Iterator<E>
java.lang.Object
   ↳ org.hibernate.hql.ast.util.ASTParentsFirstIterator

Class Overview

Depth first iteration of an ANTLR AST.

Summary

Public Constructors
ASTParentsFirstIterator(AST tree)
Public Methods
boolean hasNext()
Object next()
AST nextNode()
void remove()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.util.Iterator

Public Constructors

public ASTParentsFirstIterator (AST tree)

Public Methods

public boolean hasNext ()

public Object next ()

public AST nextNode ()

public void remove ()