Class Overview
Node for types that have Dependencys and are bound to InterfaceNode
s. These
nodes will often have fields for Members that are InjectionPoints.
Summary
[Expand]
Inherited Methods |
From class
com.google.inject.grapher.Node
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
Public Constructors
public
ImplementationNode
(NodeId id, Object source, Collection<Member> members)
Public Methods
Returns a copy of the node with a new ID.
Returns
- copy of the node with a new ID
public
boolean
equals
(Object obj)
public
Collection<Member>
getMembers
()
public
String
toString
()