Uses of Class
com.google.inject.grapher.InstanceNode
-
Packages that use InstanceNode Package Description com.google.inject.grapher com.google.inject.grapher.graphviz -
-
Uses of InstanceNode in com.google.inject.grapher
Methods in com.google.inject.grapher with parameters of type InstanceNode Modifier and Type Method Description protected abstract void
AbstractInjectorGrapher. newInstanceNode(InstanceNode node)
Adds a new instance node to the graph. -
Uses of InstanceNode in com.google.inject.grapher.graphviz
Methods in com.google.inject.grapher.graphviz with parameters of type InstanceNode Modifier and Type Method Description protected void
GraphvizGrapher. newInstanceNode(InstanceNode node)
-