Package | Description |
---|---|
org.sonar.sslr.internal.text |
Internals of Text API.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeText |
class |
LocatedText |
class |
PlainText |
class |
SubText |
class |
TransformedText |
Constructor and Description |
---|
SubText(AbstractText text,
int start,
int end) |
TransformedText(AbstractText fromText,
AbstractText toText) |
Constructor and Description |
---|
CompositeText(List<AbstractText> texts) |
Copyright © 2009–2017 SonarSource. All rights reserved.