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

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

public class LocalVariable
extends java.lang.Object
implements Variable


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

Field Detail

valueNumber

private final ValueNumber valueNumber
Constructor Detail

LocalVariable

public LocalVariable(ValueNumber valueNumber)
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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object