Class StringConcatenationClient

java.lang.Object
org.eclipse.xtend2.lib.StringConcatenationClient

@GwtCompatible public abstract class StringConcatenationClient extends Object
A callback object that allows to reuse an existing StringConcatenation to append content to it. This puts clients into the position that they can fully control the used instance, e.g. they can use a custom line delimiter or override StringConcatenation.getStringRepresentation(Object).
Since:
2.5
Author:
Sebastian Zarnekow - Initial contribution and API