|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.ExceptionSet.ThrownExceptionIterator
public class ExceptionSet.ThrownExceptionIterator
Object to iterate over the exception types in the set.
Field Summary | |
---|---|
private int |
last
|
private int |
next
|
Constructor Summary | |
---|---|
ExceptionSet.ThrownExceptionIterator()
|
Method Summary | |
---|---|
private void |
findNext()
|
boolean |
hasNext()
|
boolean |
isExplicit()
|
org.apache.bcel.generic.ObjectType |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int last
private int next
Constructor Detail |
---|
ExceptionSet.ThrownExceptionIterator()
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
public org.apache.bcel.generic.ObjectType next()
next
in interface java.util.Iterator
public boolean isExplicit()
public void remove()
remove
in interface java.util.Iterator
private void findNext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |