public interface Dispatcher
The actual algorithm to accomplish this task depends on the implementation.
Modifier and Type | Method and Description |
---|---|
ResolvingContext |
processTree(Node rootNode,
ResolvingContext actualContext,
OptionRegistry<ResolvingOption> processingOptions)
process the tree, starting from the given node and resolve as many nodes as possible.
|
ResolvingContext processTree(Node rootNode, ResolvingContext actualContext, OptionRegistry<ResolvingOption> processingOptions)
rootNode
- the node which shall be considered as root node of the tree to processactualContext
- the current state of the context, which can be used by resolvers to look up some values.processingOptions
-