antlr

Interface CharFormatter

public interface CharFormatter

Interface used by BitSet to format elements of the set when converting to string
Method Summary
StringescapeChar(int c, boolean forCharLiteral)
StringescapeString(String s)
StringliteralChar(int c)
StringliteralString(String s)

Method Detail

escapeChar

public String escapeChar(int c, boolean forCharLiteral)

escapeString

public String escapeString(String s)

literalChar

public String literalChar(int c)

literalString

public String literalString(String s)