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.thrownExceptionSetMap
Methods in edu.umd.cs.findbugs.ba.type that return TypeAnalysis.CachedExceptionSetModifier and TypeMethodDescriptionprivate TypeAnalysis.CachedExceptionSet
TypeAnalysis.computeBlockExceptionSet
(BasicBlock basicBlock, TypeFrame result) Compute the set of exceptions that can be thrown from the given basic block.private TypeAnalysis.CachedExceptionSet
TypeAnalysis.getCachedExceptionSet
(BasicBlock basicBlock) Get the cached set of exceptions that can be thrown from given basic block.