Uses of Class
edu.umd.cs.findbugs.ba.type.TypeAnalysis.CachedExceptionSet
-
Packages that use TypeAnalysis.CachedExceptionSet Package Description edu.umd.cs.findbugs.ba.type -
-
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.CachedExceptionSet Modifier and Type Field Description private java.util.Map<BasicBlock,TypeAnalysis.CachedExceptionSet>
TypeAnalysis. thrownExceptionSetMap
Methods in edu.umd.cs.findbugs.ba.type that return TypeAnalysis.CachedExceptionSet Modifier and Type Method Description private 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.
-