Class TypeAnalysis.CachedExceptionSet

java.lang.Object
edu.umd.cs.findbugs.ba.type.TypeAnalysis.CachedExceptionSet
Enclosing class:
TypeAnalysis

private class TypeAnalysis.CachedExceptionSet extends Object
Repository of information about thrown exceptions computed for a basic block and its outgoing exception edges. It contains a result TypeFrame, which is used to detect when the exception information needs to be recomputed for the block.
  • Field Details

  • Constructor Details

  • Method Details

    • isUpToDate

      public boolean isUpToDate(TypeFrame result)
    • getExceptionSet

      public ExceptionSet getExceptionSet()
    • setEdgeExceptionSet

      public void setEdgeExceptionSet(Edge edge, ExceptionSet exceptionSet)
    • getEdgeExceptionSet

      public ExceptionSet getEdgeExceptionSet(Edge edge)