public class SubText extends AbstractText
| Constructor and Description |
|---|
SubText(AbstractText text,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getTransformationDepth() |
int |
length() |
TextCharSequence |
sequence()
Provides sequential access to characters.
|
void |
toCharArray(int srcPos,
char[] dest,
int destPos,
int length) |
toChars, toStringpublic SubText(AbstractText text, int start, int end)
public int length()
public void toCharArray(int srcPos,
char[] dest,
int destPos,
int length)
toCharArray in class AbstractTextprotected int getTransformationDepth()
getTransformationDepth in class AbstractTextpublic TextCharSequence sequence()
TextCopyright © 2009–2018 SonarSource. All rights reserved.