Uses of Class
edu.umd.cs.findbugs.ba.type.ExceptionSet
Packages that use ExceptionSet
-
Uses of ExceptionSet in edu.umd.cs.findbugs.ba.type
Fields in edu.umd.cs.findbugs.ba.type declared as ExceptionSetModifier and TypeFieldDescriptionprivate final ExceptionSet
ExceptionObjectType.exceptionSet
private final ExceptionSet
TypeAnalysis.CachedExceptionSet.exceptionSet
Fields in edu.umd.cs.findbugs.ba.type with type parameters of type ExceptionSetModifier and TypeFieldDescriptionprivate final Map
<Edge, ExceptionSet> TypeAnalysis.CachedExceptionSet.edgeExceptionMap
Methods in edu.umd.cs.findbugs.ba.type that return ExceptionSetModifier and TypeMethodDescriptionprivate ExceptionSet
TypeAnalysis.computeEdgeExceptionSet
(Edge edge, ExceptionSet thrownExceptionSet) Based on the set of exceptions that can be thrown from the source basic block, compute the set of exceptions that can propagate along given exception edge.private ExceptionSet
TypeAnalysis.computeThrownExceptionTypes
(BasicBlock basicBlock) Compute the set of exception types that can be thrown by given basic block.ExceptionSetFactory.createExceptionSet()
ExceptionSet.duplicate()
Return an exact copy of this object.TypeAnalysis.CachedExceptionSet.getEdgeExceptionSet
(Edge edge) TypeAnalysis.getEdgeExceptionSet
(Edge edge) Get the set of exceptions that can be thrown on given edge.TypeDataflow.getEdgeExceptionSet
(Edge edge) ExceptionObjectType.getExceptionSet()
Return the exception set.TypeAnalysis.CachedExceptionSet.getExceptionSet()
Methods in edu.umd.cs.findbugs.ba.type with parameters of type ExceptionSetModifier and TypeMethodDescriptionvoid
ExceptionSet.addAll
(ExceptionSet other) Add all exceptions in the given set.private ExceptionSet
TypeAnalysis.computeEdgeExceptionSet
(Edge edge, ExceptionSet thrownExceptionSet) Based on the set of exceptions that can be thrown from the source basic block, compute the set of exceptions that can propagate along given exception edge.static org.apache.bcel.generic.Type
ExceptionObjectType.fromExceptionSet
(ExceptionSet exceptionSet) Initialize object from an exception set.void
TypeAnalysis.CachedExceptionSet.setEdgeExceptionSet
(Edge edge, ExceptionSet exceptionSet) private static void
StandardTypeMerger.updateExceptionSet
(ExceptionSet exceptionSet, org.apache.bcel.generic.ObjectType type) Constructors in edu.umd.cs.findbugs.ba.type with parameters of type ExceptionSetModifierConstructorDescriptionCachedExceptionSet
(TypeFrame result, ExceptionSet exceptionSet) private
ExceptionObjectType
(String className, ExceptionSet exceptionSet) Constructor.