org.pf.textx
Interface TextRepresentation


public interface TextRepresentation

This interface defines the method an object must support, if it wants to provide its text representation other than by the method toString().

Version:
1.0
Author:
Manfred Duchrow

Method Summary
 java.lang.String asText()
          Returns if the textual representation of the receiver.
 

Method Detail

asText

java.lang.String asText()
Returns if the textual representation of the receiver.

Returns:
The string representation of the receiver..