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()
      Specified by:
      hasNext in interface Iterator<org.apache.bcel.generic.ObjectType>
    • next

      public org.apache.bcel.generic.ObjectType next()
      Specified by:
      next in interface Iterator<org.apache.bcel.generic.ObjectType>
    • isExplicit

      public boolean isExplicit()
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<org.apache.bcel.generic.ObjectType>
    • findNext

      private void findNext()