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) Locationloc(package private) TypeAnalysista(package private) ValueNumberAnalysisvna
-
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 ValueNumberFrameframeAfter()ValueNumberFrameframeBefore()org.apache.bcel.generic.InstructionHandlegetHandle()java.lang.StringtoString()TypeFrametypeFrameBefore()
-
-
-
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:
getHandlein interfaceFindUselessObjects.GenLocation
-
frameBefore
public ValueNumberFrame frameBefore()
- Specified by:
frameBeforein interfaceFindUselessObjects.GenLocation
-
frameAfter
public ValueNumberFrame frameAfter()
- Specified by:
frameAfterin interfaceFindUselessObjects.GenLocation
-
typeFrameBefore
public TypeFrame typeFrameBefore() throws DataflowAnalysisException
- Specified by:
typeFrameBeforein interfaceFindUselessObjects.GenLocation- Throws:
DataflowAnalysisException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-