edu.umd.cs.findbugs.ba.bcp
public class BindingSet extends Object
See Also: Binding
Constructor Summary | |
---|---|
BindingSet(Binding binding, BindingSet parent)
Constructor; creates a new BindingSet as an extension of an existing one.
|
Method Summary | |
---|---|
Binding | lookup(String varName)
Look for a Binding for given variable.
|
Parameters: binding a variable binding parent the parent BindingSet, containing other bindings
Parameters: varName name of the variable
Returns: the Binding, or null if no such Binding is present in the set