at.dms.compiler.antlr.runtime
Interface CharFormatter


public interface CharFormatter

Interface used by BitSet to format elements of the set when converting to string


Method Summary
 String escapeChar(int c, boolean forCharLiteral)
           
 String escapeString(String s)
           
 String literalChar(int c)
           
 String literalString(String s)
           
 

Method Detail

escapeChar

String escapeChar(int c,
                  boolean forCharLiteral)

escapeString

String escapeString(String s)

literalChar

String literalChar(int c)

literalString

String literalString(String s)