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, toString
public SubText(AbstractText text, int start, int end)
public int length()
public void toCharArray(int srcPos, char[] dest, int destPos, int length)
toCharArray
in class AbstractText
protected int getTransformationDepth()
getTransformationDepth
in class AbstractText
public TextCharSequence sequence()
Text
Copyright © 2009–2017 SonarSource. All rights reserved.