public abstract class ComplexBindingCallback extends Object implements BindingWalker.Visitor
Modifier and Type | Field and Description |
---|---|
protected MutablePicoContainer |
context |
protected ElementInstance |
instance |
protected Node |
node |
Constructor and Description |
---|
ComplexBindingCallback(ElementInstance instance,
Node node,
MutablePicoContainer context) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doCallback(ComplexBinding binding) |
void |
visit(Binding binding) |
protected final ElementInstance instance
protected final Node node
protected final MutablePicoContainer context
public ComplexBindingCallback(ElementInstance instance, Node node, MutablePicoContainer context)
public void visit(Binding binding)
visit
in interface BindingWalker.Visitor
protected abstract void doCallback(ComplexBinding binding)
Copyright © 1996–2019 Geotools. All rights reserved.