Package | Description |
---|---|
org.sonar.sslr.internal.matchers |
Internals of Parser.
|
org.sonar.sslr.internal.text |
Internals of Text API.
|
org.sonar.sslr.text |
Modifier and Type | Method and Description |
---|---|
static AstNode |
AstCreator.create(ParsingResult parsingResult,
Text input) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractText
Base class for all implementations of
Text . |
class |
CompositeText |
class |
LocatedText |
class |
PlainText |
class |
SubText |
class |
TransformedText |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
TextBuilder |
TextBuilder.append(Text text)
Deprecated.
|
TextBuilder |
TextBuilder.appendTransformation(Text from,
Text to)
Deprecated.
|
Text |
PreprocessorsChain.process(Text input)
Deprecated.
|
Constructor and Description |
---|
PreprocessorContext(Text input)
Deprecated.
|
Copyright © 2009–2017 SonarSource. All rights reserved.