Package | Description |
---|---|
org.sonar.sslr.internal.text |
Internals of Text API.
|
org.sonar.sslr.text |
Modifier and Type | Class and Description |
---|---|
class |
CompositeText.CompositeTextCharSequence |
class |
LocatedText |
class |
PlainText |
Modifier and Type | Method and Description |
---|---|
TextCharSequence |
TransformedText.sequence() |
TextCharSequence |
SubText.sequence() |
TextCharSequence |
PlainText.sequence() |
TextCharSequence |
CompositeText.sequence() |
TextCharSequence |
PlainText.subSequence(int from,
int to) |
TextCharSequence |
CompositeText.CompositeTextCharSequence.subSequence(int start,
int end) |
Modifier and Type | Method and Description |
---|---|
TextCharSequence |
Text.sequence()
Deprecated.
Provides sequential access to characters.
|
TextCharSequence |
TextCharSequence.subSequence(int start,
int end)
Deprecated.
|
Copyright © 2009–2017 SonarSource. All rights reserved.