org.sonar.sslr.text
Class TextBuilder
java.lang.Object
org.sonar.sslr.text.TextBuilder
public class TextBuilder
- extends Object
This class is not intended to be subclassed by clients.
- Since:
- 1.17
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.