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 © 2015 JBoss by Red Hat. All rights reserved.