public class Binding
extends java.lang.Object
Variable
Constructor and Description |
---|
Binding(java.lang.String varName,
Variable variable)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Variable |
getVariable()
Get the variable of the variable.
|
java.lang.String |
getVarName()
Get the variable name.
|
java.lang.String |
toString() |
public Binding(java.lang.String varName, Variable variable)
varName
- the name of the variablevariable
- the variablepublic java.lang.String getVarName()
public Variable getVariable()
public java.lang.String toString()
toString
in class java.lang.Object
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.