Class Overview
Node for an interface type that has been bound to an implementation class or instance.
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
InterfaceNode
(NodeId id, Object source)
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
String
toString
()