Package antlr
Interface CharFormatter
-
- All Known Implementing Classes:
CppCharFormatter,CSharpCharFormatter,JavaCharFormatter,PythonCharFormatter
public interface CharFormatterInterface 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 StringescapeChar(int c, boolean forCharLiteral)StringescapeString(String s)StringliteralChar(int c)StringliteralString(String s)
-