org.jboss.byteman.rule.expression
Class ThrowExpression.SuperIterator

java.lang.Object
  extended by org.jboss.byteman.rule.expression.ThrowExpression.SuperIterator
All Implemented Interfaces:
java.util.Iterator<java.lang.Class<?>>
Direct Known Subclasses:
ThrowExpression.ClassIterator, ThrowExpression.InterfaceIterator
Enclosing class:
ThrowExpression

public abstract class ThrowExpression.SuperIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Class<?>>


Constructor Summary
ThrowExpression.SuperIterator()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Constructor Detail

ThrowExpression.SuperIterator

public ThrowExpression.SuperIterator()