Package antlr
Interface CharFormatter
-
- All Known Implementing Classes:
CppCharFormatter
,CSharpCharFormatter
,JavaCharFormatter
,PythonCharFormatter
public interface CharFormatter
Interface used by BitSet to format elements of the set when converting to string
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
escapeChar(int c, boolean forCharLiteral)
String
escapeString(String s)
String
literalChar(int c)
String
literalString(String s)
-