Package edu.umd.cs.findbugs.ba.type
Class ExceptionSet.ThrownExceptionIterator
java.lang.Object
edu.umd.cs.findbugs.ba.type.ExceptionSet.ThrownExceptionIterator
- All Implemented Interfaces:
Iterator<org.apache.bcel.generic.ObjectType>
- Enclosing class:
ExceptionSet
public class ExceptionSet.ThrownExceptionIterator
extends Object
implements Iterator<org.apache.bcel.generic.ObjectType>
Object to iterate over the exception types in the set.
-
Field Details
-
last
private int last -
next
private int next
-
-
Constructor Details
-
ThrownExceptionIterator
ThrownExceptionIterator()
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
public org.apache.bcel.generic.ObjectType next() -
isExplicit
public boolean isExplicit() -
remove
public void remove() -
findNext
private void findNext()
-