Uses of Class
edu.umd.cs.findbugs.ba.type.TypeAnalysis.CachedExceptionSet
Packages that use TypeAnalysis.CachedExceptionSet
-
Uses of TypeAnalysis.CachedExceptionSet in edu.umd.cs.findbugs.ba.type
Fields in edu.umd.cs.findbugs.ba.type with type parameters of type TypeAnalysis.CachedExceptionSetModifier and TypeFieldDescriptionprivate final Map<BasicBlock, TypeAnalysis.CachedExceptionSet> TypeAnalysis.thrownExceptionSetMapMethods in edu.umd.cs.findbugs.ba.type that return TypeAnalysis.CachedExceptionSetModifier and TypeMethodDescriptionprivate TypeAnalysis.CachedExceptionSetTypeAnalysis.computeBlockExceptionSet(BasicBlock basicBlock, TypeFrame result) Compute the set of exceptions that can be thrown from the given basic block.private TypeAnalysis.CachedExceptionSetTypeAnalysis.getCachedExceptionSet(BasicBlock basicBlock) Get the cached set of exceptions that can be thrown from given basic block.