|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.bcp.Binding
public class Binding
A Binding binds a name to a Variable.
Variable
Constructor Summary | |
---|---|
Binding(java.lang.String varName,
Variable variable)
Constructor. |
Method Summary | |
---|---|
Variable |
getVariable()
Get the variable of the variable. |
java.lang.String |
getVarName()
Get the variable name. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Binding(java.lang.String varName, Variable variable)
varName
- the name of the variablevariable
- the variableMethod Detail |
---|
public java.lang.String getVarName()
public Variable getVariable()
public java.lang.String toString()
toString
in class java.lang.Object
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |