Package edu.umd.cs.findbugs.ba.bcp
Class LongOrDoubleLocalVariable
- java.lang.Object
-
- edu.umd.cs.findbugs.ba.bcp.LongOrDoubleLocalVariable
-
-
Field Summary
Fields Modifier and Type Field Description private ValueNumber
nextValue
private ValueNumber
topValue
-
Constructor Summary
Constructors Constructor Description LongOrDoubleLocalVariable(ValueNumber topValue, ValueNumber nextValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
sameAs(Variable other)
Determine if the given Variable is the same as this one.
-
-
-
Field Detail
-
topValue
private final ValueNumber topValue
-
nextValue
private final ValueNumber nextValue
-
-
Constructor Detail
-
LongOrDoubleLocalVariable
public LongOrDoubleLocalVariable(ValueNumber topValue, ValueNumber nextValue)
-
-