edu.umd.cs.findbugs.ba.bcp
Class LongOrDoubleLocalVariable

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.bcp.LongOrDoubleLocalVariable
All Implemented Interfaces:
Variable

public class LongOrDoubleLocalVariable
extends java.lang.Object
implements Variable


Field Summary
private  ValueNumber nextValue
           
private  ValueNumber topValue
           
 
Constructor Summary
LongOrDoubleLocalVariable(ValueNumber topValue, ValueNumber nextValue)
           
 
Method Summary
 boolean sameAs(Variable other)
          Determine if the given Variable is the same as this one.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topValue

private ValueNumber topValue

nextValue

private ValueNumber nextValue
Constructor Detail

LongOrDoubleLocalVariable

public LongOrDoubleLocalVariable(ValueNumber topValue,
                                 ValueNumber nextValue)
Method Detail

sameAs

public boolean sameAs(Variable other)
Description copied from interface: Variable
Determine if the given Variable is the same as this one.

Specified by:
sameAs in interface Variable