tip.cfg
Interface Target

All Known Implementing Classes:
DeclarationTarget, MallocTarget

public interface Target

Target defines the interface for pointer targets.

Author:
Johnni Winther, jw@brics.dk

Method Summary
 boolean equals(Object o)
          
 Node getTarget()
          Returns the node representing the target.
 int hashCode()
          
 String toString()
          
 

Method Detail

getTarget

Node getTarget()
Returns the node representing the target.

Returns:
the node representing the target

equals

boolean equals(Object o)

Overrides:
equals in class Object

hashCode

int hashCode()

Overrides:
hashCode in class Object

toString

String toString()

Overrides:
toString in class Object