Package edu.umd.cs.findbugs.detect
Class FindUselessObjects.RegularLocation
- java.lang.Object
-
- edu.umd.cs.findbugs.detect.FindUselessObjects.RegularLocation
-
- All Implemented Interfaces:
FindUselessObjects.GenLocation
- Enclosing class:
- FindUselessObjects
private static class FindUselessObjects.RegularLocation extends java.lang.Object implements FindUselessObjects.GenLocation
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Location
loc
(package private) TypeAnalysis
ta
(package private) ValueNumberAnalysis
vna
-
Constructor Summary
Constructors Constructor Description RegularLocation(TypeAnalysis ta, ValueNumberAnalysis vna, Location loc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueNumberFrame
frameAfter()
ValueNumberFrame
frameBefore()
org.apache.bcel.generic.InstructionHandle
getHandle()
java.lang.String
toString()
TypeFrame
typeFrameBefore()
-
-
-
Field Detail
-
loc
Location loc
-
vna
ValueNumberAnalysis vna
-
ta
TypeAnalysis ta
-
-
Constructor Detail
-
RegularLocation
public RegularLocation(TypeAnalysis ta, ValueNumberAnalysis vna, Location loc)
-
-
Method Detail
-
getHandle
public org.apache.bcel.generic.InstructionHandle getHandle()
- Specified by:
getHandle
in interfaceFindUselessObjects.GenLocation
-
frameBefore
public ValueNumberFrame frameBefore()
- Specified by:
frameBefore
in interfaceFindUselessObjects.GenLocation
-
frameAfter
public ValueNumberFrame frameAfter()
- Specified by:
frameAfter
in interfaceFindUselessObjects.GenLocation
-
typeFrameBefore
public TypeFrame typeFrameBefore() throws DataflowAnalysisException
- Specified by:
typeFrameBefore
in interfaceFindUselessObjects.GenLocation
- Throws:
DataflowAnalysisException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-