CodeQL library for Java/Kotlin
codeql/java-all 0.9.0 (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()