Class ExceptionSetFactory

java.lang.Object
edu.umd.cs.findbugs.ba.type.ExceptionSetFactory

public class ExceptionSetFactory extends Object
  • Field Details

    • typeIndexMap

      private final HashMap<org.apache.bcel.generic.ObjectType,Integer> typeIndexMap
    • typeList

      private final ArrayList<org.apache.bcel.generic.ObjectType> typeList
  • Constructor Details

    • ExceptionSetFactory

      public ExceptionSetFactory()
  • Method Details

    • createExceptionSet

      public ExceptionSet createExceptionSet()
    • getIndexOfType

      int getIndexOfType(org.apache.bcel.generic.ObjectType type)
    • getType

      org.apache.bcel.generic.ObjectType getType(int index)
    • getNumTypes

      int getNumTypes()