public class Bindings extends Object
Constructor | Description |
---|---|
Bindings() |
Modifier and Type | Method | Description |
---|---|---|
void |
addBindings(List<Binding> bindings) |
add the method parameter bindings to the front of the list
n.b.
|
void |
append(Binding binding) |
append a binding to the end of the currrent bindings list
|
Iterator<Binding> |
iterator() |
|
Binding |
lookup(String name) |
lookup a binding in the list by name
|
public Binding lookup(String name)
name
- the name of the bound variablepublic void addBindings(List<Binding> bindings)
bindings
- the bindings to addpublic void append(Binding binding)
binding
- the bindingCopyright © 2018. All rights reserved.