| Modifier and Type | Method and Description |
|---|---|
protected ComponentTreeTraverser.ComponentTreePath |
ComponentTreeTraverser.componentTreePath()
Returns an immutable snapshot of the path from the root component to the currently visited
component.
|
protected ComponentTreeTraverser.ComponentTreePath |
ComponentTreeTraverser.BindingGraphTraverser.componentTreePath()
Returns the path from the root component to the component that includes the ComponentTreeTraverser.BindingGraphTraverser.entryPointElement() entry point.
|
| Modifier and Type | Method and Description |
|---|---|
protected ComponentTreeTraverser.BindingGraphTraverser |
ComponentTreeTraverser.bindingGraphTraverser(ComponentTreeTraverser.ComponentTreePath componentPath,
dagger.internal.codegen.DependencyRequest entryPoint)
Returns an object that traverses the binding graph starting from an entry point.
|
| Constructor and Description |
|---|
BindingGraphTraverser(ComponentTreeTraverser.ComponentTreePath componentPath,
dagger.internal.codegen.DependencyRequest entryPoint)
Constructs a traverser for an entry point.
|
Copyright © 2012–2017 The Dagger Authors. All rights reserved.