Searched refs:newInterfaceNode (Results 1 – 4 of 4) sorted by relevance
56 private InterfaceNode newInterfaceNode(Binding<?> binding) { in newInterfaceNode() 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()128 return ImmutableList.<Node>of(newInterfaceNode(binding)); in visitOther()
119 protected abstract void newInterfaceNode(InterfaceNode node) throws IOException; in newInterfaceNode() method in AbstractInjectorGrapher145 newInterfaceNode((InterfaceNode) node); in createNodes()
56 @Override protected void newInterfaceNode(InterfaceNode node) { in newInterfaceNode() method in AbstractInjectorGrapherTest.FakeGrapher
237 @Override protected void newInterfaceNode(InterfaceNode node) { in newInterfaceNode() method in GraphvizGrapher