Uses of Interface
org.sonar.sslr.text.Text
-
Packages that use Text Package Description org.sonar.sslr.internal.matchers Internals of Parser.org.sonar.sslr.internal.text Internals of Text API.org.sonar.sslr.text -
-
Uses of Text in org.sonar.sslr.internal.matchers
Methods in org.sonar.sslr.internal.matchers with parameters of type Text Modifier and Type Method Description static AstNode
AstCreator. create(ParsingResult parsingResult, Text input)
-
Uses of Text in org.sonar.sslr.internal.text
Classes in org.sonar.sslr.internal.text that implement Text Modifier and Type Class Description class
AbstractText
Base class for all implementations ofText
.class
CompositeText
class
LocatedText
class
PlainText
class
SubText
class
TransformedText
Methods in org.sonar.sslr.internal.text that return Text Modifier and Type Method Description Text
CompositeText.CompositeTextCharSequence. getText()
Text
PlainText. getText()
protected Text
TransformedText. getTransformedText()
Text
CompositeText.CompositeTextCharSequence. subText(int start, int end)
Text
PlainText. subText(int start, int end)
-
Uses of Text in org.sonar.sslr.text
Methods in org.sonar.sslr.text that return Text Modifier and Type Method Description Text
TextBuilder. build()
Deprecated.static Text
Texts. create(File fromFile, char[] fileContent)
Deprecated.static Text
Texts. create(File fromFile, String fileContent)
Deprecated.static Text
Texts. create(String str)
Deprecated.Text
PreprocessorContext. getInput()
Deprecated.Text
TextCharSequence. getText()
Deprecated.Text
Preprocessor. process(PreprocessorContext context)
Deprecated.Text
PreprocessorsChain. process(Text input)
Deprecated.Text
TextCharSequence. subText(int start, int end)
Deprecated.Methods in org.sonar.sslr.text with parameters of type Text Modifier and Type Method Description TextBuilder
TextBuilder. append(Text text)
Deprecated.TextBuilder
TextBuilder. appendTransformation(Text from, Text to)
Deprecated.Text
PreprocessorsChain. process(Text input)
Deprecated.Constructors in org.sonar.sslr.text with parameters of type Text Constructor Description PreprocessorContext(Text input)
Deprecated.
-