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

Member predicate StringLiteral :: getValue

Gets the string represented by this string literal, that is, the content of the literal without enclosing quotes and with escape sequences translated.

Unpaired Unicode surrogate characters (U+D800 to U+DFFF) are replaced with the replacement character U+FFFD.

string getValue ( )