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

Member predicate CharacterLiteral::getCodePointValue

Gets the Unicode code point value of the character represented by this literal. The result is the same as if the Java code had cast the character to an int.

int getCodePointValue()