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 Details

    • escapeChar

      String escapeChar(int c, boolean forCharLiteral)
    • escapeString

      String escapeString(String s)
    • literalChar

      String literalChar(int c)
    • literalString

      String literalString(String s)