public abstract class AbstractText extends Object implements Text
Text.| Constructor and Description |
|---|
AbstractText() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract int |
getTransformationDepth() |
abstract void |
toCharArray(int srcPos,
char[] dest,
int destPos,
int length) |
char[] |
toChars() |
String |
toString() |
Copyright © 2009–2018 SonarSource. All rights reserved.