edu.umd.cs.findbugs.ba.bcp

Interface Variable

public interface Variable

A Variable is either a LocalVariable or a FieldVariable. The only functinality of a Variable is to determine whether it is the same as some other Variable.
Method Summary
booleansameAs(Variable other)
Determine if the given Variable is the same as this one.

Method Detail

sameAs

public boolean sameAs(Variable other)
Determine if the given Variable is the same as this one.
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.