public interface CharFormatter
| Modifier and Type | Method and Description |
|---|---|
String |
escapeChar(int c,
boolean forCharLiteral) |
String |
escapeString(String s) |
String |
literalChar(int c) |
String |
literalString(String s) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.