public class CompositeText extends AbstractText
Modifier and Type | Class and Description |
---|---|
class |
CompositeText.CompositeTextCharSequence |
Constructor and Description |
---|
CompositeText(List<AbstractText> texts) |
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 CompositeText(List<AbstractText> texts)
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.