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 ExceptionSetExceptionObjectType.exceptionSetprivate final ExceptionSetTypeAnalysis.CachedExceptionSet.exceptionSetFields in edu.umd.cs.findbugs.ba.type with type parameters of type ExceptionSetModifier and TypeFieldDescriptionprivate final Map<Edge, ExceptionSet> TypeAnalysis.CachedExceptionSet.edgeExceptionMapMethods in edu.umd.cs.findbugs.ba.type that return ExceptionSetModifier and TypeMethodDescriptionprivate ExceptionSetTypeAnalysis.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 ExceptionSetTypeAnalysis.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 TypeMethodDescriptionvoidExceptionSet.addAll(ExceptionSet other) Add all exceptions in the given set.private ExceptionSetTypeAnalysis.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.TypeExceptionObjectType.fromExceptionSet(ExceptionSet exceptionSet) Initialize object from an exception set.voidTypeAnalysis.CachedExceptionSet.setEdgeExceptionSet(Edge edge, ExceptionSet exceptionSet) private static voidStandardTypeMerger.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) privateExceptionObjectType(String className, ExceptionSet exceptionSet) Constructor.