Package org.sonar.sslr.text
Class TextBuilder
- java.lang.Object
-
- org.sonar.sslr.text.TextBuilder
-
@Deprecated public class TextBuilder extends Object
Deprecated.in 1.20, use your own text API instead.This class is not intended to be subclassed by clients.
- Since:
- 1.17
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TextBuilder
append(Text text)
Deprecated.TextBuilder
appendTransformation(Text from, Text to)
Deprecated.Text
build()
Deprecated.static TextBuilder
create()
Deprecated.
-
-
-
Method Detail
-
create
public static TextBuilder create()
Deprecated.
-
append
public TextBuilder append(Text text)
Deprecated.
-
appendTransformation
public TextBuilder appendTransformation(Text from, Text to)
Deprecated.
-
build
public Text build()
Deprecated.
-
-