Searched defs:bindingNodes (Results 1 – 3 of 3) sorted by relevance
50 static ResolvedBindings create(Key key, ImmutableSet<BindingNode> bindingNodes) { in create()58 abstract ImmutableSet<BindingNode> bindingNodes(); in bindingNodes() method in ResolvedBindings
259 static LegacyResolvedBindings create(Key key, ImmutableSet<BindingNode> bindingNodes) { in create()267 abstract ImmutableSet<BindingNode> bindingNodes(); in bindingNodes() method in LegacyBindingGraphFactory.LegacyResolvedBindings
469 public ImmutableSet<BindingNode> bindingNodes() { in bindingNodes() method in BindingGraph