Package edu.umd.cs.findbugs.detect
Interface FindUselessObjects.GenLocation
- All Known Implementing Classes:
FindUselessObjects.ExceptionLocation
,FindUselessObjects.RegularLocation
- Enclosing class:
FindUselessObjects
private static interface FindUselessObjects.GenLocation
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.bcel.generic.InstructionHandle
-
Method Details
-
getHandle
org.apache.bcel.generic.InstructionHandle getHandle() -
typeFrameBefore
- Throws:
DataflowAnalysisException
-
frameBefore
ValueNumberFrame frameBefore() -
frameAfter
ValueNumberFrame frameAfter()
-