Searched refs:newInstanceNode (Results 1 – 4 of 4) sorted by relevance
80 private <T extends Binding<?> & HasDependencies> InstanceNode newInstanceNode(T binding, in newInstanceNode() method in DefaultNodeCreator.NodeVisitor114 return ImmutableList.<Node>of(newInterfaceNode(binding), newInstanceNode(binding, in visit()123 return ImmutableList.<Node>of(newInterfaceNode(binding), newInstanceNode(binding, in visit()
125 protected abstract void newInstanceNode(InstanceNode node) throws IOException; in newInstanceNode() method in AbstractInjectorGrapher149 newInstanceNode((InstanceNode) node); in createNodes()
66 @Override protected void newInstanceNode(InstanceNode node) { in newInstanceNode() method in AbstractInjectorGrapherTest.FakeGrapher
266 @Override protected void newInstanceNode(InstanceNode node) { in newInstanceNode() method in GraphvizGrapher