Package edu.umd.cs.findbugs.ba.bcp
Class LongOrDoubleLocalVariable
- java.lang.Object
-
- edu.umd.cs.findbugs.ba.bcp.LongOrDoubleLocalVariable
-
-
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.
-
-
-
Constructor Detail
-
LongOrDoubleLocalVariable
public LongOrDoubleLocalVariable(ValueNumber topValue, ValueNumber nextValue)
-
-