|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Text | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
class |
AbstractText
Base class for all implementations of Text. |
class |
CompositeText
|
class |
LocatedText
|
class |
PlainText
|
class |
SubText
|
class |
TransformedText
|
| Methods in org.sonar.sslr.internal.text that return Text | |
|---|---|
Text |
PlainText.getText()
|
Text |
CompositeText.CompositeTextCharSequence.getText()
|
protected Text |
TransformedText.getTransformedText()
|
Text |
PlainText.subText(int start,
int end)
|
Text |
CompositeText.CompositeTextCharSequence.subText(int start,
int end)
|
| Uses of Text in org.sonar.sslr.text |
|---|
| Methods in org.sonar.sslr.text that return Text | |
|---|---|
Text |
TextBuilder.build()
|
static Text |
Texts.create(File fromFile,
char[] fileContent)
|
static Text |
Texts.create(File fromFile,
String fileContent)
|
static Text |
Texts.create(String str)
|
Text |
PreprocessorContext.getInput()
|
Text |
TextCharSequence.getText()
|
Text |
Preprocessor.process(PreprocessorContext context)
|
Text |
PreprocessorsChain.process(Text input)
|
Text |
TextCharSequence.subText(int start,
int end)
|
| Methods in org.sonar.sslr.text with parameters of type Text | |
|---|---|
TextBuilder |
TextBuilder.append(Text text)
|
TextBuilder |
TextBuilder.appendTransformation(Text from,
Text to)
|
Text |
PreprocessorsChain.process(Text input)
|
| Constructors in org.sonar.sslr.text with parameters of type Text | |
|---|---|
PreprocessorContext(Text input)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||