edu.umd.cs.findbugs.ba.bcp

Class Binding

public class Binding extends Object

A Binding binds a name to a Variable.

Author: David Hovemeyer

See Also: Variable

Constructor Summary
Binding(String varName, Variable variable)
Constructor.
Method Summary
VariablegetVariable()
Get the variable of the variable.
StringgetVarName()
Get the variable name.

Constructor Detail

Binding

public Binding(String varName, Variable variable)
Constructor.

Parameters: varName the name of the variable variable the variable

Method Detail

getVariable

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

getVarName

public String getVarName()
Get the variable name.
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.