Utils.quotedChar

Overview | Methods | This Package | All Packages

Utils.quotedChar

Creates a string that contains the specified character that can be put into a stream that can be compiled.

Syntax

public static String quotedChar(char c)

Parameters

c

The character to quote.

Return Value

Returns the quoted string.