Class Overview
Node for instances. Used when a type is bound to an instance.
Summary
Public Constructors |
|
InstanceNode(NodeId id, Object source, Object instance, Iterable<Member> members)
|
[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
InstanceNode
(NodeId id, Object source, Object instance, Iterable<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
Object
getInstance
()
public
Iterable<Member>
getMembers
()
public
String
toString
()