Class LongOrDoubleLocalVariable

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

public class LongOrDoubleLocalVariable extends Object implements Variable
  • Constructor Details

  • Method Details

    • 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