tip.util
Interface Stringifier<T>

Type Parameters:
T - the type for which the stringifier applies
All Known Implementing Classes:
DefaultStringifier, NodeText, ReachingDefinitionsAnalysis.AssignVarStmPointStringifier

public interface Stringifier<T>

Stringifier defines an interface for abstracting the toString method.

Author:
Johnni Winther, jw@brics.dk

Method Summary
 String toString(T t)
          Returns a textual representation of t.
 

Method Detail

toString

String toString(T t)
Returns a textual representation of t.

Parameters:
t - the object for which a textual representation is returned
Returns:
a textual representation of t