tip.util
Interface Stringifiable<T>

Type Parameters:
T - the type for which the stringifier applies
All Known Implementing Classes:
EqualitySet, NodeList

public interface Stringifiable<T>

Stringifiable defines an interface for declaring the applicability of the Stringifier interface.

Author:
Johnni Winther, jw@brics.dk

Method Summary
 String toString(Stringifier<T> stringifier)
          Returns a text representation using the stringifier.
 

Method Detail

toString

String toString(Stringifier<T> stringifier)
Returns a text representation using the stringifier.

Parameters:
stringifier - the Stringifier used
Returns:
a text representation using the stringifier