类 ASTIterator
- java.lang.Object
-
- org.hibernate.hql.internal.ast.util.ASTIterator
-
-
构造器概要
构造器 构造器 说明 ASTIterator(antlr.collections.AST tree)Constructs an Iterator for depth-first iteration of an AST
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanhasNext()Objectnext()antlr.collections.ASTnextNode()Get the next node to be returned from iteration.voidremove()-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 java.util.Iterator
forEachRemaining
-
-