public class TransformedText extends AbstractText
| Constructor and Description |
|---|
TransformedText(AbstractText fromText,
AbstractText toText) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getTransformationDepth() |
protected Text |
getTransformedText() |
int |
length() |
TextCharSequence |
sequence()
Provides sequential access to characters.
|
void |
toCharArray(int srcPos,
char[] dest,
int destPos,
int length) |
toChars, toStringpublic TransformedText(AbstractText fromText, AbstractText toText)
public int length()
public TextCharSequence sequence()
Textprotected int getTransformationDepth()
getTransformationDepth in class AbstractTextprotected Text getTransformedText()
public void toCharArray(int srcPos,
char[] dest,
int destPos,
int length)
toCharArray in class AbstractTextCopyright © 2009–2018 SonarSource. All rights reserved.