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