Class Binding

java.lang.Object
edu.umd.cs.findbugs.ba.bcp.Binding

public class Binding extends Object
A Binding binds a name to a Variable.
Author:
David Hovemeyer
See Also:
  • Constructor Details

    • Binding

      public Binding(String varName, Variable variable)
      Constructor.
      Parameters:
      varName - the name of the variable
      variable - the variable
  • Method Details

    • getVarName

      public String getVarName()
      Get the variable name.
    • getVariable

      public Variable getVariable()
      Get the variable of the variable.
    • toString

      public String toString()
      Overrides:
      toString in class Object