CodeQL library for Java
codeql/java-all 0.7.5 ( changelog , source )
Search

Member predicate CharacterLiteral :: getValue

Gets a string which consists of the single character represented by this literal.

Unicode surrogate characters (U+D800 to U+DFFF) have the replacement character U+FFFD as result instead.

string getValue ( )