Uses of Class
edu.umd.cs.findbugs.ba.type.ExceptionSet
-
Packages that use ExceptionSet Package Description edu.umd.cs.findbugs.ba.type -
-
Uses of ExceptionSet in edu.umd.cs.findbugs.ba.type
Fields in edu.umd.cs.findbugs.ba.type declared as ExceptionSet Modifier and Type Field Description private ExceptionSet
ExceptionObjectType. exceptionSet
private ExceptionSet
TypeAnalysis.CachedExceptionSet. exceptionSet
Fields in edu.umd.cs.findbugs.ba.type with type parameters of type ExceptionSet Modifier and Type Field Description private java.util.Map<Edge,ExceptionSet>
TypeAnalysis.CachedExceptionSet. edgeExceptionMap
Methods in edu.umd.cs.findbugs.ba.type that return ExceptionSet Modifier and Type Method Description 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.private ExceptionSet
TypeAnalysis. computeThrownExceptionTypes(BasicBlock basicBlock)
Compute the set of exception types that can be thrown by given basic block.ExceptionSet
ExceptionSetFactory. createExceptionSet()
ExceptionSet
ExceptionSet. duplicate()
Return an exact copy of this object.ExceptionSet
TypeAnalysis.CachedExceptionSet. getEdgeExceptionSet(Edge edge)
ExceptionSet
TypeAnalysis. getEdgeExceptionSet(Edge edge)
Get the set of exceptions that can be thrown on given edge.ExceptionSet
TypeDataflow. getEdgeExceptionSet(Edge edge)
ExceptionSet
ExceptionObjectType. getExceptionSet()
Return the exception set.ExceptionSet
TypeAnalysis.CachedExceptionSet. getExceptionSet()
Methods in edu.umd.cs.findbugs.ba.type with parameters of type ExceptionSet Modifier and Type Method Description void
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 ExceptionSet Constructor Description CachedExceptionSet(TypeFrame result, ExceptionSet exceptionSet)
ExceptionObjectType(java.lang.String className, ExceptionSet exceptionSet)
Constructor.
-