jegg.type
Class TypeTreeIterator

java.lang.Object
  extended byjegg.type.TypeTreeIterator
All Implemented Interfaces:
java.util.Iterator

public class TypeTreeIterator
extends java.lang.Object
implements java.util.Iterator

Author:
Bruce Lowery

Constructor Summary
TypeTreeIterator(TypeTree t, boolean depth)
          Create an iterator for a type tree.
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
          This operation is not supported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeTreeIterator

public TypeTreeIterator(TypeTree t,
                        boolean depth)
Create an iterator for a type tree.

Method Detail

remove

public void remove()
This operation is not supported.

Specified by:
remove in interface java.util.Iterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator


Copyright © 2004 . All Rights Reserved.