org.sonar.sslr.text
Class TextBuilder

java.lang.Object
  extended by org.sonar.sslr.text.TextBuilder

public class TextBuilder
extends Object

This class is not intended to be subclassed by clients.

Since:
1.17

Method Summary
 TextBuilder append(Text text)
           
 TextBuilder appendTransformation(Text from, Text to)
           
 Text build()
           
static TextBuilder create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static TextBuilder create()

append

public TextBuilder append(Text text)

appendTransformation

public TextBuilder appendTransformation(Text from,
                                        Text to)

build

public Text build()


Copyright © 2009-2014 SonarSource. All Rights Reserved.