Class Binding
java.lang.Object
edu.umd.cs.findbugs.ba.bcp.Binding
A Binding binds a name to a Variable.
- Author:
- David Hovemeyer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the variable of the variable.Get the variable name.toString()
-
Constructor Details
-
Binding
-
-
Method Details
-
getVarName
Get the variable name. -
getVariable
Get the variable of the variable. -
toString
-