Uses of Class
edu.umd.cs.findbugs.ba.obl.InstructionActionCache
-
Packages that use InstructionActionCache Package Description edu.umd.cs.findbugs.ba.obl Implementation of dataflow analysis for checking whether obligations to close streams and other resources (e.g., database objects) are satisfied. -
-
Uses of InstructionActionCache in edu.umd.cs.findbugs.ba.obl
Fields in edu.umd.cs.findbugs.ba.obl declared as InstructionActionCache Modifier and Type Field Description private InstructionActionCache
ObligationAnalysis. actionCache
Methods in edu.umd.cs.findbugs.ba.obl that return InstructionActionCache Modifier and Type Method Description InstructionActionCache
ObligationAnalysis. getActionCache()
-